.qlgm-language-switcher {
    display: flex;
    justify-content: center;
    padding: 18px 16px;
}

.qlgm-language-switcher ul {
    display: inline-flex;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.14);
}

.qlgm-language-switcher a {
    display: inline-flex;
    min-width: 42px;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: #050505;
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
}

.qlgm-language-switcher a:hover,
.qlgm-language-switcher a[aria-current="true"] {
    color: #ffffff;
    background: #181818;
}

.qlgm-language-switcher__label {
    margin-right: 10px;
    color: #8f8f8f;
    font-size: 12px;
    text-transform: uppercase;
}
