.htlr-language-switcher {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}
.htlr-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    padding: 7px 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.9);
}
.htlr-language-link.is-current {
    font-weight: 700;
    border-color: currentColor;
}
