
/* ── Stripe payment gate ─────────────────────────────────── */
.ppsr-price-notice {
    background: #eef4ff;
    border: 0.5px solid #b8d0f7;
    border-radius: var(--ppsr-radius, 6px);
    padding: 10px 14px;
    font-size: .88em;
    color: #1a3a6b;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ppsr-price-icon { font-size: 1.1em; }

.ppsr-stripe-box {
    border: 1px solid #e0e5ea;
    border-radius: 8px;
    overflow: hidden;
    margin: 1em 0;
}

.ppsr-stripe-header {
    background: #003366;
    color: #fff;
    padding: 10px 14px;
    font-size: .9em;
    font-weight: 600;
}

#ppsr-stripe-element-vin,
#ppsr-stripe-element-grantor,
#ppsr-stripe-element-registration {
    padding: 16px;
    background: #fff;
}

.ppsr-pay-btn {
    width: calc(100% - 32px);
    margin: 0 16px 12px;
    padding: 11px;
    background: #00456b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}
.ppsr-pay-btn:hover    { background: #005f96; }
.ppsr-pay-btn:disabled { background: #8aabb8; cursor: not-allowed; }

.ppsr-stripe-msg {
    padding: 0 16px 8px;
    font-size: .85em;
    color: #c0392b;
    min-height: 1.2em;
}

.ppsr-stripe-secure {
    padding: 8px 16px 12px;
    font-size: .78em;
    color: #888;
    border-top: 1px solid #f0f0f0;
}
