/* DTV-PAGE09R Correction 16 — Narrow-Mobile Canvas Gutter Reduction.
 * <=430px only. Reduces the canonical ux10 homepage canvas gutter from
 * 12px/side to 6px/side. Section-level width ownership remains consolidated.
 */
@media (max-width:430px){
  body.home [data-dtv-homepage="ux10"]{
    width:calc(100% - 12px)!important;
    max-width:calc(100% - 12px)!important;
  }
}
