.wpml-lang-switcher {
  display: flex;
  gap: 24px;
}

.wpml-lang-switcher .active {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 24px;
  background: #1b2432;
  width: 56px;
  padding: 8px 16px;
}
.wpml-lang-switcher .active a {
  color: #fff !important;
  font-family: NORD;
}
/* :::::::::::::::::: */
.wpml-lang-switcher div {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #1b2432;
  width: 56px;
  padding: 8px 16px;
}
.wpml-lang-switcher a {
  color: #1b2432 !important;
  font-family: NORD;
}
