/* ── Plan summary card ──────────────────────────────────────────────────── */

.gfield.wpdd-plan-summary {
    background: #f0f0f0 !important;
    border-radius: 10px !important;
    padding: 18px 20px !important;
    margin-bottom: 16px !important;
}

.gfield.wpdd-plan-summary h3 {
    font-size: 1em;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 8px;
}

.gfield.wpdd-plan-summary p {
    margin: 4px 0 0;
    color: #555;
    font-size: 0.95em;
}

.gfield.wpdd-plan-summary p strong {
    display: block;
    font-size: 2em;
    font-weight: 700;
    color: #1d2327;
    margin-bottom: 2px;
    line-height: 1.1;
}

/* ── Injected upfront fee row ───────────────────────────────────────────── */

.gfield.wpdd-plan-summary .wpdd-upfront-fee-display {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #d8d8d8;
}

.wpdd-upfront-fee-label {
    font-size: 1em;
    font-weight: 700;
    color: #1d2327;
    margin-bottom: 6px;
}

.wpdd-upfront-fee-amount {
    display: flex;
    align-items: center;
    gap: 12px;
}

.wpdd-upfront-fee-price {
    font-size: 2em;
    font-weight: 700;
    color: #1d2327;
    line-height: 1.1;
}

.wpdd-upfront-fee-pence {
    font-size: 0.55em;
    font-weight: 400;
    vertical-align: super;
}

.wpdd-upfront-fee-badge {
    display: inline-block;
    background: #dcdcdc;
    color: #1d2327;
    font-size: 0.8em;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 20px;
}

/* ── Visually hidden fields (still processed by GF, e.g. calculation products) */

.gfield.wpdd-hidden-field {
    display: none !important;
}

/* ── Payment scheme info panel ──────────────────────────────────────────── */

.wpdd-scheme-info {
    border: 1px solid #c8d0d8;
    background: #f5f7f9;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 0.82em;
    line-height: 1.6;
    color: #444;
}

.wpdd-scheme-info p {
    margin: 0 0 8px;
}

.wpdd-scheme-info p:last-child {
    margin-bottom: 0;
}

.wpdd-scheme-info ul {
    margin: 8px 0 0;
    padding-left: 18px;
}

.wpdd-scheme-info li {
    margin-bottom: 6px;
}

.wpdd-dd-guarantee-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.wpdd-dd-guarantee-header strong {
    font-size: 0.95em;
    color: #003087;
}

.wpdd-dd-mark {
    flex-shrink: 0;
}
