

.va-lang-selector {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;

}



.va-lang-selector__option {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background: transparent;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1;
    text-decoration: none;

    color: inherit;
    font-family: inherit;
    transition: border-color 0.15s ease, background-color 0.15s ease;
}

.va-lang-selector__option:hover,
.va-lang-selector__option:focus-visible {

    outline: 2px solid currentColor;
    outline-offset: 2px;
}


.va-lang-selector__option[aria-current="page"],
.va-lang-selector__option[aria-pressed="true"] {
    font-weight: 600;
    border-color: currentColor;
}



.va-lang-selector__flag {
    width: 1.25em;
    height: auto;

    vertical-align: middle;
    border-radius: 2px;
}



.va-lang-selector__label {

    white-space: nowrap;
}
