.seo-language-switcher {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(248, 246, 241, 0.22);
  background: rgba(21, 20, 14, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(12px);
}

.seo-language-switcher a {
  min-width: 38px;
  padding: 9px 8px;
  color: rgba(248, 246, 241, 0.72);
  font-family: "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.seo-language-switcher a + a {
  border-left: 1px solid rgba(248, 246, 241, 0.18);
}

.seo-language-switcher a[aria-current="page"] {
  color: #fff;
  background: #ce2e22;
}

.seo-language-switcher a:focus-visible {
  outline: 3px solid rgba(206, 46, 34, 0.58);
  outline-offset: -3px;
}

@media (max-width: 520px) {
  .seo-language-switcher {
    right: 10px;
    bottom: 10px;
  }
}
