@media (max-width: 900px){
  .epg-mobile-channel-tabs{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:0 10px 12px;
    margin:0;
    scrollbar-width:none;
    -ms-overflow-style:none;
  }
  .epg-mobile-channel-tabs::-webkit-scrollbar{display:none}
  .epg-mobile-channel-tab{
    flex:0 0 auto;
    padding:10px 14px;
    border-radius:12px;
    border:1px solid var(--tvs-border);
    background:rgba(255,255,255,.03);
    color:var(--tvs-text);
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
  }
  .epg-mobile-channel-tab.active{
    background:rgba(193,0,126,.18);
    border-color:rgba(193,0,126,.5);
    box-shadow:inset 0 0 0 1px rgba(193,0,126,.25);
  }
  .epg-channel-group{display:none}
  .epg-channel-group.epg-active-channel{display:block}

  .tvschedule-epg__mobile-list{padding:0 10px 10px}
  .tvschedule-epg__mobile-channel-title-row{
    padding:2px 6px 10px;
  }
  .tvschedule-epg__mobile-channel-title-wrap{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .tvschedule-epg__mobile-channel-title{
    padding:0;
    font-size:var(--tvs-channel-name-size,18px);
    line-height:1.3;
  }
  .tvschedule-epg__mobile-item{
    background:rgba(255,255,255,.05);
    border:1px solid var(--tvs-border);
    border-radius:18px;
    padding:16px 18px;
    margin:0 0 14px;
    box-shadow:0 8px 24px rgba(0,0,0,.18);
  }
  .tvschedule-epg__mobile-item h3{
    margin:0 0 6px;
    font-size:var(--tvs-program-title-size,16px);
    line-height:1.35;
    color:var(--tvs-text);
  }
  .tvschedule-epg__mobile-item p{
    margin:0;
    color:var(--tvs-muted);
    font-size:var(--tvs-program-time-size,13px);
    line-height:1.5;
  }
  .tvschedule-epg__mobile-time{
    font-size:var(--tvs-program-time-size,13px);
    color:var(--tvs-muted);
    margin-bottom:10px;
  }
  .tvschedule-epg__badges--mobile{
    margin-top:10px;
  }
}
