/* ARCH03.2: Top Zone rules moved to homepage-top-zone.css. Shared/downstream rules retained. */
/* DTV-PAGE09R Correction 37 — Tablet Selected & Trending Lead Contract Recovery.
 * Scope: verified 1024/768 findings after C36.
 * 1920, <=430, Newsletter, Footer and all other C36 PASS contracts are locked.
 */

/* 1024-class tablet: keep the two-pane opening composition, but make Selected use
 * the proven mobile row ownership: number | thumbnail | title. */
@media (min-width:801px) and (max-width:1199px){
  
  
  
  
  
  
  

  /* Trending: #01 owns a real lead row; #02-05 form the ranked row below it. */
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]{
    display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
    grid-template-rows:auto auto!important;gap:12px!important;align-items:start!important;height:auto!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child{
    grid-column:1/-1!important;display:block!important;min-height:0!important;height:auto!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child>a{
    position:relative!important;display:block!important;height:auto!important;min-height:0!important;overflow:hidden!important;
    border-radius:8px!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child img{
    display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/5!important;
    margin:0!important;border-radius:8px!important;object-fit:cover!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child a>span{
    position:absolute!important;left:12px!important;right:12px!important;bottom:10px!important;z-index:2!important;
    margin:0!important;color:#fff!important;font-size:14px!important;line-height:1.2!important;font-weight:800!important;
    text-shadow:0 1px 4px rgba(0,0,0,.72)!important;-webkit-line-clamp:2!important;line-clamp:2!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child>a:after{
    content:""!important;position:absolute!important;inset:35% 0 0!important;z-index:1!important;pointer-events:none!important;
    background:linear-gradient(to bottom,rgba(4,19,34,0),rgba(4,19,34,.9))!important;
  }
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:first-child>b{z-index:3!important;}
  body.home [data-dtv-homepage="ux10"] .dtv-g7-trending ol[data-item-count="5"]>li:not(:first-child){
    grid-column:auto!important;min-width:0!important;height:auto!important;min-height:0!important;
  }
}

/* 768-class tablet: the whole Selected/Latest rail follows the proven mobile
 * composition instead of the compressed two-column/table treatment. */

