/* Stage 03 user review: retain clinic name in split-screen/tablet layouts. */
@media (min-width:641px) and (max-width:860px) {
  .brand__txt { display:flex; }
}

/* Keep a single 24px gap between pricing introduction and the notice. */
.page[id$="/pricing"] .page-hd { padding-bottom:0; }
.page[id$="/pricing"] .page-hd + .sec { padding-top:24px; }
