
/* SDX Streaming V3.2 — Twitch Streamplan */

#schedule .schedule-zone{
  min-width:118px;
}
#schedule .schedule-zone strong{
  color:#9cefff!important;
}

#schedule .next-stream-v2{
  position:relative;
  overflow:hidden;
}
#schedule .next-stream-v2:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 82% 28%,rgba(145,70,255,.10),transparent 18rem);
}

#schedule .next-stream-v2-copy,
#schedule .countdown-shell{
  position:relative;
  z-index:1;
}

#schedule .twitch-schedule-empty{
  min-height:170px!important;
  display:flex!important;
  align-items:center!important;
}
#schedule .twitch-schedule-empty .next-stream-v2-copy{
  max-width:720px;
}
#schedule .twitch-schedule-empty #nextStreamV2Title{
  font-size:clamp(1.75rem,3vw,2.55rem)!important;
}
#schedule .twitch-schedule-empty #nextStreamV2Meta{
  margin-bottom:0!important;
}

#schedule .twitch-schedule-card{
  min-height:164px!important;
}
#schedule .twitch-schedule-card h3{
  min-height:2.55em;
}
#schedule .twitch-schedule-card p{
  margin-top:auto!important;
}

@media(max-width:720px){
  #schedule .twitch-schedule-empty{
    min-height:150px!important;
  }
  #schedule .schedule-zone{
    display:none!important;
  }
}
