/* 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;
}

/* ── Login button visible on mobile ───────────────────────────── */
@media (max-width: 991px) {
    .header_2 .blue_btn {
        display: inline-flex !important;
        align-items: center;
        font-size: 13px;
        padding: 7px 16px;
        border-radius: 6px;
        white-space: nowrap;
        height: auto;
    }
}

/* ── Login popup centered on mobile ───────────────────────────── */
@media (max-width: 767px) {
    .edplus-login-popover__inner {
        top: 84px !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        transform: none !important;
    }
}
