    #spc_page {
        min-height: 100vh;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 1.5;
        --spc-card-max-width: 680px;
    }
    #spc_page .spc-card {
        max-width: var(--spc-card-max-width);
        margin: 0 auto;
        padding: 32px 64px;
        background: var(--spc-bg-color, #fff);
        border-radius: 12px;
    }
    #spc_page .spc-intro-wrapper,
    #spc_page .spc-form-wrapper,
    #spc_page .spc-success-state,
    #spc_page #spc-link-expired {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    /* Space before the form block (success state may sit between intro and form in the DOM) */
    #spc_page .spc-intro-wrapper ~ .spc-form-wrapper {
        margin-top: 8px;
    }
    #spc_page h1 {
        font-size: 1.15em;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 0 8px;
        color: var(--spc-text-color, #202223);
    }
    #spc_page h2 {
        font-size: 1em;
        font-weight: 650;
        line-height: 1.5;
        margin: 0 0 8px;
        color: var(--spc-text-color, #202223);
    }
    #spc_page h3 {
        font-size: 0.95em;
        font-weight: 600;
        line-height: 1.5;
        margin: 0 0 8px;
        color: var(--spc-text-color, #202223);
    }
    #spc_page h4 {
        font-size: 0.9em;
        font-weight: 600;
        line-height: 1.5;
        margin: 0 0 8px;
        color: var(--spc-text-color, #202223);
    }
    #spc_page p {
        font-size: 0.9em;
        line-height: 1.3;
        margin: 0 0 16px;
        color: var(--spc-text-color, #202223);
    }
    #spc_page hr {
        height: 0;
        background: none;
        border: none;
        border-top: 1px solid var(--spc-text-color, #202223);
        opacity: 0.2;
        margin: 16px 0;
    }
    #spc_page a {
        color: #2852C3;
        text-decoration: underline;
    }
    #spc_page a:hover {
        color: #1e3d8f;
    }

    /* CKEditor content — inline formatting */
    #spc_page strong, #spc_page b { font-weight: bold; }
    #spc_page em, #spc_page i { font-style: italic; }
    #spc_page u { text-decoration: underline; }
    #spc_page s { text-decoration: line-through; }

    /* CKEditor content classes — font sizes */
    #spc_page .text-tiny { font-size: .7em; }
    #spc_page .text-small { font-size: .85em; }
    #spc_page .text-big { font-size: 1.4em; }
    #spc_page .text-huge { font-size: 1.8em; }

    /* CKEditor content classes — lists */
    #spc_page ol { list-style-type: decimal; padding-left: 1.5em; margin: 0 0 16px; color: var(--spc-text-color, #202223); }
    #spc_page ol ol { list-style-type: lower-latin; }
    #spc_page ol ol ol { list-style-type: lower-roman; }
    #spc_page ul { list-style-type: disc; padding-left: 1.5em; margin: 0 0 16px; color: var(--spc-text-color, #202223); }
    #spc_page ul ul { list-style-type: circle; }
    #spc_page ul ul ul { list-style-type: square; }
    #spc_page li { font-size: 0.9em; line-height: 1.3; margin-bottom: 4px; }
    #spc_page li > ol, #spc_page li > ul { margin: 4px 0 0; }

    /* CKEditor content classes — blockquote */
    #spc_page blockquote {
        border-left: 5px solid #ccc;
        font-style: italic;
        margin: 0 0 16px;
        padding: 0 1.5em;
        overflow: hidden;
        color: var(--spc-text-color, #202223);
    }

    /* CKEditor content classes — tables */
    #spc_page .table { margin: 0.9em auto; display: block; text-align: center; }
    #spc_page .table table { display: inline-table; text-align: left; border-collapse: collapse; border-spacing: 0; border: 1px double hsl(0, 0%, 70%); overflow: hidden; }
    #spc_page .table table td, #spc_page .table table th { min-width: 2em; padding: .4em; border: 1px solid hsl(0, 0%, 75%); overflow-wrap: break-word; position: relative; }
    #spc_page .table table th { font-weight: bold; background: hsla(0, 0%, 0%, 5%); }
    #spc_page .table .ck-table-resized { table-layout: fixed; }
    #spc_page .table > figcaption { display: table-caption; caption-side: top; word-break: break-word; text-align: center; color: #333; background: #f7f7f7; padding: .6em; font-size: .75em; outline-offset: -1px; }

    /* CKEditor content classes — images */
    #spc_page .image { display: table; clear: both; text-align: center; margin: 0.9em auto; }
    #spc_page .image img { display: block; margin: 0 auto; max-width: 100%; min-width: 50px; }
    #spc_page .image-inline { display: inline-flex; max-width: 100%; }
    #spc_page .image-inline img { flex-grow: 1; flex-shrink: 1; max-width: 100%; }
    #spc_page .image > figcaption { display: table-caption; caption-side: bottom; word-break: break-word; color: #333; background: #f7f7f7; padding: .6em; font-size: .75em; outline-offset: -1px; }
    #spc_page .image-style-align-left { float: left; margin-right: 1.5em; }
    #spc_page .image-style-align-right { float: right; margin-left: 1.5em; }
    #spc_page img.image_resized { height: auto; }
    #spc_page .image.image_resized { max-width: 100%; display: block; box-sizing: border-box; }
    #spc_page .image.image_resized img { width: 100%; }

    /* Form – Polaris-like inputs */
    #spc_page .spc-form :not(:last-child) {
        margin-bottom: 16px;
    }

    #spc_page .spc-form label {
        display: block;
        margin-bottom: 6px;
        font-weight: 550;
        font-size: 1em;
        line-height: 1.3;
        color: var(--spc-text-color, #202223);
    }
    #spc_page .spc-form input[type="email"],
    #spc_page .spc-form input[type="text"],
    #spc_page .spc-form select {
        width: 100%;
        min-height: 36px;
        padding: 8px 12px;
        margin-bottom: 8px;
        border: 1px solid #c9cccf;
        border-radius: 8px;
        font-size: 1em;
        line-height: 1.5;
        font-family: inherit;
        box-sizing: border-box;
        background: #ffffff;
        color: var(--spc-text-color, #202223);
        transition: border-color 0.15s ease, box-shadow 0.15s ease;
    }
    #spc_page .spc-form select {
        appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235c5f62' d='M2.5 4.5L6 8l3.5-3.5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 12px center;
        padding-right: 36px;
    }
    #spc_page .spc-form input[type="email"]:focus,
    #spc_page .spc-form input[type="text"]:focus,
    #spc_page .spc-form select:focus {
        border-color: #000F6A;
        outline: none;
        box-shadow: 0 0 0 1px #000F6A;
    }
    #spc_page .spc-form input[type="email"]::placeholder,
    #spc_page .spc-form input[type="text"]::placeholder {
        color: #6d7175;
    }
    #spc_page .spc-form #spc-access-email:disabled,
    #spc_page .spc-form #spc-correct-email:disabled,
    #spc_page .spc-form #spc-delete-email:disabled {
        opacity: 0.9;
        cursor: not-allowed;
        background: #f1f2f3;
        color: var(--spc-text-color, #202223);
    }
    #spc_page .spc-form input[type="submit"], #spc_page .spc-form .spc-btn-continue {
        display: inline-block;
        min-height: 36px;
        padding: 0 20px;
        border: 0;
        border-radius: 8px;
        background: var(--spc-btn-color, #000F6A);
        color: var(--spc-btn-text-color, #fff);
        font-size: 14px;
        font-weight: 500;
        line-height: 36px;
        cursor: pointer;
        transition: background 0.15s ease, box-shadow 0.15s ease;
    }
    #spc_page .spc-form input[type="submit"]:hover, #spc_page .spc-form .spc-btn-continue:hover {
        opacity: 0.9;
    }
    #spc_page .spc-form input[type="submit"]:focus, #spc_page .spc-form .spc-btn-continue:focus {
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 15, 106, 0.35);
    }
    #spc_page .spc-form a.spc-btn-continue {
        text-decoration: none;
        text-align: center;
    }
    #spc_page .spc-form .spc-action-panel.hidden {
        display: none;
    }
    #spc_page .spc-show-addresses-link {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        cursor: pointer;
        color: var(--spc-btn-color, #000F6A);
        text-decoration: none;
        font-size: 0.95em;
        font-weight: 500;
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }
    #spc_page .spc-show-addresses-link:hover { opacity: 0.9; }
    #spc_page #spc-addresses-toggle-wrap {
        margin-top: -15px;
        margin-bottom: 10px;
    }
    #spc_page #spc-show-addresses:not(.hidden) {
        margin-top: 4px;
    }
    #spc_page .spc-address-list { display: grid; gap: 10px; }
    #spc_page .spc-address-card {
        padding: 6px 0;
    }
    #spc_page .spc-address-card h4 {
        margin: 0 0 8px;
        font-size: 0.92em;
        font-weight: 600;
    }
    #spc_page .spc-address-card p {
        margin: 0 0 4px;
        font-size: 0.86em;
        line-height: 1.35;
    }
    #spc_page .spc-address-card p:last-child { margin-bottom: 0; }
    #spc_page .spc-address-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 6px;
        column-gap: 12px;
        align-items: start;
    }
    #spc_page .spc-address-grid input[type="text"] {
        margin-bottom: 0;
    }
    #spc_page .spc-form .spc-action-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 6px;
        column-gap: 12px;
        align-items: start;
    }
    #spc_page .spc-form .spc-action-grid input[type="text"],
    #spc_page .spc-form .spc-action-grid select {
        margin-bottom: 0;
    }
    @media (max-width: 480px) {
        #spc_page .spc-form .spc-action-grid {
            grid-template-columns: 1fr;
        }
        #spc_page .spc-address-grid {
            grid-template-columns: 1fr;
        }
    }
    #spc_page .spc-form .spc-download-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }
    #spc_page .spc-form .spc-download-row.hidden,
    #spc_page .spc-form #spc-download-intro.hidden,
    #spc_page .spc-form #spc-account-edit-intro.hidden,
    #spc_page .spc-form #spc-account-edit-fields.hidden {
        display: none !important;
    }
    #spc_page .spc-form .spc-download-row .spc-btn-continue {
        margin-bottom: 0;
    }
    #spc_page .spc-form .spc-request-success {
        margin: 0 0 12px;
        color: #008060;
        font-size: 14px;
        font-weight: 500;
    }
    #spc_page .spc-form .spc-request-error,
    #spc_page .spc-form .spc-download-error-msg,
    #spc_page .spc-form .spc-account-edit-error-msg,
    #spc_page .spc-form .spc-account-edit-server-error {
        margin: 12px 0;
        color: #d82c0d;
        font-size: 14px;
        font-weight: 500;
    }
    #spc_page .spc-form .spc-account-edit-server-error {
        margin-top: 0;
        margin-bottom: 8px;
    }
    #spc_page .spc-form .spc-account-edit-server-error--below-phone {
        grid-column: 1 / -1;
        margin: 4px 0 10px;
    }
    #spc_page .spc-form .spc-field-error-msg {
        display: block;
        margin: 4px 0 0;
        color: #d82c0d;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.4;
    }
    #spc_page .spc-form #spc-phone {
        margin-bottom: 2px;
    }
    #spc_page .spc-form #spc-phone-error {
        margin-top: 2px;
    }
    #spc_page .spc-form .spc-field-error-msg.hidden {
        display: none !important;
    }
    #spc_page .spc-form .spc-field-group :not(:last-child) {
        margin-bottom: 8px;
    }
    #spc_page .spc-form .spc-field-group.hidden {
        display: none;
    }
    /* Space after primary actions in each request-type panel (e.g. Confirm withdrawal / opt-out) */
    #spc_page .spc-form .spc-action-panel > .spc-field-group:last-child {
        margin-bottom: 16px;
    }
    #spc_page .spc-form-wrapper > #spc-file-complaint-wrapper:not(.hidden) {
        margin-top: 24px;
        padding-top: 20px;
        border-top: 1px solid #e3e3e3;
    }
    #spc_page .spc-after-verify {
        border-top: 1px solid #e3e3e3;
        padding-top: 20px;
    }
    /* Only one #spc-after-verify (Exercise Your Rights) — keep it flush to form top */
    #spc_page .spc-form #spc-after-verify {
        margin-top: 0;
    }
    #spc_page .spc-after-verify.hidden {
        display: none;
    }
    #spc_page .spc-verify-email-row {
        margin-bottom: 0 !important;
    }

    /* Request type buttons – Polaris Choice / segmented style */
    #spc_page .spc-request-types {
        display: flex;
        flex-wrap: wrap;
        column-gap: 8px;
        row-gap: 12px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e3e3e3;
    }
    #spc_page .spc-request-type-btn {
        padding: 6px 12px;
        margin-bottom: 0 !important;
        border: 0.5px solid #E3E3E3;
        border-radius: 8px;
        background: #ffffff;
        color: var(--spc-text-color, #202223);
        font-size: 1em;
        cursor: pointer;
        box-shadow:
            0px 1px 0px 0px #E3E3E3 inset,
            1px 0px 0px 0px #E3E3E3 inset,
            -1px 0px 0px 0px #E3E3E3 inset,
            0px -1px 0px 0px #B5B5B5 inset;
        transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    }
    #spc_page .spc-request-type-btn:hover:not(.hidden) {
        background: #CCCCCC;
        box-shadow:
            0px 2px 1px 0px #1A1A1A33 inset,
            1px 0px 1px 0px #1A1A1A1F inset,
            -1px 0px 1px 0px #1A1A1A1F inset;
        border-color: #8c9196;

    }
    #spc_page .spc-request-type-btn.active {
        background: #CCCCCC;
        box-shadow:
            0px 2px 1px 0px #1A1A1A33 inset,
            1px 0px 1px 0px #1A1A1A1F inset,
            -1px 0px 1px 0px #1A1A1A1F inset;
        color: var(--spc-text-color, #202223);
    }
    #spc_page .spc-request-type-btn.hidden {
        display: none;
    }

    /* Success state */
    #spc_page .spc-success-state {
        display: none;
    }
    #spc_page .spc-success-state.visible {
        display: block;
    }
    #spc_page .spc-form-wrapper.hidden {
        display: none;
    }
    #spc_page .spc-intro-wrapper.hidden {
        display: none !important;
    }
    /* Thank-you only: intro + form hidden */
    #spc_page .spc-card.spc-card-thank-you-only .spc-success-state {
        text-align: center;
    }
    /* Compact layout for iframe: thank-you + link-expired need less vertical space */
    #spc_page .spc-card.spc-card-thank-you-only,
    #spc_page .spc-card.spc-card--link-expired {
        padding: 24px 28px;
    }
    @media (max-width: 480px) {
        #spc_page .spc-card.spc-card-thank-you-only,
        #spc_page .spc-card.spc-card--link-expired {
            padding: 20px 16px;
        }
    }
    /* Expired / already-used verification link: only message visible */
    #spc_page .spc-card.spc-card--link-expired > #spc-intro-wrapper,
    #spc_page .spc-card.spc-card--link-expired > #spc-success-state,
    #spc_page .spc-card.spc-card--link-expired > #spc-form-wrapper {
        display: none !important;
    }
    #spc_page .spc-card.spc-card--link-expired > #spc-link-expired {
        display: block;
        margin: 0;
        padding: 8px 0;
        text-align: center;
    }
    #spc_page #spc-link-expired.hidden {
        display: none !important;
    }
    #spc_page .spc-link-expired-back-wrap {
        margin: 12px 0 0;
    }
    #spc_page .spc-link-expired-back {
        color: var(--spc-btn-color, #000F6A);
        text-decoration: underline;
        font-size: 0.95em;
    }
    #spc_page .spc-link-expired-back:hover,
    #spc_page .spc-link-expired-back:focus {
        text-decoration: underline;
        opacity: 0.9;
    }
    #spc_page .spc-success-state h2 {
        font-size: 1.5em;
        margin-bottom: 12px;
    }
    #spc_page .spc-success-state p {
        margin-bottom: 12px;
    }
    #spc_page .spc-file-sub-text {
        margin: 0;
        max-width: 100%;
        font-size: 12.5px;
        line-height: 1.5;
        color: #616A75;
    }
    #spc_page .spc-file-complaint-section .spc-section-title {
        margin-bottom: 8px;
    }

    #spc_page .spc-verify-email-sent.hidden { display: none; }

    #spc_page .spc-section-title {
        font-size: 16px;
        font-weight: 700;
        margin: 0 0 6px;
        color: var(--spc-text-color, #202223);
        line-height: 1.3;
    }
    #spc_page .spc-section-subtitle {
        font-size: 12.5px;
        line-height: 1.4;
        margin: 0 0 16px;
        color: #616A75;
        font-weight: 400;
    }
    #spc_page .spc-chip-helper {
        background: #F9F9FA;
        border-radius: 10px;
        padding: 12px 14px;
        font-size: 13px;
        color: #616A75;
        line-height: 1.6;
        margin: 0 0 16px;
        animation: spcFadeIn 180ms ease;
    }
    #spc_page .spc-chip-helper.hidden { display: none; }

    #spc_page .spc-inline-confirm {
        margin: 16px 0 0;
        color: #0B4D3C;
        font-size: 13.5px;
        font-weight: 600;
        line-height: 1.7;
        animation: spcFadeIn 220ms ease;
    }
    #spc_page .spc-inline-confirm.hidden { display: none; }

    #spc_page .spc-form .spc-btn-continue.spc-btn-disabled,
    #spc_page .spc-form .spc-btn-continue[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
        pointer-events: none;
    }
    #spc_page .spc-form .spc-btn-continue.spc-btn-applied {
        background: #008060;
        color: #ffffff;
        cursor: default;
        opacity: 1;
        pointer-events: none;
    }
    #spc_page #spc-access-verify.hidden,
    #spc_page #spc-access-ready.hidden,
    #spc_page #spc-correct-verify.hidden,
    #spc_page #spc-account-edit-ready.hidden,
    #spc_page #spc-delete-email-wrap.hidden,
    #spc_page #spc-delete-content.hidden { display: none; }

    @keyframes spcFadeIn {
        from { opacity: 0; transform: translateY(-2px); }
        to { opacity: 1; transform: translateY(0); }
    }

    /* Mobile: card padding, full-width actions, stacked request types */
    @media (max-width: 480px) {
        #spc_page .spc-card {
            padding: 24px 16px;
            border-radius: 8px;
        }
        #spc_page .spc-request-types {
            flex-direction: column;
            flex-wrap: nowrap;
            row-gap: 8px;
            column-gap: 0;
        }
        #spc_page .spc-request-type-btn {
            width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
        #spc_page .spc-form .spc-download-row {
            flex-direction: column;
            align-items: stretch;
        }
        #spc_page .spc-form .spc-download-row .spc-btn-continue {
            width: 100%;
            box-sizing: border-box;
            text-align: center;
        }
        #spc_page .spc-form label {
            margin-bottom: 4px;
            font-size: 13px;
        }
        #spc_page .spc-form input[type="email"],
        #spc_page .spc-form input[type="text"],
        #spc_page .spc-form select {
            min-height: 28px;
            padding: 5px 8px;
            font-size: 13px;
        }
        #spc_page .spc-form select {
            padding-right: 28px;
        }
        #spc_page .spc-form input[type="submit"],
        #spc_page .spc-form .spc-btn-continue {
            width: 100%;
            box-sizing: border-box;
            min-height: 28px;
            padding: 0 12px;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
        }
    }
