/* Language selector — added without changing the existing site styles */
.lang-switch{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:18px;
  white-space:nowrap;
  font-size:.85rem;
  font-weight:700;
}
.lang-switch a{
  color:#3f4b56;
  text-decoration:none;
  padding:2px 1px;
}
.lang-switch a:hover,
.lang-switch a.active{
  color:var(--green);
}
.lang-switch a.active{
  text-decoration:underline;
  text-underline-offset:3px;
}
.lang-switch span{
  color:#a0a7ad;
}
@media(max-width:800px){
  .lang-switch{
    margin-left:auto;
  }
}
