/* ARCH03.2: Top Zone rules moved to homepage-top-zone.css. Shared/downstream rules retained. */
/* DTV-PAGE09R Correction 05 — Mobile Opening Boundary & Selected Grid Ownership Recovery.
 * Scope: homepage <=430px only. Fixes the real opening boundary and Selected row ownership.
 * Footer, desktop/tablet, Hero controls, Latest Flow and data/query contracts untouched.
 */
@media (max-width:430px){
  /* The homepage <main> owns the Header -> Hero separation. Override Correction 04's zero padding. */
  body.home .dtv-global-shell{
    margin-bottom:0!important;
  }
  body.home main[data-dtv-homepage="ux10"]{
    box-sizing:border-box!important;
    margin-top:0!important;
    padding-top:18px!important;
  }
  

  /* Selected: one shared 3-column row = number | thumbnail | title. */
  
  
  
  
  
  
}
