#vtr-language-switcher{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.vtr-language-pill{
    flex:1;
    text-align:center;
    padding:12px;
    border:1px solid #dbe2ea;
    border-radius:8px;
    text-decoration:none;
    color:#475569;
    background:#ffffff;
    font-size:14px;
    font-weight:500;
    transition:.2s ease;
}

.vtr-language-pill:hover{
    border-color:#35a8d8;
    color:#35a8d8;
}

.vtr-language-pill.active{
    background:#35a8d8;
    color:#ffffff;
    border-color:#35a8d8;
}