
/* Gap between the Social Studio tiles and the Care Circle banner was 168px of pure
   whitespace — four paddings stacking: .ss-tile 26 + .hx-sec 60 + .hxpm-wrap 56,
   then .hey-sec 52 on the Care Circle side.
   :has() scopes these to the Social Studio / Care Circle pair only, so the blog and
   podcast sections that share .hx-sec and .hxpm-wrap keep their own spacing. */
.ss-scope .hx-sec{ padding-bottom:0 !important; }
.hxpm-wrap:has(.ss-scope){ padding-bottom:32px !important; }
section.hey-sec:has(.hey-cc-banner){ padding-top:24px !important; }
@media (max-width:600px){
  .hxpm-wrap:has(.ss-scope){ padding-bottom:22px !important; }
  section.hey-sec:has(.hey-cc-banner){ padding-top:18px !important; }
}
