/* DTV-PAGE09R Correction 12 — Narrow-Mobile Councils 1×2 Card Layout Recovery.
 * <=430px only. Keeps all 12 council items and groups them as 2 cards / slide (max 6 slides).
 */
.dtv-page06-slider--civic-mobile{display:none}
@media (max-width:430px){
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-desktop{display:none!important}
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile{display:block!important}
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-slide{
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:repeat(2,auto)!important;
    gap:12px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-civic-media{
    width:100%!important;
    min-height:0!important;
    aspect-ratio:16/9!important;
    border-radius:12px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-civic-media strong{
    font-size:clamp(15px,4.2vw,18px)!important;
    line-height:1.12!important;
    -webkit-line-clamp:2!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-civic-media>div{padding:14px!important}
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-civic-media em{font-size:8px!important}
  body.home [data-dtv-homepage="ux10"] .dtv-page06-slider--civic-mobile .dtv-page06-civic-media small{font-size:9px!important}
}
