
.ez-lang-switcher{
    display:inline-flex;
    align-items:center;
    gap:3px;
    margin-left:10px;
    padding:3px;
    border:1px solid rgba(49,91,216,.20);
    border-radius:999px;
    background:#fff;
    box-shadow:0 4px 14px rgba(30,60,130,.07);
    vertical-align:middle;
    position:relative;
    z-index:99;
}
.ez-lang-switcher a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:36px;
    height:28px;
    padding:0 9px;
    border-radius:999px;
    text-decoration:none !important;
    font-size:12px;
    font-weight:800;
    line-height:1;
    color:#315bd8 !important;
    white-space:nowrap;
}
.ez-lang-switcher a.is-active{
    color:#fff !important;
    background:linear-gradient(135deg,#315bd8,#4f46e5);
}
@media(max-width:760px){
    .ez-lang-switcher{
        margin-left:6px;
        transform:scale(.94);
        transform-origin:right center;
    }
}
