.language-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--color-line);
  border-radius: 999px;
  background: #fff;
}

.language-toggle button,
.language-toggle a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #536078;
  font-size: 13px;
  font-weight: 900;
}

.language-toggle button.active,
.language-toggle a.active {
  background: #101a33;
  color: #fff;
}

.nav-language-mobile {
  display: none;
}

html[dir="ltr"] .billing-toggle button small {
  transform: translateX(-50%);
}

html[dir="rtl"] .billing-toggle button small {
  transform: translateX(50%);
}

html[dir="ltr"] .footer-grid,
html[dir="ltr"] .section-head,
html[dir="ltr"] .hero {
  direction: ltr;
}

html[dir="rtl"] .footer-grid,
html[dir="rtl"] .section-head,
html[dir="rtl"] .hero {
  direction: rtl;
}

@media (max-width: 820px) {
  .language-toggle {
    display: none;
  }

  .nav-menu.open .nav-language-mobile {
    display: inline-flex;
    width: fit-content;
  }
}
