#loyally-lang-switcher {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 100050;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(24, 24, 27, 0.88);
  color: #fafafa;
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);
}

#loyally-lang-switcher a {
  color: #a1a1aa;
  text-decoration: none;
}

#loyally-lang-switcher a:hover,
#loyally-lang-switcher a[aria-current='true'] {
  color: #ffb800;
}

#loyally-lang-switcher span {
  color: #52525b;
}

@media (max-width: 640px) {
  #loyally-lang-switcher {
    top: auto;
    bottom: 16px;
    right: 16px;
  }
}
