/* ARCH03.2: Top Zone rules moved to homepage-top-zone.css. Shared/downstream rules retained. */
/* DTV-PAGE09R Correction 42 — 1024 Top-Zone → Live Deck Vertical-Spacing Recovery.
 * Scope: 801–1199 tablet opening-zone boundary only.
 * C39 structure, C40 Selected and C41 News Flow remain authoritative.
 * Root cause: PAGE08R retained a desktop/tablet margin-block-end (56px / 72px+) after
 * the Top Zone became a stacked tablet composition, creating redundant dead space.
 */
@media (min-width:801px) and (max-width:1199px){
  
  body.home main[data-dtv-homepage="ux10"]>.dtv-g3-live{
    margin-block-start:0!important;
    margin-top:0!important;
  }
}
