/* ============================================================
   theme.css — pistolo-spiel-kostenlos.online
   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.
   ============================================================ */

/* ---- Mobile touch-target floor (>=44px) at narrow widths ---- */
@media (max-width: 480px) {
  .btn-login,
  .btn-register,
  .btn-hero,
  .header__hamburger,
  .lang-switcher__btn,
  .footer__lang-toggle,
  .side-panel__link,
  .side-panel__support-btn,
  .footer__chat-btn,
  .footer__chip,
  .cat-tab,
  .section__see-all,
  .section__arrow,
  .games-category__link,
  .content-cta__btn,
  .btn-cookie {
    min-height: 44px;
  }

  .btn-login,
  .btn-register,
  .footer__chip,
  .cat-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header__hamburger {
    width: 44px;
  }
}
