.uls-language-switcher{
    display:flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
}
.uls-lang-btn{
    border:1px solid rgba(23,52,95,.22);
    background:#fff;
    color:#17345f;
    border-radius:999px;
    padding:5px 9px;
    display:inline-flex;
    align-items:center;
    gap:6px;
    cursor:pointer;
    font:inherit;
    font-size:12px;
    font-weight:700;
}
.uls-lang-btn:hover,
.uls-lang-btn.is-active{
    border-color:#1673e6;
    background:#eef6ff;
    color:#0b58b5;
}
.uls-flag{
    width:25px;
    height:17px;
    border-radius:3px;
    overflow:hidden;
    flex:0 0 25px;
    position:relative;
    display:block;
    box-shadow:0 0 0 1px rgba(0,0,0,.12);
}
.uls-flag-id span{
    display:block;
    height:50%;
}
.uls-flag-id span:first-child{background:#e31d2b}
.uls-flag-id span:last-child{background:#fff}
.uls-flag-gb{background:#21468b}
.uls-gb-white-h,.uls-gb-red-h,.uls-gb-white-v,.uls-gb-red-v{
    position:absolute;
    display:block;
}
.uls-gb-white-h{left:0;right:0;top:6px;height:5px;background:#fff}
.uls-gb-white-v{top:0;bottom:0;left:9px;width:7px;background:#fff}
.uls-gb-red-h{left:0;right:0;top:7px;height:3px;background:#cf142b}
.uls-gb-red-v{top:0;bottom:0;left:11px;width:3px;background:#cf142b}

@media(max-width:600px){
    .uls-label{display:none}
    .uls-lang-btn{padding:5px}
}
