.gi-lang-switch {
  position: fixed;
  top: 82px;
  right: 22px;
  z-index: 9200;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: rgba(4, 4, 4, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.gi-lang-switch a {
  display: grid;
  min-width: 38px;
  min-height: 34px;
  place-items: center;
  padding: 0 8px;
  color: rgba(255, 255, 255, 0.62);
  font: 400 13px/1 "Pathway Gothic One", Arial, sans-serif;
  letter-spacing: 0.18em;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.gi-lang-switch a:hover,
.gi-lang-switch a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.gi-lang-switch a[aria-current="page"] {
  color: #000;
  background: #fff;
}

@media (max-width: 760px) {
  .gi-lang-switch {
    top: auto;
    right: auto;
    bottom: var(--gi-lang-bottom, 14px);
    left: 10px;
    padding: 3px;
  }

  .gi-lang-switch a {
    min-width: 34px;
    min-height: 34px;
    padding: 0 5px;
    font-size: 12px;
  }
}
