.talent-lang-switcher {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.talent-lang-switcher__select {
    min-width: 7.5rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid var(--bs-border-color, #e4e6ef);
    border-radius: 0.475rem;
    background: #fff;
    color: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.v2-auth__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.v2-auth__topbar-actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    z-index: 11;
}

.v2-header-toolbar .talent-lang-switcher {
    margin-inline-end: 0.75rem;
}

.v2-auth__topbar .talent-lang-switcher__select {
    min-width: 6.5rem;
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(2, 4, 36, 0.18);
}

.v2-auth__topbar .talent-lang-switcher__select:focus {
    outline: 2px solid rgba(255, 255, 255, 0.55);
    outline-offset: 2px;
}

.v2-auth__topbar .talent-lang-switcher__select option {
    color: #181c32;
    background: #fff;
}

.talent-auth-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(2, 4, 36, 0.35);
    backdrop-filter: blur(8px);
}

.talent-auth-lang-switcher__form {
    margin: 0;
}

.talent-auth-lang-switcher__btn {
    min-width: 3.25rem;
    padding: 0.4rem 0.75rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.talent-auth-lang-switcher__btn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.talent-auth-lang-switcher__btn--active {
    color: #0a118e;
    background: #fff;
    box-shadow: 0 2px 8px rgba(2, 4, 36, 0.22);
}

.talent-auth-lang-switcher__btn--active:hover {
    color: #0a118e;
    background: #fff;
}
