/* Mobile only: show roughly 2.7 cards while preserving desktop/tablet sizing. */
@media (max-width:600px){
  .chsc{--chsc-gap:8px;margin-bottom:24px}
  .chsc-title{font-size:22px!important;margin-bottom:12px!important;padding-bottom:9px!important}
  .chsc-track{padding-top:2px;padding-bottom:6px}
  .chsc-card{flex-basis:calc((100% - 16px)/2.7);border-radius:9px}
  .chsc-card img{border-radius:9px}
  .chsc-card span{gap:3px;font-size:12px;line-height:1.3;padding:6px 1px 1px}
  .chsc-card b{width:16px;height:16px;flex-basis:16px;font-size:15px}
  .chsc-arrow{width:24px;height:40px;font-size:24px}
  .chsc-scrollbar{margin-top:5px}
}
