
/* STS v5.6.146 - Header clean nav update
   - Removes STS LIVE HUB text badge
   - Moves nav closer left
   - Removes Games from header via template
   - Keeps header brand unsquashed and gives search room
*/
html body.streamx-v5.twitch-v53 .sts-tv-sidebar::before,
html body.streamx-v5.twitch-v53 .sts-left-panel::before,
html body.streamx-v5.twitch-v53 .sts-live-hub,
html body.streamx-v5.twitch-v53 .header-title,
html body.streamx-v5.twitch-v53 .header-subtitle{
  display:none!important;
  content:none!important;
}

html body.streamx-v5.twitch-v53 .sts-mockup-header{
  grid-template-columns:minmax(900px,1fr) minmax(360px,430px) auto!important;
  gap:18px!important;
}

html body.streamx-v5.twitch-v53 .sts-mock-left{
  grid-template-columns:560px minmax(0,1fr)!important;
  gap:6px!important;
  align-items:center!important;
}

html body.streamx-v5.twitch-v53 .sts-mock-brand,
html body.streamx-v5.twitch-v53 .sts-mock-brand img{
  width:560px!important;
  min-width:560px!important;
  max-width:560px!important;
}

html body.streamx-v5.twitch-v53 .sts-mock-nav{
  margin-left:-2px!important;
  justify-content:flex-start!important;
  gap:18px!important;
  overflow:hidden!important;
}

html body.streamx-v5.twitch-v53 .sts-mock-nav a,
html body.streamx-v5.twitch-v53 .sts-mock-more-btn{
  font-size:12px!important;
  letter-spacing:.12em!important;
  white-space:nowrap!important;
}

html body.streamx-v5.twitch-v53 .sts-mock-search{
  width:100%!important;
  min-width:360px!important;
  max-width:430px!important;
}

@media (max-width:1500px){
  html body.streamx-v5.twitch-v53 .sts-mockup-header{
    grid-template-columns:minmax(760px,1fr) minmax(300px,380px) auto!important;
    gap:12px!important;
  }
  html body.streamx-v5.twitch-v53 .sts-mock-left{grid-template-columns:455px minmax(0,1fr)!important;gap:4px!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-brand,
  html body.streamx-v5.twitch-v53 .sts-mock-brand img{width:455px!important;min-width:455px!important;max-width:455px!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-nav{gap:14px!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-nav a,
  html body.streamx-v5.twitch-v53 .sts-mock-more-btn{font-size:11px!important;letter-spacing:.10em!important;}
}

@media (max-width:1180px){
  html body.streamx-v5.twitch-v53 .sts-mockup-header{grid-template-columns:1fr!important;min-height:auto!important;height:auto!important;padding:6px 10px 8px!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-left{grid-template-columns:300px minmax(0,1fr)!important;width:100%!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-brand,
  html body.streamx-v5.twitch-v53 .sts-mock-brand img{width:300px!important;min-width:300px!important;max-width:300px!important;height:58px!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-nav{overflow-x:auto!important;scrollbar-width:none!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-nav::-webkit-scrollbar{display:none!important;}
  html body.streamx-v5.twitch-v53 .sts-mock-search{max-width:none!important;min-width:0!important;}
}
