.language-switch{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:42px;
  padding:8px 12px;
  border:1px solid rgba(201,165,87,.55);
  color:var(--gold2,#e4c87c);
  font-size:.7rem;
  font-weight:600;
  line-height:1;
  letter-spacing:.08em;
  white-space:nowrap;
}

.language-switch a,
.language-switch span{
  color:inherit;
}

.language-switch a{
  text-decoration:none;
  transition:color .2s ease;
}

.language-switch a:hover,
.language-switch a:focus-visible{
  color:#fff;
  outline:none;
}

.language-switch [aria-current="page"]{
  color:#fff;
  text-decoration:underline;
  text-decoration-color:var(--gold,#c9a557);
  text-underline-offset:4px;
}

@media(max-width:1100px){
  .links .language-switch a{display:inline}
}

@media(max-width:520px){
  .language-switch{
    min-height:40px;
    padding:8px 10px;
    font-size:.72rem;
  }
}
