/* Shared language switcher. Separate from page CSS to avoid changing the existing design system. */
.belal-language-switcher{display:inline-flex!important;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 9px;border:1px solid currentColor;border-radius:999px;font-size:11px!important;font-weight:700;letter-spacing:.04em;line-height:1;text-decoration:none;white-space:nowrap;opacity:.82;transition:opacity .2s ease,transform .2s ease}
.belal-language-switcher:hover,.belal-language-switcher:focus-visible{opacity:1;transform:translateY(-1px)}
.mobile-menu .belal-language-switcher,.sub-mobile-menu .belal-language-switcher{width:max-content;margin-top:8px}
