/* STS v5.6.249 - hard homepage carousel top fix
   Removes the old left rail space and forces the neon carousel to render directly under the ticker. */
html,body{max-width:100%!important;overflow-x:hidden!important;}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .side-rail,
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-tv-sidebar,
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-fresh-left-panel,
body.streamx-v5.twitch-v53:has(.sts-tv-home) aside.sts-tv-sidebar,
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-left-brand-card,
body.streamx-v5.twitch-v53:has(.sts-tv-home) .side-group{
  display:none!important;
  visibility:hidden!important;
  position:absolute!important;
  left:-99999px!important;
  top:auto!important;
  width:0!important;
  min-width:0!important;
  max-width:0!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  pointer-events:none!important;
  opacity:0!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) main.page.v5-page,
body.streamx-v5.twitch-v53:has(.sts-tv-home) .page.v5-page{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-tv-home{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:10px 0 64px!important;
  overflow:visible!important;
  min-height:0!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-tv-main{
  display:block!important;
  width:min(100% - 44px,1500px)!important;
  max-width:1500px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:0!important;
  overflow:visible!important;
  float:none!important;
  clear:both!important;
  transform:none!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-showcase{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  margin:0 auto 34px!important;
  padding:0!important;
  overflow:visible!important;
  clear:both!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-main-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 280px!important;
  gap:18px!important;
  width:100%!important;
  max-width:100%!important;
  min-height:405px!important;
  margin:0!important;
  overflow:visible!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-preview-stack{
  height:405px!important;
  min-height:405px!important;
}
body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-details{
  width:280px!important;
  max-width:280px!important;
  min-height:405px!important;
}
@media(max-width:980px){
  body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-tv-main{width:calc(100% - 20px)!important;}
  body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-main-card{grid-template-columns:1fr!important;}
  body.streamx-v5.twitch-v53:has(.sts-tv-home) .sts-live-details{width:100%!important;max-width:100%!important;min-height:220px!important;}
}
