.language-switch {
  display: inline-flex;
  gap: 5px;
  background: #198754;
  padding: 4px 10px;
  border-radius: 7px;
  border: 4px white;
  /* box-shadow: inset 0 0 2px 0.7px #222,
              0 0 2px 0.7px #222; */
    margin: 3px;
}

.language-switch a {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  background: #209748;
  color: white !important;
  border-radius: 7px;
  font-size: 14px;
  text-decoration: none;
  /* border: 1px solid #b6b6b6; */
  /* box-shadow: 0 0 2px 0.5px #333; */
  font-weight: bold;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.lang-option:hover {
  background: #00b13b;
}

.lang-option.active {
  background: white;
  color: #198754  !important;
  border: none;
  text-decoration: underline;
}

.lang-badge {
  background: black;
  color: white;
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 3px;
  margin-right: 4px;
  line-height: 1;
}
