.tqm-language-switcher[data-tqm-dashboard-switcher] {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 20;
    box-sizing: border-box;
    width: auto;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color-scheme: dark;
    visibility: hidden;
}

.tqm-language-switcher[data-tqm-dashboard-switcher].is-positioned {
    visibility: visible;
}

.tqm-language-switcher[data-tqm-dashboard-switcher] form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 9px;
    border: 1px solid var(--tpp-border-color, #30343b);
    border-radius: 999px;
    background: var(--tpp-surface, #111214);
    box-shadow: 0 8px 24px color-mix(in srgb, var(--tpp-shadow-color, #000) 34%, transparent);
}

.tqm-language-switcher[data-tqm-dashboard-switcher] .tqm-language-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    color: var(--tpp-red, #ed1427);
    line-height: 1;
}

.tqm-language-switcher[data-tqm-dashboard-switcher] .tqm-language-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tqm-language-switcher[data-tqm-dashboard-switcher] select {
    box-sizing: border-box;
    width: auto;
    min-width: 132px;
    min-height: 30px;
    margin: 0;
    padding: 2px 28px 2px 9px;
    border: 1px solid var(--tpp-border-color, #30343b);
    border-radius: 999px;
    outline: 0;
    background-color: var(--tpp-soft, #18080b);
    color: var(--tpp-section-text, #fff);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
}

.tqm-language-switcher[data-tqm-dashboard-switcher] select:focus {
    border-color: var(--tpp-red, #ed1427);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--tpp-red, #ed1427) 24%, transparent);
}

.tqm-language-switcher[data-tqm-dashboard-switcher] option {
    background: var(--tpp-surface, #111214);
    color: var(--tpp-section-text, #fff);
}
