/* DTV-PAGE09R Correction 09 — Narrow-Mobile Live Deck Density & Now-on-Network Readability Recovery.
 * Scope: homepage <=430px only. Header/Hero/Selected/News/Footer remain untouched.
 */
@media (max-width:430px){
  /* IDLE Live: preserve the broadcast hierarchy while removing excess vertical dead space. */
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__identity{
    box-sizing:border-box;
    min-height:108px!important;
    padding:16px 22px!important;
    justify-content:center;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__identity h2{
    margin:8px 0 0!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__next{
    box-sizing:border-box;
    min-height:92px!important;
    padding:16px 22px!important;
    gap:5px 12px;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__next>a{
    margin-top:2px;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__date{
    box-sizing:border-box;
    min-height:66px!important;
    padding:10px 18px!important;
    place-items:center start;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live[data-state="idle"] .dtv-g3-live__date time{
    gap:7px;
  }

  /* Now-on-Network becomes a true narrow-mobile information card instead of a compressed desktop ticker. */
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker{
    position:relative;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    gap:0;
    height:auto!important;
    min-height:0!important;
    margin-top:0!important;
    padding:0!important;
    overflow:hidden;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker>h2{
    grid-column:1;
    grid-row:1;
    display:flex;
    min-width:0;
    min-height:48px;
    margin:0;
    padding:10px 14px!important;
    gap:8px!important;
    border-right:0!important;
    border-bottom:1px solid #e2e7ed;
    font-size:10px!important;
    line-height:1.05!important;
    white-space:nowrap;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker>h2 br{display:none}
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker>h2>span{
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker>h2>span:before{inset:8px!important;border-width:2px!important}
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker>h2>span:after{top:4px!important;left:4px!important;width:14px!important;height:14px!important}

  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__controls{
    grid-column:2;
    grid-row:1;
    display:flex!important;
    flex-direction:row!important;
    align-items:center;
    justify-content:flex-end;
    gap:6px!important;
    min-width:0;
    padding:7px 10px 7px 6px;
    border-left:0!important;
    border-bottom:1px solid #e2e7ed;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__controls button{
    width:30px!important;
    height:30px!important;
    min-width:30px!important;
    min-height:30px!important;
    padding:0!important;
    border-radius:50%!important;
    font-size:11px!important;
    line-height:1!important;
  }

  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport{
    grid-column:1/-1;
    grid-row:2;
    width:100%;
    min-width:0;
    overflow:hidden;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport>ul{
    display:flex!important;
    width:max-content!important;
    height:auto!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport li{
    box-sizing:border-box;
    width:calc(var(--dtv-page05-canvas) - 2px)!important;
    min-width:calc(var(--dtv-page05-canvas) - 2px)!important;
    border-right:0!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport li>a{
    box-sizing:border-box;
    display:flex!important;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    width:100%;
    height:auto!important;
    min-height:74px;
    padding:11px 14px 12px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport span{
    display:-webkit-box;
    width:100%;
    overflow:hidden;
    font-size:12px!important;
    line-height:1.22!important;
    white-space:normal;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker__viewport small{
    display:block;
    width:100%;
    margin-top:6px!important;
    overflow:hidden;
    color:#78889a;
    font-size:9px!important;
    line-height:1.25!important;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
}
