/* Role-based auth modals (Couple / Vendor) */
.role-auth-dialog {
    max-width: 900px;
}

.role-auth-dialog .modal-content {
    border: 0;
    border-radius: 6px;
}

.role-auth-row {
    min-height: 560px;
}

.role-auth-hero {
    background-size: cover;
    background-position: center;
    min-height: 560px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

.role-auth-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 5;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
}

.role-auth-close:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.role-auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.role-auth-body {
    padding: 40px 40px 20px;
}

.role-auth-footer {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
}

.role-auth-footer p {
    font-weight: 600;
}

.role-auth-view.d-none {
    display: none;
}

.role-auth-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #e2e2e2;
}

.role-auth-divider span {
    position: relative;
    top: -11px;
    background: #fff;
    padding: 0 12px;
    font-size: 13px;
    color: #888;
}

.auth-google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #f5f5f5;
    border-color: #e2e2e2;
}

.auth-google-icon {
    font-weight: 700;
    color: #4285F4;
}

.auth-switch-line a,
.auth-switch-role,
.auth-link {
    color: #4f7a56;
}

.auth-password-group {
    position: relative;
}

.auth-password-toggle {
    position: absolute;
    right: 6px;
    top: 3px;
    background: transparent;
    border: 0;
    color: #888;
}

.auth-radio-group .custom-control {
    padding-left: 1.8rem;
}

@media (max-width: 767.98px) {
    .role-auth-body {
        padding: 30px 24px 16px;
    }
}
