.site-language-toggle,
.mobile-language-toggle {
  min-width: 42px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 13px;
  background: linear-gradient(180deg, #ffd24a, #f5a700);
  color: #111827;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .7px;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(245,158,11,.22);
  border: 1px solid rgba(17,24,39,.08);
}

.site-language-toggle:hover,
.mobile-language-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(245,158,11,.28);
}

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

@media (max-width: 900px) {
  .site-language-toggle {
    min-width: 38px;
    height: 34px;
    padding: 0 11px;
    font-size: 11px;
  }

  .nav-menu .mobile-language-toggle {
    display: inline-flex;
    width: fit-content;
    min-width: 52px;
    height: 38px;
    margin: 8px 0 4px;
    align-self: flex-start;
  }
}
