.bd-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(10, 16, 28, 0.78);
  color: #b7c0ce;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.bd-lang-switch a {
  color: #b7c0ce !important;
  text-decoration: none !important;
}

.bd-lang-switch a.is-active {
  color: #48d3b5 !important;
}

.bd-lang-switch span {
  opacity: 0.5;
}

.bd-lang-menu-item {
  display: flex !important;
  align-items: center;
}
