.language-switch {
  min-width: 44px;
  min-height: 44px;
  padding: 7px 11px;
  border: 1px solid #cbdbea;
  border-radius: 11px;
  background: #fff;
  color: #174665;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  font: 750 12px/1.2 inherit;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: none;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}

.language-switch:hover {
  color: #0d63c7;
  border-color: #9fc4e3;
  background: #f4f8fc;
}

.language-switch:focus-visible {
  outline: 3px solid rgba(22, 112, 232, .32);
  outline-offset: 3px;
}

.language-switch__icon,
.language-switch__icon svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.language-switch__icon svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.language-switch__short { display: none; }

.language-switch[data-language-switch-placement="fallback"] {
  position: fixed;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  z-index: 450;
  box-shadow: 0 8px 24px rgba(15, 63, 97, .12);
}

.auth-brand__top .language-switch {
  border-color: rgba(203, 219, 234, .9);
  background: rgba(255, 255, 255, .78);
}

.alfares-i18n-status {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html[dir="ltr"] body { direction: ltr; }
html[dir="ltr"] .auth-shell--gateway[data-auth-gateway] > * { direction: ltr; }
html[dir="ltr"] .support-chat { direction: ltr; }
html[dir="ltr"] .mobile-nav a,
html[dir="ltr"] .mobile-nav button,
html[dir="ltr"] .faq-question,
html[dir="ltr"] .workflow-step,
html[dir="ltr"] .product-gallery-two span { text-align: left; }

@media (max-width: 720px) {
  .language-switch { padding-inline: 9px; }
  .language-switch__label { display: none; }
  .language-switch__short { display: inline; }
}

@media print {
  .language-switch { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .language-switch { transition: none; }
}
