/* UR Access Control — Frontend styles */

/* ── Restriction Notice ────────────────────────────────────────────────────── */
.urac-restriction-notice {
    background: linear-gradient(135deg, #f0f4ff 0%, #faf5ff 100%);
    border: 1.5px solid #c7d2fe;
    border-radius: 12px;
    padding: 32px 28px;
    margin: 32px 0;
    color: #3730a3;
    font-family: inherit;
    text-align: center;
    box-shadow: 0 4px 20px rgba(79, 70, 229, 0.08);
}

.urac-lock-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
}

.urac-lock-icon svg {
    width: 28px;
    height: 28px;
}

.urac-notice-text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #4338ca;
}

/* ── Login Button ──────────────────────────────────────────────────────────── */
.urac-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff !important;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .2s ease;
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
    letter-spacing: 0.2px;
}

.urac-login-btn:hover {
    background: linear-gradient(135deg, #3730a3, #6d28d9);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
    transform: translateY(-1px);
    color: #fff !important;
    text-decoration: none !important;
}

.urac-login-btn svg {
    flex-shrink: 0;
}

/* ── Social Login Section ──────────────────────────────────────────────────── */
.urac-social-login {
    margin-top: 20px;
}

.urac-social-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: #818cf8;
    font-size: 13px;
    font-weight: 500;
}

.urac-social-divider::before,
.urac-social-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #c7d2fe;
}

/* ── Social Buttons (for inline notice) ────────────────────────────────────── */
.urac-social-login .nsl-container {
    justify-content: center !important;
    gap: 10px !important;
}

.urac-social-login .nsl-container-buttons {
    justify-content: center !important;
}

.urac-social-login .nsl-button {
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 20px !important;
    min-width: 140px;
}
