/* ONE HIT MUSIC V403 — desktop-only reels: six cards in every row.
   Mobile/tablet/touch layouts are intentionally untouched. */
@media (min-width:981px){
  html body #home.page[data-view="reels"] #reels{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-group-v177{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    margin:0 0 10px!important;
    padding:9px!important;
    overflow:visible!important;
    border-radius:14px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-group-head-v177{
    margin-bottom:7px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-cards-v177{
    display:grid!important;
    grid-template-columns:repeat(6,minmax(0,1fr))!important;
    grid-auto-flow:row!important;
    align-items:stretch!important;
    gap:7px!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-card-v177{
    box-sizing:border-box!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    border-radius:10px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-media-v177{
    width:100%!important;
    aspect-ratio:9/13.1!important;
    min-height:0!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-play-v177{
    width:34px!important;
    height:34px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-play-v177 span{
    border-top-width:6px!important;
    border-bottom-width:6px!important;
    border-left-width:9px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-info-v177{
    min-height:74px!important;
    padding:6px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-info-v177 h3{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:3!important;
    min-height:36px!important;
    max-height:36px!important;
    margin:0!important;
    overflow:hidden!important;
    font-size:9px!important;
    font-weight:600!important;
    line-height:1.3!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-make-reel-v177{
    min-height:30px!important;
    height:30px!important;
    padding:0 5px!important;
    border-radius:8px!important;
    font-size:8.5px!important;
  }

  html body #home.page[data-view="reels"] #reels .ohm-reel-views-v177{
    min-height:18px!important;
    padding:0 6px!important;
    font-size:7.5px!important;
  }
}
