.lang-zh {
  display: none !important;
}

html[data-lang=zh] .lang-zh {
  display: revert !important;
}

html[data-lang=zh] .lang-en {
  display: none !important;
}

.lang-switch {
  display: inline-flex;
  align-items: stretch;
  flex-shrink: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: var(--overlay);
  text-transform: none;
  letter-spacing: 0;
  z-index: 12;
}

.lang-switch button {
  margin: 0;
  padding: 6px 14px;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 0.85rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.2;
  cursor: pointer;
}

.lang-switch button + button {
  border-left: 1px solid currentColor;
}

.lang-switch button:hover {
  color: var(--primary);
}

.lang-switch button[aria-pressed=true] {
  background: var(--primary);
  color: var(--background);
}

header[data-big] .lang-switch {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*# sourceMappingURL=lang.css.map */