/* DTV-HOME Visual Correction 01 — Live Deck & Now-on-Network Width Alignment.
 * Baseline: 1.7.2.110.92.
 * Scope: width ownership only. Match the immediately following Civic + News composition canvas.
 * No height, internal grid, card, inter-component spacing, Hero, Newsletter or Footer changes.
 */
body.home [data-dtv-homepage="ux10"] .dtv-g3-live,
body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker{
  width:95%;
  max-width:1596px;
  margin-left:auto;
  margin-right:auto;
}
@media(max-width:1199px){
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live,
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker{
    width:calc(100% - 32px);
    max-width:none;
  }
}
@media(max-width:767px){
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live,
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker{
    width:calc(100% - 24px);
  }
}
