/* WP Simple Paywall 0.3.0 */
.wpsp-paywall{
    box-sizing:border-box;
    width:100%;
    margin:38px 0;
    padding:40px 28px;
    background:var(--wpsp-bg);
    border:1px solid var(--wpsp-border);
    border-radius:var(--wpsp-radius);
    text-align:center;
    box-shadow:0 10px 32px rgba(0,0,0,.07)
}
.wpsp-paywall-inner{max-width:680px;margin:0 auto}
.wpsp-paywall-icon{font-size:30px;line-height:1;margin-bottom:14px}
.wpsp-paywall h3{margin:0 0 10px;color:var(--wpsp-title);font-size:28px;line-height:1.2}
.wpsp-paywall p{margin:0 auto 22px;max-width:620px;line-height:1.6}
.wpsp-paywall-button{
    display:inline-block;
    padding:13px 26px;
    background:var(--wpsp-btn);
    color:var(--wpsp-btn-color)!important;
    text-decoration:none!important;
    border-radius:7px;
    font-weight:700;
    transition:opacity .15s,transform .15s
}
.wpsp-paywall-button:hover{opacity:.9;transform:translateY(-1px)}

.wpsp-subscription-page{max-width:980px;margin:30px auto}
.wpsp-card,.wpsp-plan{
    box-sizing:border-box;
    background:#fff;
    border:1px solid #e5e5e5;
    border-radius:14px;
    padding:30px;
    margin-bottom:22px;
    box-shadow:0 8px 30px rgba(0,0,0,.05)
}
.wpsp-card h2{margin:5px 0 10px;font-size:30px}
.wpsp-eyebrow{font-size:12px;font-weight:800;letter-spacing:.12em;opacity:.62}
.wpsp-form{max-width:520px}
.wpsp-form label{display:block;font-weight:600;margin:16px 0}
.wpsp-form input{
    display:block;
    box-sizing:border-box;
    width:100%;
    margin-top:7px;
    padding:12px;
    border:1px solid #ccc;
    border-radius:7px
}
.wpsp-form button{
    padding:13px 22px;
    border:0;
    border-radius:7px;
    background:#222;
    color:#fff;
    font-weight:700;
    cursor:pointer
}
.wpsp-plans{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:20px
}
.wpsp-plan{margin:0}
.wpsp-plan h3{font-size:22px;margin:0 0 10px}
.wpsp-price{font-size:30px;font-weight:800}
.wpsp-price small{font-size:14px;font-weight:400}
.wpsp-payment-title{font-weight:800;margin:22px 0 10px}
.wpsp-payment,.wpsp-payment-disabled{
    display:block;
    box-sizing:border-box;
    padding:13px 14px;
    margin:8px 0;
    border:1px solid #ddd;
    border-radius:8px;
    text-decoration:none!important;
    color:inherit!important
}
.wpsp-payment span,.wpsp-payment-disabled small{
    display:block;
    font-size:12px;
    opacity:.65;
    margin-top:3px
}
.wpsp-payment:hover{border-color:#999}
.wpsp-notice{padding:14px 16px;border-radius:8px;margin-bottom:20px}
.wpsp-notice-success{background:#eef9f0}
.wpsp-notice-error{background:#fff0f0}
.wpsp-active{padding:12px 14px;border-radius:8px;background:#eef9f0}
.wpsp-pending{padding:12px 14px;border-radius:8px;background:#fff8e8}
