/* STS v5.8.25 - centered channel goals and creator panels */
html body.streamx-v5.twitch-v53 .v586-watch-goals {
  width:min(100%, 1196px)!important;
  max-width:1196px!important;
  margin:34px auto 48px!important;
  padding-left:18px!important;
  padding-right:18px!important;
  box-sizing:border-box!important;
}

html body.streamx-v5.twitch-v53 .v586-watch-goals .sts-section-head {
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  margin:0 auto 18px!important;
  text-align:center!important;
}

html body.streamx-v5.twitch-v53 .v586-watch-goals .sts-section-head h2,
html body.streamx-v5.twitch-v53 .v586-watch-goals .sts-section-head p {
  width:100%!important;
  max-width:760px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}

html body.streamx-v5.twitch-v53 .v586-watch-goals .sts-goal-grid {
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

html body.streamx-v5.twitch-v53 #panels.sts-channel-panels-live,
html body.streamx-v5.twitch-v53 #panels.creator-panels-section {
  width:min(100%, 1196px)!important;
  max-width:1196px!important;
  margin:30px auto 48px!important;
  padding-left:18px!important;
  padding-right:18px!important;
  box-sizing:border-box!important;
}

html body.streamx-v5.twitch-v53 #panels .sts-channel-panel-grid,
html body.streamx-v5.twitch-v53 #panels .creator-panel-grid {
  width:fit-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  justify-content:center!important;
}

@media (max-width:760px) {
  html body.streamx-v5.twitch-v53 .v586-watch-goals,
  html body.streamx-v5.twitch-v53 #panels.sts-channel-panels-live,
  html body.streamx-v5.twitch-v53 #panels.creator-panels-section {
    width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }

  html body.streamx-v5.twitch-v53 #panels .sts-channel-panel-grid,
  html body.streamx-v5.twitch-v53 #panels .creator-panel-grid {
    width:100%!important;
    justify-items:center!important;
  }
}
