/* New round only. Existing and approved components keep their own spacing. */
.premium-round2 {
  --pr2-section-space: 64px;
  --pr2-heading-space: 32px;
  --pr2-gutter: clamp(20px, 3vw, 48px);
  --pr2-gap: 18px;
  padding-block: var(--pr2-section-space);
  box-sizing: border-box;
}
.premium-round2 *, .premium-round2 *::before, .premium-round2 *::after { box-sizing: border-box; }
@media (min-width: 700px) {
  .premium-round2 { --pr2-section-space: 88px; --pr2-heading-space: 40px; --pr2-gap: 24px; }
}
@media (min-width: 1100px) {
  .premium-round2 { --pr2-section-space: 104px; --pr2-heading-space: 48px; --pr2-gap: 28px; }
}
