.lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 1.25rem;
  right: calc(var(--controls-right-base) + 44px);
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--theme-toggle-border);
  background: var(--theme-toggle-bg);
  text-decoration: none;
  cursor: pointer;
  z-index: 60;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--theme-toggle-fg);
  text-decoration: none;
}

.lang-switch:link,
.lang-switch:visited {
  color: var(--theme-toggle-fg);
}
