/* DTV-PAGE09R Correction 14 — Narrow-Mobile News Card Geometry & Play-Control Refinement.
 * <=430px only. Preserves the locked 2 cards / slide, 9:16 geometry and up to 6 mobile slides.
 */
@media (max-width:430px){
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile .dtv-page06-slide{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
    align-items:stretch!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile article,
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile article>a{
    width:100%!important;
    min-width:0!important;
    aspect-ratio:9/16!important;
    border-radius:12px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile article>a>div{
    padding:12px 11px 11px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile strong{
    font-size:clamp(14px,3.65vw,16px)!important;
    line-height:1.13!important;
    -webkit-line-clamp:4!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile small{
    margin-top:6px!important;
    font-size:9px!important;
    line-height:1.22!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile article>a>b{
    top:10px!important;
    right:10px!important;
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    min-height:24px!important;
    font-size:7px!important;
    line-height:1!important;
    box-shadow:0 2px 8px rgba(4,17,32,.12)!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile .dtv-page06-slider__controls{
    justify-content:center!important;
    gap:12px!important;
    margin-top:16px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--news-mobile .dtv-page06-slider__controls span{
    min-width:58px!important;
    text-align:center!important;
  }
}
