.language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border: 1px solid rgba(69, 119, 194, 0.18);
  border-radius: 999px;
  background: rgba(235, 242, 251, 0.88);
}

.language-switcher-icon {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  color: #6d86a2;
}

.language-switcher-button {
  appearance: none;
  min-width: 34px;
  min-height: 30px;
  padding: 0.35rem 0.48rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6d86a2;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.language-switcher-button:hover,
.language-switcher-button:focus-visible {
  color: var(--blue-deep);
}

.language-switcher-button:focus-visible {
  outline: 3px solid rgba(28, 111, 232, 0.18);
  outline-offset: 2px;
}

.language-switcher-button[aria-pressed="true"] {
  background: #ffffff;
  color: var(--blue-deep);
  box-shadow: 0 4px 12px rgba(24, 71, 129, 0.12);
}

.language-switcher-divider {
  color: rgba(88, 112, 137, 0.38);
  font-size: 0.72rem;
  user-select: none;
}
