.cb2bml-switcher {
    display: inline-flex !important;
    align-items: center;
    gap: .22rem;
    margin-left: .45rem;
    padding: .22rem .32rem !important;
    border: 1px solid rgba(23, 59, 49, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    white-space: nowrap;
}
.cb2bml-switcher > a.cb2bml-lang {
    display: inline-flex;
    min-width: 2.15rem;
    min-height: 2rem;
    align-items: center;
    justify-content: center;
    padding: .25rem .38rem !important;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    text-decoration: none;
}
.cb2bml-switcher > a.cb2bml-lang.is-active {
    background: #173b31;
    color: #fff !important;
}
.cb2bml-switch-separator {
    opacity: .38;
    font-size: .74rem;
}
@media (max-width: 900px) {
    .cb2bml-switcher {
        margin: .65rem 0 .2rem;
        width: fit-content;
    }
}
