/* =====================================================================
   We Mate — Shared mobile chrome overrides
   Loaded by every page that has a hamburger / .mobile-menu.
   Purpose: enlarge the ES/EN/NL language toggle inside the mobile menu
   so the three languages are clearly readable and tappable on phones.
   --------------------------------------------------------------------
   Selectors only apply inside .mobile-menu, so the desktop navbar
   lang-toggle stays untouched. Money path / behavior unchanged —
   purely presentational.
   ===================================================================== */

.mobile-menu .lang-toggle {
  display: flex !important;
  width: 100%;
  padding: 6px;
  gap: 6px;
  margin-top: 12px;
  align-self: stretch;
  box-sizing: border-box;
  justify-content: stretch;
}

.mobile-menu .lang-toggle .lang-btn,
.mobile-menu .lang-toggle a.lang-btn,
.mobile-menu .lang-toggle button.lang-btn {
  flex: 1 1 0;
  min-height: 48px;
  padding: 14px 18px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .08em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  white-space: nowrap;
}
