
.lp-language-switcher{
    display:inline-flex;
    align-items:center;
    gap:4px;
    padding:4px;
    border:1px solid #d5e0e8;
    border-radius:999px;
    background:rgba(255,255,255,.94);
    box-shadow:0 5px 16px rgba(11,45,79,.06);
}
.lp-language-switcher a{
    min-width:34px;
    padding:6px 9px;
    border-radius:999px;
    color:#49657d;
    font-size:11px;
    font-weight:900;
    line-height:1;
    text-decoration:none;
    text-align:center;
}
.lp-language-switcher a.active{
    background:#0b2d4f;
    color:#fff;
}
.lp-language-switcher a:focus-visible{
    outline:3px solid rgba(30,126,196,.24);
    outline-offset:2px;
}
.booking-header .lp-language-switcher{align-self:flex-start}
.driver-topbar .lp-language-switcher{margin-left:auto}
.driver-login-card .lp-language-switcher{margin:0 auto 12px}
@media(max-width:720px){
    .lp-language-switcher a{min-width:32px;padding:6px 8px}
}
