/* Site theme override — mr-bet-deutschland.net
   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 (red/black/white) is the one that actually renders. Only touches
   a handful of structural helper classes used by this site's hero
   (standard slide, text-left/image-right) / games (flat single grid +
   decorative cat-tabs bar) / payments-providers (auto-scroll carousel +
   horizontal payments slider) layout. No text/content here. */

/* ---- games.php: decorative cat-tabs bar sitting above a single flat grid ---- */
.games-toolbar {
  margin-bottom: 14px;
}

/* ---- payments-providers.php: carousel + slider are native style.css
   classes already, no extra structural rules required here. ---- */

@media (max-width: 380px) {
  .cat-tab {
    min-width: 52px;
    padding: 6px 9px;
  }
}
