/**
 * Переключатель «Ищу вакансии / Ищу сотрудников» на profiles.php
 */
.grad-work-intent-toggle {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    padding: 4px;
    gap: 4px;
    border: 1px solid rgba(114, 10, 164, 0.2);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(114, 10, 164, 0.1);
}

.grad-work-intent-toggle__btn {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1rem;
    min-height: 44px;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    color: #4b5563;
    white-space: normal;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.grad-work-intent-toggle__btn:hover {
    color: #720aa4;
    background: rgba(114, 10, 164, 0.06);
}

.grad-work-intent-toggle__btn.is-active,
.grad-work-intent-toggle__btn.active {
    color: #fff !important;
    background: linear-gradient(135deg, #720aa4 0%, #9b4dca 100%);
    box-shadow: 0 6px 18px rgba(114, 10, 164, 0.28);
}

.grad-work-intent-toggle__btn.is-active:hover,
.grad-work-intent-toggle__btn.active:hover {
    color: #fff !important;
    background: linear-gradient(135deg, #650994 0%, #8a42b8 100%);
}

.grad-rent-lux .grad-work-intent-toggle__btn {
    color: #4b5563;
}

.grad-rent-lux .grad-work-intent-toggle__btn.is-active,
.grad-rent-lux .grad-work-intent-toggle__btn.active {
    color: #fff !important;
}

@media (max-width: 576px) {
    .grad-work-intent-toggle {
        flex-direction: column;
        border-radius: 14px;
    }

    .grad-work-intent-toggle__btn {
        border-radius: 12px;
        min-height: 42px;
        font-size: 0.8125rem;
        justify-content: center;
        text-align: center;
    }
}
