/* [8550] c1/c2/c3 content ad slots reserve min-height:600px !important to
   prevent CLS before the ad loads. That reservation stays in force even after
   DPG marks the slot rendered, leaving smaller creatives (e.g. 300x250)
   floating in an oversized empty box. Relax it once rendered. */
.ad-container--content[data-advert-slot-state="rendered"] {
  min-height: 0 !important;
}
