.ost-language-switcher ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ost-language-switcher a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    min-height: 32px;
    padding: 6px 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}

.ost-language-switcher .is-current a {
    font-weight: 700;
    opacity: .65;
}

.ost-language-switcher-dropdown {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.ost-language-switcher-dropdown select {
    min-height: 34px;
    padding: 6px 34px 6px 10px;
    border: 1px solid currentColor;
    border-radius: 999px;
    background-color: transparent;
    color: inherit;
    font: inherit;
    line-height: 1.2;
    cursor: pointer;
}

.ost-type-list ul {
    flex-direction: column;
    align-items: flex-start;
}

.ost-display-name a,
.ost-display-name_code a,
.ost-display-name-code a,
.ost-display-flag_name a,
.ost-display-flag-name a {
    min-width: 0;
}
