.azopt-switcher{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:inherit;
}
.azopt-switcher .azopt-label{
  font-size:14px;
  opacity:.85;
}
.azopt-switcher select.azopt-lang{
  border:1px solid rgba(0,0,0,.18);
  border-radius:12px;
  padding:8px 12px;
  background:#fff;
  font-size:14px;
  line-height:1;
  min-width:180px;
}
.azopt-style-minimal select.azopt-lang{
  border-radius:10px;
  padding:7px 10px;
  min-width:150px;
}
.azopt-switcher .azopt-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:4px 10px;
  font-size:12px;
  background:rgba(0,0,0,.06);
  opacity:0;
  transition:opacity .2s ease;
}
@media (max-width: 480px){
  .azopt-switcher select.azopt-lang{ min-width: 150px; }
}
