/*
 * Zillow Note Tags — 2026-07-16
 * Scope: balanced exposure copy and full-width centered fused-section heading.
 */

@media (min-width: 1100px) {
  .zillow-approved-page
    > .zillow-exposure-summary
    > .section-head.centered-section-head
    > p:not(.eyebrow) {
    text-wrap: balance;
  }
}

.zillow-approved-page
  > .zillow-fused-section
  > .section-head.vertical {
  width: 100%;
  max-width: none;
  margin: 0 0 clamp(28px, 3vw, 42px);
  text-align: center;
}

