/* Placeholder — edplus-core plugin appends inline theme-customizer CSS to this handle. */

/* ── Restrict Content paywall box ─────────────────────────────── */
.rcp_restricted {
    background: #f9f9fb;
    border: 1px solid #e0e0e8;
    border-left: 4px solid #2563eb;
    border-radius: 6px;
    padding: 28px 32px;
    margin: 32px 0;
    text-align: center;
}

.rcp_restricted .rcp-paywall h3 {
    margin: 0 0 10px;
    font-size: 1.2em;
    color: #1a1a2e;
}

.rcp_restricted .rcp-paywall p {
    margin: 0;
    color: #555;
    font-size: 0.97em;
}

.rcp_restricted .rcp-paywall a {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
}

/* ── Login popup: centered when opened from paywall ───────────── */
.edplus-login-popover--centered .edplus-login-popover__inner::before {
    display: none;
}
