.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: none;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 4px;
  background: rgba(0, 0, 0, .28);
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.language-switcher button {
  border: 0;
  padding: 3px 4px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
}

.language-switcher button.active {
  color: #fff;
}

.language-switcher button:hover,
.language-switcher button:focus-visible {
  color: #f1454b;
}

.language-switcher button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (max-width: 1100px) {
  .language-switcher { margin-left: auto; }
  .header-cta { display: none; }
}

@media (max-width: 560px) {
  .language-switcher { padding: 5px 6px; }
}
