[data-language-section][hidden],
[data-language-separator] {
  display: none !important;
}

.language-switcher {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 28px;
}

.language-switcher button {
  appearance: none;
  border: 1px solid rgba(127, 127, 127, 0.45);
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  line-height: 1;
  padding: 9px 13px;
}

.language-switcher button[aria-pressed="true"] {
  background: #161616;
  border-color: #161616;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 640px) {
  .language-switcher {
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}

@media (prefers-color-scheme: dark) {
  .language-switcher button[aria-pressed="true"] {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #101010;
  }
}
