/**
 * Version: 1.5.5
 * Generated: 2026-08-19T07:56:00Z
 * Tool: CSS for the BND Pensioenruimte WordPress plugin.
 * Fix: Extends the optional fade-mask presentation with top offset, larger fade heights and adjustable intensity while preserving existing tool styling.
 * Changelog:
 * 1.5.5 - Extends fade-mask styling with configurable top offset, height up to 2000px and 0-100% active opacity.
 * 1.5.4 - Adds the disabled-by-default viewport fade-mask styling with configurable height, fade-start, transition and device breakpoints.
 * 1.5.3 - Makes the reserve result table fit inline without scrollbars/blue header and exposes a typeable dd-mm-jjjj date field beside the existing picker trigger.
 * 1.5.2 - Keeps front-end styling unchanged while reporting transport and credential refresh are fixed.
 * 1.5.1 - Restores visible keyboard focus and uses site-managed Museo fonts instead of missing local font assets.
 * 1.5.0 - Keeps the front-end design unchanged while JavaScript adds privacy-safe GA4 dataLayer events.
 * 1.4.0 - No front-end visual changes; adds only WP-Admin analytics and privacy-first event tracking.
 * 1.3.1 - Restyles the browser-local date field while retaining the native desktop and mobile date picker.
 * 1.3.0 - Adds styles for browser-local age eligibility, FOR and partial ov-reimbursement fields.
 * 1.2.8 - Applies the 300/500/700 type system and styles field-level help, validation and result anchors.
 * 1.2.7 - Keeps styling stable while remaining field-help and UPO copy feedback is applied.
 * 1.2.5 - Keeps styling stable while advisor-facing copy corrections are completed.
 * 1.2.4 - Keeps styling stable while advisor-flow copy and validation are updated.
 * 1.2.3 - Keeps styling stable while reviewed copy feedback is applied.
 * 1.2.2 - Keeps styling stable while the raw analysis payload is forced into non-expanded reporting fields.
 * 1.2.0 - Keeps styling stable while reporting is split for Excel, PDFMonkey and analysis.
 * 1.1.9 - Keeps the active stylesheet under the canonical asset filename after release cleanup.
 * 1.1.8 - Keeps CSS stable while reporting is moved to the hardened server-side endpoint.
 * 1.1.7 - Adds top spacing above the lead-submit button in the Zapier result form.
 * 1.1.6 - Keeps CSS stable while the built-in Zapier webhook default is set in PHP.
 * 1.1.5 - Reduces large internal whitespace and padding while keeping the same visual hierarchy.
 * 1.1.4 - Styles inline field help, advisor copy and the third Zapier CTA.
 * 1.1.3 - Styles advisor mode, the lead form and the third Zapier CTA.
 * 1.1.2 - Keeps styling stable while hidden inactive scenario values are cleared.
 * 1.1.1 - Keeps the 1.1 layout and supports the 1.1.1 tax-refund display correction.
 * 1.1.0 - Adds styling for current-year income, compact reserve-year buttons and multi-open accordion behavior.
 * 1.0.15 - Keeps styling stable while amount input parsing is updated.
 * 1.0.14 - Keeps styling stable while calculation-flow logic is updated.
 * 1.0.13 - Places approved UPO images inside the matching radio options without extra visible image text.
 * 1.0.12 - Safely renders approved UPO images from normal files and uses explicit plus/minus accordion symbols.
 * 1.0.10 - Ensures the approved Jaarruimte and Factor A images render visibly in the pension-growth-choice block.
 * 1.0.9 - Removes theme/browser chevron leakage and renders scoped plus/minus controls.
 * 1.0.8 - Replaced the accordion chevron glyph with clearer plus and minus controls.
 * 1.0.7 - Styled the approved Jaarruimte and Factor A image labels under the pension-growth-choice question.
 * 1.0.6 - Tightened font weights, line heights, section spacing, year picker styling, button arrows and accordion state details.
 * 1.0.5 - Added compatibility with shortcode-inline font-face CSS and hard scoped font enforcement.
 * 1.0.4 - Forced plugin-local Museo usage with stronger scoped declarations and absolute font-face injection from PHP.
 * 1.0.3 - Added plugin-local Museo font-face mappings for assets/fonts/MuseoSans-300.otf, MuseoSans-500.otf, MuseoSlab-300.otf and MuseoSlab-500.otf.
 * 1.0.2 - Corrected font-family fallbacks to support museo-sans/museo-slab and avoid Georgia-style fallback headings when fonts are unavailable.
 * 1.0.1 - Tightened the design system details for fields, notes, dividers, buttons, accordions and responsive spacing.
 * 1.0.0 - Added plugin-scoped responsive styling based on the reviewed design direction.
 */



.bnd-pensioenruimte {
    --bnd-bg: #f3f3f3;
    --bnd-card: #ffffff;
    --bnd-border: #cdcdcd;
    --bnd-divider: #f3f3f3;
    --bnd-text: #333333;
    --bnd-heading: #474747;
    --bnd-muted: #878787;
    --bnd-brand-blue: #07568a;
    --bnd-accent: #40aacb;
    --bnd-accent-dark: #2386a4;
    --bnd-soft-blue: #f8fcfd;
    --bnd-success: #05a25c;
    --bnd-warning: #fdb81e;
    --bnd-font-sans: 'museo-sans', 'Museo Sans', 'MuseoSans', Arial, Helvetica, sans-serif;
    --bnd-font-slab: 'museo-slab', 'Museo Slab', 'MuseoSlab', Georgia, serif;
    color: var(--bnd-text);
    font-family: var(--bnd-font-sans);
    font-weight: 300;
    background: var(--bnd-bg);
    padding: 80px 0 66px;
}

.bnd-pensioenruimte * {
    box-sizing: border-box;
}

.bnd-pensioenruimte input,
.bnd-pensioenruimte select,
.bnd-pensioenruimte textarea {
    font-family: var(--bnd-font-sans);
    font-weight: 300;
}

.bnd-pensioenruimte button {
    font-family: var(--bnd-font-sans);
    font-weight: 500;
}

.bnd-pensioenruimte .bnd-wrap {
    width: min(940px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.bnd-pensioenruimte .bnd-header {
    display: grid;
    gap: 8px;
    margin-bottom: 16px;
    text-align: center;
}

.bnd-pensioenruimte h2,
.bnd-pensioenruimte h3,
.bnd-pensioenruimte h4,
.bnd-pensioenruimte p {
    margin-top: 0;
}

.bnd-pensioenruimte .bnd-header h2 {
    margin-bottom: 0;
    font-family: var(--bnd-font-slab);
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    color: var(--bnd-text);
}

.bnd-pensioenruimte .bnd-header p,
.bnd-pensioenruimte .bnd-panel-head p,
.bnd-pensioenruimte .bnd-muted {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-panel {
    overflow: hidden;
    background: var(--bnd-card);
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 32px;
    border-bottom: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-panel-head h3,
.bnd-pensioenruimte .bnd-accordion-title strong {
    margin-bottom: 4px;
    font-family: var(--bnd-font-slab);
    font-weight: 500;
    font-size: 24px;
    line-height: 1.1;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-help,
.bnd-pensioenruimte .bnd-card-note,
.bnd-pensioenruimte .bnd-disclaimer {
    margin-bottom: 0;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.bnd-pensioenruimte .bnd-form-shell {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 40px 32px;
    border-bottom: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-form-section:last-child {
    border-bottom: 0;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4 {
    margin-bottom: 12px;
    font-family: var(--bnd-font-sans);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-field,
.bnd-pensioenruimte .bnd-radio-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    color: var(--bnd-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-field .bnd-help {
    margin-top: -2px;
    font-size: 13px;
    line-height: 1.45;
}

.bnd-pensioenruimte input[type='number'],
.bnd-pensioenruimte input[type='text'],
.bnd-pensioenruimte input[type='email'],
.bnd-pensioenruimte input[type='tel'],
.bnd-pensioenruimte select {
    width: 100%;
    min-height: 48px;
    padding: 0 12px;
    border: 1px solid var(--bnd-border);
    border-radius: 4px;
    background: #fff;
    color: var(--bnd-text);
    font: inherit;
    font-weight: 300;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte select {
    appearance: auto;
}

.bnd-pensioenruimte .bnd-money {
    display: flex;
    min-height: 48px;
}

.bnd-pensioenruimte .bnd-money-prefix {
    width: 43px;
    flex: 0 0 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--bnd-border);
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background: var(--bnd-bg);
    color: var(--bnd-muted);
    font-weight: 500;
}

.bnd-pensioenruimte .bnd-money input {
    border-radius: 0 4px 4px 0;
}

.bnd-pensioenruimte .bnd-date-control {
    position: relative;
    width: 100%;
    height: 48px;
    min-height: 48px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--bnd-border);
    border-radius: 4px;
    background: #fff;
    transition: border-color 120ms ease, box-shadow 120ms ease;
}

.bnd-pensioenruimte .bnd-date-prefix {
    position: relative;
    z-index: 3;
    width: 43px;
    min-width: 43px;
    height: 46px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-right: 1px solid var(--bnd-border);
    border-radius: 0;
    background: var(--bnd-bg);
    color: var(--bnd-muted);
    cursor: pointer;
}

.bnd-pensioenruimte .bnd-date-prefix:focus { outline: 0; }

.bnd-pensioenruimte .bnd-date-prefix:focus-visible {
    outline: 3px solid var(--bnd-accent);
    outline-offset: 2px;
}

.bnd-pensioenruimte .bnd-date-icon {
    width: 20px;
    height: 20px;
    display: block;
    pointer-events: none;
}

.bnd-pensioenruimte .bnd-date-input {
    min-width: 0;
    flex: 1 1 auto;
    height: 46px;
    min-height: 46px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--bnd-text);
    font: inherit;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
    cursor: text;
    appearance: none;
    -webkit-appearance: none;
}

.bnd-pensioenruimte .bnd-date-input::placeholder { color: var(--bnd-muted); opacity: 1; }

.bnd-pensioenruimte .bnd-date-input:focus {
    border-color: transparent;
    box-shadow: none;
}

.bnd-pensioenruimte .bnd-date-picker {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 43px;
    width: 1px;
    height: 1px;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.bnd-pensioenruimte .bnd-date-control:focus-within {
    border-color: var(--bnd-accent);
    box-shadow: 0 0 0 3px rgba(64, 170, 203, 0.16);
}

.bnd-pensioenruimte .bnd-field.has-error .bnd-date-control {
    border-color: #e66082;
    box-shadow: 0 0 0 1px #e66082;
}

.bnd-pensioenruimte .bnd-field.has-error .bnd-date-prefix { border-right-color: #e66082; }

.bnd-pensioenruimte .bnd-date-input.is-invalid {
    border: 0 !important;
    box-shadow: none !important;
}

.bnd-pensioenruimte input:focus,
.bnd-pensioenruimte select:focus {
    outline: 0;
    border-color: var(--bnd-accent);
    box-shadow: 0 0 0 3px rgba(64, 170, 203, 0.16);
}

.bnd-pensioenruimte .bnd-inline-options {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
}

.bnd-pensioenruimte .bnd-inline-options--stacked {
    flex-direction: column;
    gap: 8px;
}

.bnd-pensioenruimte .bnd-option-note {
    color: #5b5b5b;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}


.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    gap: 8px;
    margin-top: 6px;
}

.bnd-pensioenruimte .bnd-upo-visual {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 10px 12px;
    border: 1px solid var(--bnd-divider);
    border-radius: 4px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual span {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-inline-options label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bnd-text);
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.bnd-pensioenruimte input[type='radio'],
.bnd-pensioenruimte input[type='checkbox'] {
    width: 16px;
    height: 16px;
    min-height: 16px;
    flex: 0 0 16px;
    margin: 0;
    padding: 0;
    appearance: none;
    border: 1px solid var(--bnd-border);
    background: #fff;
    box-shadow: none;
    cursor: pointer;
}

.bnd-pensioenruimte input[type='radio'] {
    border-radius: 999px;
}

.bnd-pensioenruimte input[type='radio']:checked {
    border-color: var(--bnd-accent);
    background: radial-gradient(circle at center, var(--bnd-accent) 0 38%, #fff 41% 100%);
}

.bnd-pensioenruimte input[type='checkbox'] {
    border-color: #9cbbd0;
    border-radius: 4px;
}

.bnd-pensioenruimte input[type='checkbox']:checked {
    position: relative;
    border-color: var(--bnd-brand-blue);
    background: var(--bnd-brand-blue);
}

.bnd-pensioenruimte input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.bnd-pensioenruimte input[type='radio']:focus,
.bnd-pensioenruimte input[type='checkbox']:focus {
    outline: 0;
}

.bnd-pensioenruimte input[type='radio']:focus-visible,
.bnd-pensioenruimte input[type='checkbox']:focus-visible {
    outline: 3px solid var(--bnd-accent);
    outline-offset: 3px;
    box-shadow: 0 0 0 2px #fff;
}

.bnd-pensioenruimte .bnd-year-picker {
    padding: 40px 32px 0;
}

.bnd-pensioenruimte .bnd-year-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 41px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--bnd-border);
    border-radius: 4px;
    background: #fff;
    color: var(--bnd-text);
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.bnd-pensioenruimte .bnd-year-list label:has(input:checked) {
    border-color: var(--bnd-brand-blue);
    background: var(--bnd-soft-blue);
}

.bnd-pensioenruimte .bnd-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
    padding: 24px 32px 32px;
    border-top: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-result .bnd-actions,
.bnd-pensioenruimte .bnd-cta-block .bnd-actions {
    justify-content: flex-start;
    padding: 0;
    border-top: 0;
}

.bnd-pensioenruimte .bnd-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.bnd-pensioenruimte .bnd-btn--primary {
    background: var(--bnd-accent);
    color: #fff;
}

.bnd-pensioenruimte .bnd-btn--primary:hover {
    background: var(--bnd-accent-dark);
    color: #fff;
}

.bnd-pensioenruimte .bnd-btn--secondary {
    border-color: var(--bnd-heading);
    background: #fff;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-result,
.bnd-pensioenruimte .bnd-summary-box,
.bnd-pensioenruimte .bnd-tax-box {
    margin: 24px 32px 32px;
    padding: 24px;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-result > .bnd-summary-box,
.bnd-pensioenruimte .bnd-result > .bnd-tax-box {
    margin: 24px 0 0;
}

.bnd-pensioenruimte .bnd-result h3 {
    margin-bottom: 8px;
    color: var(--bnd-heading);
    font-family: var(--bnd-font-slab);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.bnd-pensioenruimte .bnd-amount {
    margin-bottom: 8px;
    color: var(--bnd-success);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}

.bnd-pensioenruimte .bnd-conclusion {
    margin: 16px 0 0;
    font-weight: 300;
}

.bnd-pensioenruimte .bnd-breakdown {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-breakdown div,
.bnd-pensioenruimte .bnd-calc-lines div {
    padding: 12px;
    border: 1px solid var(--bnd-divider);
    border-radius: 4px;
    background: var(--bnd-soft-blue);
}

.bnd-pensioenruimte .bnd-breakdown span,
.bnd-pensioenruimte .bnd-calc-lines span {
    display: block;
    color: var(--bnd-muted);
    font-size: 13px;
}

.bnd-pensioenruimte .bnd-breakdown strong,
.bnd-pensioenruimte .bnd-calc-lines strong {
    display: block;
    margin-top: 4px;
    color: var(--bnd-text);
    font-weight: 700;
}

.bnd-pensioenruimte .bnd-calc-lines {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.bnd-pensioenruimte .bnd-calc-lines div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.bnd-pensioenruimte .bnd-table-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
    overflow: visible;
}

.bnd-pensioenruimte .bnd-table-wrap table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
}

.bnd-pensioenruimte .bnd-table-wrap th,
.bnd-pensioenruimte .bnd-table-wrap td {
    min-width: 0;
    padding: 8px 6px;
    border: 0;
    border-bottom: 1px solid var(--bnd-divider);
    color: var(--bnd-text);
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
    overflow-wrap: break-word;
    word-break: normal;
}

.bnd-pensioenruimte .bnd-table-wrap thead th {
    background: transparent;
    color: var(--bnd-muted);
    font-weight: 500;
}

@media (max-width: 767px) {
    .bnd-pensioenruimte .bnd-table-wrap table,
    .bnd-pensioenruimte .bnd-table-wrap tbody,
    .bnd-pensioenruimte .bnd-table-wrap tr,
    .bnd-pensioenruimte .bnd-table-wrap td {
        display: block;
        width: 100%;
    }

    .bnd-pensioenruimte .bnd-table-wrap thead { display: none; }

    .bnd-pensioenruimte .bnd-table-wrap tr {
        padding: 8px 0;
        border-top: 1px solid var(--bnd-border);
    }

    .bnd-pensioenruimte .bnd-table-wrap td {
        display: grid;
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
        gap: 12px;
        padding: 7px 0;
        border-bottom: 1px solid var(--bnd-divider);
        font-size: 14px;
    }

    .bnd-pensioenruimte .bnd-table-wrap td::before {
        content: attr(data-label);
        color: var(--bnd-muted);
        font-weight: 500;
    }
}

.bnd-pensioenruimte .bnd-error {
    display: none;
    margin: 16px 32px 0;
    padding: 12px 14px;
    border: 1px solid #f0c6c6;
    border-radius: 4px;
    background: #fff0f0;
    color: #9f1f1f;
}

.bnd-pensioenruimte .bnd-field-error {
    margin: 0;
    color: #9f1f1f;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
}

.bnd-pensioenruimte .has-error > span:first-child,
.bnd-pensioenruimte .has-error > .bnd-inline-options:first-of-type {
    color: #9f1f1f;
}

.bnd-pensioenruimte input.is-invalid,
.bnd-pensioenruimte select.is-invalid,
.bnd-pensioenruimte .has-error .bnd-money input,
.bnd-pensioenruimte .has-error .bnd-money-prefix {
    border-color: #9f1f1f;
}

.bnd-pensioenruimte .has-error input[type='radio'],
.bnd-pensioenruimte .has-error input[type='checkbox'] {
    border-color: #9f1f1f;
}

.bnd-pensioenruimte .bnd-result {
    scroll-margin-top: 24px;
    outline: 0;
}

.bnd-pensioenruimte .bnd-year-data-help {
    margin-top: 6px;
}

.bnd-pensioenruimte .bnd-calculation-details {
    padding: 0;
}

.bnd-pensioenruimte .bnd-calculation-details > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
}

.bnd-pensioenruimte .bnd-calculation-details > summary::-webkit-details-marker {
    display: none;
}

.bnd-pensioenruimte .bnd-calculation-details > summary h4 {
    margin: 0;
    font-weight: 700;
}

.bnd-pensioenruimte .bnd-details-symbol::before {
    content: '+';
    display: inline-block;
    min-width: 20px;
    color: var(--bnd-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.bnd-pensioenruimte .bnd-calculation-details[open] .bnd-details-symbol::before {
    content: '−';
}

.bnd-pensioenruimte .bnd-calculation-details > .bnd-calc-lines {
    margin: 0;
    padding: 0 24px 24px;
}

.bnd-pensioenruimte .bnd-accordion-list {
    display: grid;
    gap: 16px;
    padding: 16px 32px 40px;
}

.bnd-pensioenruimte .bnd-accordion-item {
    overflow: hidden;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: #fff;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    width: 100%;
    min-height: 102px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 24px;
    border: 0;
    background: #fff;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.bnd-pensioenruimte .bnd-accordion-trigger:focus {
    outline: 0;
}

.bnd-pensioenruimte .bnd-accordion-trigger:focus-visible {
    outline: 3px solid var(--bnd-accent);
    outline-offset: -3px;
}

.bnd-pensioenruimte .bnd-accordion-title {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.bnd-pensioenruimte .bnd-accordion-title > span:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.bnd-pensioenruimte .bnd-status {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 5px 8px;
    border: 1px solid var(--bnd-warning);
    border-radius: 360px;
    background: rgba(253, 184, 30, 0.1);
    color: var(--bnd-warning);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-status--ready,
.bnd-pensioenruimte .bnd-status--done {
    border-color: var(--bnd-success);
    background: rgba(5, 162, 92, 0.1);
    color: var(--bnd-success);
}

.bnd-pensioenruimte .bnd-status--empty {
    border-color: var(--bnd-warning);
    background: rgba(253, 184, 30, 0.1);
    color: var(--bnd-warning);
}

.bnd-pensioenruimte .bnd-status--not-applicable {
    border-color: var(--bnd-muted);
    background: rgba(91, 91, 91, 0.08);
    color: var(--bnd-muted);
}

.bnd-pensioenruimte .bnd-age-notice {
    margin: 0;
    padding: 24px 32px;
    border-top: 1px solid var(--bnd-divider);
    background: #f8f8f8;
    color: var(--bnd-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.bnd-pensioenruimte .bnd-year-amount {
    color: var(--bnd-success);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--bnd-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-body {
    border-top: 1px solid var(--bnd-divider);
}

.bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
    padding-left: 32px;
    padding-right: 32px;
}

.bnd-pensioenruimte .bnd-cta-block {
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-cta-block p {
    margin-bottom: 12px;
}

.bnd-pensioenruimte .is-hidden {
    display: none !important;
}


/* Enforce the approved heading weight across all dynamic and static H4 elements. */
.bnd-pensioenruimte h4 {
    font-weight: 700;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 32px 0;
    }

    .bnd-pensioenruimte .bnd-header h2 {
        font-size: 28px;
    }

    .bnd-pensioenruimte .bnd-grid,
    .bnd-pensioenruimte .bnd-breakdown {
        grid-template-columns: 1fr;
    }

    .bnd-pensioenruimte .bnd-field--placeholder {
        display: none;
    }

    .bnd-pensioenruimte .bnd-panel-head,
    .bnd-pensioenruimte .bnd-form-section,
    .bnd-pensioenruimte .bnd-year-picker,
    .bnd-pensioenruimte .bnd-actions,
    .bnd-pensioenruimte .bnd-accordion-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-error {
        margin-left: 20px;
        margin-right: 20px;
    }

    .bnd-pensioenruimte .bnd-result > .bnd-summary-box,
    .bnd-pensioenruimte .bnd-result > .bnd-tax-box {
        margin-left: 0;
        margin-right: 0;
    }

    .bnd-pensioenruimte .bnd-actions {
        justify-content: stretch;
    }

    .bnd-pensioenruimte .bnd-btn {
        width: 100%;
    }

    .bnd-pensioenruimte .bnd-accordion-trigger {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .bnd-pensioenruimte .bnd-calc-lines div {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* v1.0.4: keep the tool isolated from Elementor/theme font overrides. */
.bnd-pensioenruimte,
.bnd-pensioenruimte *:not(svg):not(path) {
    font-family: var(--bnd-font-sans) !important;
}

.bnd-pensioenruimte .bnd-header h2,
.bnd-pensioenruimte .bnd-panel-head h3,
.bnd-pensioenruimte .bnd-result h3 {
    font-family: var(--bnd-font-slab) !important;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4,
.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    font-family: var(--bnd-font-sans) !important;
}


/* v1.0.6: designer-review alignment overrides. */
.bnd-pensioenruimte .bnd-wrap {
    gap: 16px;
}

.bnd-pensioenruimte .bnd-header {
    gap: 12px;
    margin-bottom: 24px;
}

.bnd-pensioenruimte .bnd-header p {
    color: #474747;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 32px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 40px 32px;
}

.bnd-pensioenruimte .bnd-form-section h4,
.bnd-pensioenruimte .bnd-summary-box h4,
.bnd-pensioenruimte .bnd-tax-box h4 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #474747;
}

.bnd-pensioenruimte .bnd-form-section > .bnd-help,
.bnd-pensioenruimte .bnd-year-picker > .bnd-help {
    color: #5b5b5b;
}

.bnd-pensioenruimte .bnd-field .bnd-help,
.bnd-pensioenruimte .bnd-radio-group .bnd-help,
.bnd-pensioenruimte .bnd-card-note,
.bnd-pensioenruimte .bnd-disclaimer {
    color: #878787;
    line-height: 1.25;
}

.bnd-pensioenruimte .bnd-field > span,
.bnd-pensioenruimte .bnd-radio-group > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-year-picker .bnd-field > span {
    color: #474747;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
}

.bnd-pensioenruimte .bnd-year-list {
    margin-top: 32px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 41px;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}

.bnd-pensioenruimte input[type='number'],
.bnd-pensioenruimte input[type='text'],
.bnd-pensioenruimte input[type='email'],
.bnd-pensioenruimte input[type='tel'],
.bnd-pensioenruimte select {
    min-height: 48px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-money-prefix {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-inline-options label,
.bnd-pensioenruimte .bnd-option-note {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-option-note {
    color: #5b5b5b;
}

.bnd-pensioenruimte .bnd-btn {
    min-height: 48px;
    padding: 15px 24px 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

.bnd-pensioenruimte .bnd-panel > .bnd-actions .bnd-btn--primary::after {
    content: '→';
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-list {
    gap: 16px;
    padding: 16px 32px 40px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    min-height: 102px;
    padding: 24px;
}

.bnd-pensioenruimte .bnd-accordion-title strong {
    font-family: var(--bnd-font-slab) !important;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    color: #474747;
}

.bnd-pensioenruimte .bnd-status {
    min-height: 20px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
}

.bnd-pensioenruimte .bnd-year-amount {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 48px 0;
    }

    .bnd-pensioenruimte .bnd-header {
        margin-bottom: 24px;
    }

    .bnd-pensioenruimte .bnd-year-list {
        margin-top: 20px;
    }
}


/* v1.0.7+: approved Dutch Tax Administration icon guidance at the pension-growth-choice question. */
.bnd-pensioenruimte .bnd-upo-reference-wrap {
    margin-top: 8px;
}

.bnd-pensioenruimte .bnd-upo-approved {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
}

.bnd-pensioenruimte .bnd-upo-visual {
    margin: 0;
    min-height: 92px;
    padding: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual figcaption,
.bnd-pensioenruimte .bnd-upo-visual span {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

.bnd-pensioenruimte .bnd-upo-approved-help {
    margin: 0;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-upo-visuals {
        grid-template-columns: 1fr;
    }

    .bnd-pensioenruimte .bnd-upo-visual {
        min-height: 84px;
    }

    .bnd-pensioenruimte .bnd-upo-visual img {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }
}

/* v1.0.9: keep reserve-year accordion icons fully scoped and block theme chevrons. */
.bnd-pensioenruimte .bnd-accordion-trigger {
    -webkit-appearance: none !important;
    appearance: none !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger::before,
.bnd-pensioenruimte .bnd-accordion-trigger::after,
.bnd-pensioenruimte .bnd-accordion-icon::after {
    content: none !important;
    display: none !important;
}

.bnd-pensioenruimte .bnd-accordion-icon {
    position: relative;
    overflow: hidden;
    text-indent: 0 !important;
    font-family: var(--bnd-font-sans) !important;
    text-transform: none !important;
}

.bnd-pensioenruimte .bnd-accordion-icon::before {
    content: '+' !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #333333;
    font-family: var(--bnd-font-sans) !important;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-trigger[aria-expanded='true'] .bnd-accordion-icon::before {
    content: '−' !important;
}


/* v1.0.12: safe visible UPO image guidance and explicit accordion symbols. */
.bnd-pensioenruimte .bnd-upo-reference-wrap {
    display: block;
    margin-top: 12px;
}

.bnd-pensioenruimte .bnd-upo-approved {
    display: block;
}

.bnd-pensioenruimte .bnd-upo-visuals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0 0 10px;
}

.bnd-pensioenruimte .bnd-upo-visual {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 84px;
    margin: 0;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #ffffff;
}

.bnd-pensioenruimte .bnd-upo-visual img {
    display: block;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-visual span,
.bnd-pensioenruimte .bnd-upo-visual figcaption {
    display: block;
    color: #474747;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-upo-approved-help {
    margin: 0;
}

.bnd-pensioenruimte .bnd-accordion-symbol {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon::before {
    content: '+' !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #333333 !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger[aria-expanded='true'] .bnd-accordion-icon::before {
    content: '−' !important;
}

.bnd-pensioenruimte .bnd-accordion-trigger .bnd-accordion-icon::after,
.bnd-pensioenruimte .bnd-accordion-trigger::before,
.bnd-pensioenruimte .bnd-accordion-trigger::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-upo-visuals {
        grid-template-columns: 1fr;
    }
}

/* v1.0.13: approved UPO images are part of the radio options, without extra visible captions. */
.bnd-pensioenruimte .bnd-inline-options--stacked .bnd-upo-choice {
    width: 100%;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center !important;
    column-gap: 8px;
    row-gap: 8px;
}

.bnd-pensioenruimte .bnd-upo-choice-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
    min-width: 0;
}

.bnd-pensioenruimte .bnd-upo-choice-image {
    width: 64px;
    height: 64px;
    display: block;
    object-fit: contain;
}

.bnd-pensioenruimte .bnd-upo-reference-wrap,
.bnd-pensioenruimte .bnd-upo-approved,
.bnd-pensioenruimte .bnd-upo-visuals,
.bnd-pensioenruimte .bnd-upo-visual,
.bnd-pensioenruimte .bnd-upo-approved-help {
    display: none !important;
}

@media (max-width: 600px) {
    .bnd-pensioenruimte .bnd-inline-options--stacked .bnd-upo-choice {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .bnd-pensioenruimte .bnd-upo-choice-image {
        grid-column: 2;
        width: 56px;
        height: 56px;
    }
}


.bnd-pensioenruimte input.is-invalid {
    border-color: #E66082 !important;
    box-shadow: 0 0 0 1px #E66082 !important;
}

/* v1.1.0: current-year income input, compact reserve-year buttons and multi-open accordions. */
.bnd-pensioenruimte .bnd-tax-income-shell .bnd-form-section {
    border-bottom: 0;
}

.bnd-pensioenruimte .bnd-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 426px;
}

.bnd-pensioenruimte .bnd-year-list {
    flex-wrap: nowrap;
    gap: 6px;
}

.bnd-pensioenruimte .bnd-year-list label {
    min-height: 38px;
    gap: 6px;
    padding: 10px 8px;
    white-space: nowrap;
}

.bnd-pensioenruimte .bnd-year-list input[type='checkbox'] {
    flex: 0 0 16px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    font-family: var(--bnd-font-sans);
}

.bnd-pensioenruimte .bnd-accordion-symbol {
    pointer-events: none;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte .bnd-year-list {
        flex-wrap: wrap;
    }

    .bnd-pensioenruimte .bnd-grid--single {
        max-width: none;
    }
}


/* v1.1.3: regular/advisor audience mode and Zapier lead form. */
.bnd-pensioenruimte .bnd-btn--tertiary {
    border-color: var(--bnd-heading);
    background: #fff;
    color: var(--bnd-heading);
}

.bnd-pensioenruimte .bnd-lead-form {
    margin-top: 16px;
    padding: 24px;
    border: 1px solid var(--bnd-border);
    border-radius: 8px;
    background: var(--bnd-grey-bg);
}

.bnd-pensioenruimte .bnd-lead-form h4 {
    margin: 0 0 8px;
    color: var(--bnd-heading);
    font-family: var(--bnd-font-slab);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
}

.bnd-pensioenruimte .bnd-lead-form .bnd-grid {
    margin-top: 16px;
}

.bnd-pensioenruimte .bnd-checkbox-line {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--bnd-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-checkbox-line input {
    margin-top: 2px;
    flex: 0 0 auto;
}

.bnd-pensioenruimte .bnd-lead-actions {
    justify-content: flex-start;
    padding: 16px 0 0;
    border-top: 0;
}

.bnd-pensioenruimte .bnd-lead-message {
    display: none;
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
}

.bnd-pensioenruimte .bnd-lead-message.is-error,
.bnd-pensioenruimte .bnd-lead-message.is-success {
    display: block;
}

.bnd-pensioenruimte .bnd-lead-message.is-error {
    border: 1px solid #E66082;
    background: rgba(230, 96, 130, 0.08);
    color: #333333;
}

.bnd-pensioenruimte .bnd-lead-message.is-success {
    border: 1px solid #05A25C;
    background: rgba(5, 162, 92, 0.08);
    color: #333333;
}

@media (max-width: 600px) {
    .bnd-pensioenruimte .bnd-lead-form {
        padding: 20px;
    }
}

/* v1.1.5: compact spacing pass to reduce visually heavy 32px whitespace. */
.bnd-pensioenruimte {
    padding: 56px 0 48px;
}

.bnd-pensioenruimte .bnd-header {
    margin-bottom: 16px;
}

.bnd-pensioenruimte .bnd-panel-head {
    padding: 24px;
}

.bnd-pensioenruimte .bnd-form-section {
    padding: 28px 24px;
}

.bnd-pensioenruimte .bnd-grid {
    gap: 20px;
    margin-top: 24px;
}

.bnd-pensioenruimte .bnd-year-picker {
    padding: 28px 24px 0;
}

.bnd-pensioenruimte .bnd-year-list {
    margin-top: 20px;
}

.bnd-pensioenruimte .bnd-actions {
    padding: 20px 24px 24px;
}

.bnd-pensioenruimte .bnd-result,
.bnd-pensioenruimte .bnd-summary-box,
.bnd-pensioenruimte .bnd-tax-box {
    margin: 20px 24px 24px;
    padding: 20px;
}

.bnd-pensioenruimte .bnd-error {
    margin: 12px 24px 0;
}

.bnd-pensioenruimte .bnd-accordion-list {
    gap: 12px;
    padding: 12px 24px 28px;
}

.bnd-pensioenruimte .bnd-accordion-trigger {
    min-height: 84px;
    padding: 18px 20px;
}

.bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
    padding-left: 24px;
    padding-right: 24px;
}

.bnd-pensioenruimte .bnd-lead-form {
    padding: 20px;
}

@media (max-width: 900px) {
    .bnd-pensioenruimte {
        padding: 28px 0;
    }

    .bnd-pensioenruimte .bnd-header {
        margin-bottom: 16px;
    }

    .bnd-pensioenruimte .bnd-panel-head {
        padding: 20px 16px;
    }

    .bnd-pensioenruimte .bnd-form-section {
        padding: 24px 16px;
    }

    .bnd-pensioenruimte .bnd-year-picker {
        padding: 24px 16px 0;
    }

    .bnd-pensioenruimte .bnd-actions {
        padding: 16px 16px 20px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-error {
        margin-left: 16px;
        margin-right: 16px;
    }

    .bnd-pensioenruimte .bnd-result,
    .bnd-pensioenruimte .bnd-summary-box,
    .bnd-pensioenruimte .bnd-tax-box,
    .bnd-pensioenruimte .bnd-lead-form {
        padding: 16px;
    }

    .bnd-pensioenruimte .bnd-accordion-list {
        padding: 12px 16px 24px;
    }

    .bnd-pensioenruimte .bnd-accordion-trigger {
        min-height: 0;
        padding: 16px;
    }

    .bnd-pensioenruimte .bnd-accordion-body .bnd-form-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* v1.1.7: add breathing room above the lead form submit button. */
.bnd-pensioenruimte .bnd-lead-form .bnd-lead-actions,
.bnd-pensioenruimte .bnd-cta-block .bnd-lead-form .bnd-lead-actions,
.bnd-pensioenruimte .bnd-result .bnd-lead-form .bnd-lead-actions {
    padding: 16px 0 0;
    border-top: 0;
}

/* v1.5.1: entrepreneur travel note spans the form grid without changing field widths. */
.bnd-pensioenruimte .bnd-grid-span {
    grid-column: 1 / -1;
}

/* Optional viewport-edge fade-mask demo. The overlay is only created by JavaScript when the WP-Admin master toggle is enabled. */
.bnd-pr-fade-mask-viewport {
    --bnd-pr-fade-mask-height: 96px;
    --bnd-pr-fade-mask-top-offset: 0px;
    --bnd-pr-fade-mask-start: 55%;
    --bnd-pr-fade-mask-opacity: 1;
    --bnd-pr-fade-mask-duration: 180ms;
    --bnd-pr-fade-mask-bg: #f3f3f3;
    position: fixed;
    top: var(--bnd-pr-fade-mask-top-offset);
    right: auto;
    bottom: 0;
    left: var(--bnd-pr-fade-mask-left, 0px);
    width: var(--bnd-pr-fade-mask-width, 0px);
    z-index: 40;
    pointer-events: none;
    overflow: hidden;
}

.bnd-pr-fade-mask-edge {
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--bnd-pr-fade-mask-height);
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--bnd-pr-fade-mask-duration) ease;
    will-change: opacity;
}

.bnd-pr-fade-mask-edge--top {
    top: 0;
    background: linear-gradient(to bottom, var(--bnd-pr-fade-mask-bg) 0%, var(--bnd-pr-fade-mask-bg) var(--bnd-pr-fade-mask-start), rgba(243, 243, 243, 0) 100%);
}

.bnd-pr-fade-mask-edge--bottom {
    bottom: 0;
    background: linear-gradient(to top, var(--bnd-pr-fade-mask-bg) 0%, var(--bnd-pr-fade-mask-bg) var(--bnd-pr-fade-mask-start), rgba(243, 243, 243, 0) 100%);
}

@supports ((mask-image: linear-gradient(#000, transparent)) or (-webkit-mask-image: linear-gradient(#000, transparent))) {
    .bnd-pr-fade-mask-edge {
        background: var(--bnd-pr-fade-mask-bg);
    }
    .bnd-pr-fade-mask-edge--top {
        -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 var(--bnd-pr-fade-mask-start), transparent 100%);
        mask-image: linear-gradient(to bottom, #000 0%, #000 var(--bnd-pr-fade-mask-start), transparent 100%);
    }
    .bnd-pr-fade-mask-edge--bottom {
        -webkit-mask-image: linear-gradient(to top, #000 0%, #000 var(--bnd-pr-fade-mask-start), transparent 100%);
        mask-image: linear-gradient(to top, #000 0%, #000 var(--bnd-pr-fade-mask-start), transparent 100%);
    }
}

.bnd-pr-fade-mask-viewport.is-top-active .bnd-pr-fade-mask-edge--top,
.bnd-pr-fade-mask-viewport.is-bottom-active .bnd-pr-fade-mask-edge--bottom {
    opacity: var(--bnd-pr-fade-mask-opacity);
}

.bnd-pr-fade-mask-viewport[data-position="top"] .bnd-pr-fade-mask-edge--bottom,
.bnd-pr-fade-mask-viewport[data-position="bottom"] .bnd-pr-fade-mask-edge--top {
    display: none;
}

@media (min-width: 1025px) {
    .bnd-pr-fade-mask-viewport:not(.is-desktop-enabled) { display: none; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .bnd-pr-fade-mask-viewport:not(.is-tablet-enabled) { display: none; }
}

@media (max-width: 767px) {
    .bnd-pr-fade-mask-viewport:not(.is-mobile-enabled) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .bnd-pr-fade-mask-edge { transition-duration: 0ms; }
}

