/* Layout overrides only, loaded after style.css. Brand colors live in
   style.css's own :root — not redefined here, so the brand palette set
   there is the one that actually renders. */

/* ---- hero.php: single centered slide, no side image ---- */
.hero-slide--center {
  justify-content: center;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-slide--center .hero-slide__content {
  max-width: 420px;
  margin: 0 auto;
}

.hero-slide--center .hero-slide__title {
  align-items: center;
}

.hero-slide--center .hero-slide__label {
  align-self: center;
}

/* ---- games.php: two-panel category tabs ---- */
.games-tab-panel[hidden] {
  display: none;
}

/* ---- payments-providers.php uses the default .provider-carousel /
   .payments-slider markup already defined in style.css — no overrides
   needed beyond the color tokens above. ---- */
