.custom-lang-switcher {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-lang-switcher li {
  display: flex;
}

.custom-lang-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
}

.custom-lang-switcher img {
  width: 18px;
  height: auto;
  display: block;
}

.custom-lang-switcher .lang-code {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.custom-lang-switcher .current-lang {
  opacity: 0.6;
  pointer-events: none;
}
