/* STS v5.8.6 - categories page artwork + real viewer totals */
html body.streamx-v5.twitch-v53 .sts414-categories-page{
  width:100%!important;
  max-width:none!important;
  padding:26px 34px 48px!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-heading{
  margin:24px 0 14px!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-heading h2{
  text-transform:none!important;
  letter-spacing:normal!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-grid{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:18px!important;
  width:100%!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-card{
  display:block!important;
  min-width:0!important;
  color:#fff!important;
  text-decoration:none!important;
  transition:transform .18s ease!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-card:hover{
  transform:translateY(-4px)!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-art{
  display:block!important;
  width:100%!important;
  aspect-ratio:4/5!important;
  min-height:190px!important;
  border:1px solid rgba(168,85,247,.22)!important;
  border-radius:10px!important;
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  overflow:hidden!important;
  box-shadow:0 10px 26px rgba(0,0,0,.22)!important;
  transition:background-size .25s ease,filter .2s ease,border-color .2s ease!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-card:hover .sts414-category-art{
  border-color:rgba(192,132,252,.75)!important;
  filter:brightness(1.08)!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-copy{
  display:block!important;
  padding:10px 2px 0!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-copy strong{
  display:block!important;
  overflow:hidden!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:800!important;
  line-height:1.25!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-copy small{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  margin-top:5px!important;
  color:#aeb4c2!important;
  font-size:12px!important;
  font-weight:650!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-copy small i{
  width:7px!important;
  height:7px!important;
  flex:0 0 7px!important;
  border-radius:50%!important;
  background:#ff2d63!important;
  box-shadow:0 0 8px rgba(255,45,99,.45)!important;
}
html body.streamx-v5.twitch-v53 .sts414-category-copy small em{
  color:#d6dae4!important;
  font-style:normal!important;
}
@media(max-width:1450px){
  html body.streamx-v5.twitch-v53 .sts414-category-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media(max-width:1180px){
  html body.streamx-v5.twitch-v53 .sts414-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
}
@media(max-width:900px){
  html body.streamx-v5.twitch-v53 .sts414-categories-page{padding:20px 18px 42px!important}
  html body.streamx-v5.twitch-v53 .sts414-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
}
@media(max-width:620px){
  html body.streamx-v5.twitch-v53 .sts414-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  html body.streamx-v5.twitch-v53 .sts414-category-art{min-height:150px!important}
}
