/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-v2z6cgxuvu] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
    color: #787878;
    font-family: 'Figtree', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}

.public-header[b-v2z6cgxuvu] {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 50px 0px;
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.public-header-inner[b-v2z6cgxuvu] {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.public-logo[b-v2z6cgxuvu] {
    height: 32px;
    width: auto;
}

.public-main[b-v2z6cgxuvu] {
    flex: 1;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
}

.public-footer[b-v2z6cgxuvu] {
    background: linear-gradient(45deg, #010D1F 0%, #1F7CEA 100%);
    padding: 1.5rem 0;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.7);
}

.public-footer-inner[b-v2z6cgxuvu] {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.public-footer a[b-v2z6cgxuvu] {
    color: #fff;
    text-decoration: none;
}

.public-footer a:hover[b-v2z6cgxuvu] {
    text-decoration: underline;
}
/* /Components/Pages/ConsentForm.razor.rz.scp.css */
/* Language switcher */
.lang-switcher[b-40vny955s2] {
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.lang-btn[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #787878;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.15s;
}

.lang-flag[b-40vny955s2] {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
}

.lang-btn:hover[b-40vny955s2] {
    border-color: #1F7CEA;
    color: #1F7CEA;
}

.lang-btn.active[b-40vny955s2] {
    background: #1F7CEA;
    border-color: #1F7CEA;
    color: #fff;
}

/* Existing consent banner */
.existing-consent-banner[b-40vny955s2] {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    background: rgba(51, 221, 136, 0.08);
    border: 1px solid #33DD88;
    border-radius: 0.5rem;
    margin-bottom: 1.75rem;
    font-size: 0.8125rem;
    color: #191919;
    line-height: 1.5;
}

.existing-consent-banner strong[b-40vny955s2] {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.existing-consent-banner p[b-40vny955s2] {
    margin: 0 0 0.375rem;
    color: #787878;
}

.existing-consent-banner .existing-consent-details[b-40vny955s2] {
    font-size: 0.75rem;
    color: #AFAFAF;
}

.existing-consent-banner .existing-consent-details code[b-40vny955s2] {
    background: #f7f7f7;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    color: #191919;
}

.existing-consent-icon[b-40vny955s2] {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 1.125rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.15);
    border-radius: 50%;
    flex-shrink: 0;
}

/* Smart meter check */
.meter-check[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    background: #fff;
    margin-bottom: 1.75rem;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 50px 0px;
}

.meter-check-top[b-40vny955s2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.meter-actions[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: nowrap;
    margin-left: auto;
}

.meter-choice-group[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meter-choice[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.875rem;
    border: 1px solid #e6e6e6;
    border-radius: 999px;
    background: #fff;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #787878;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
}

.meter-choice:hover[b-40vny955s2] {
    border-color: #D2D2D2;
    background: rgba(31, 124, 234, 0.03);
}

.meter-choice.selected[b-40vny955s2] {
    border-color: #1F7CEA;
    background: rgba(31, 124, 234, 0.05);
    color: #1F7CEA;
}

.meter-choice input[type="radio"][b-40vny955s2] {
    margin: 0;
    accent-color: #1F7CEA;
}

.info-icon-btn[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #A2CAF6;
    background: rgba(31, 124, 234, 0.08);
    color: #1F7CEA;
    font-weight: 700;
    font-size: 1rem;
    font-style: italic;
    font-family: 'Sora', serif;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
}

.info-icon-btn:hover[b-40vny955s2] {
    background: rgba(31, 124, 234, 0.15);
}

/* Gate message */
.gate-message[b-40vny955s2] {
    margin-bottom: 1.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    border: 1px solid #f0d860;
    background: #fef9e7;
    color: #7a6812;
    font-size: 0.8125rem;
    font-weight: 600;
}

/* Modal overlay */
.modal-overlay[b-40vny955s2] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    z-index: 1000;
}

.modal-dialog[b-40vny955s2] {
    width: min(860px, 100%);
    max-height: 90vh;
    overflow: auto;
    background: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
    border: 1px solid #e6e6e6;
}

.modal-header[b-40vny955s2] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid #e6e6e6;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    border-radius: 0.75rem 0.75rem 0 0;
}

.modal-close-btn[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid #D2D2D2;
    background: #fff;
    color: #191919;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.15s;
}

.modal-close-btn:hover[b-40vny955s2] {
    background: #f7f7f7;
}

.modal-body[b-40vny955s2] {
    padding: 1.25rem;
}

.meter-type[b-40vny955s2] {
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #fafafa;
}

.meter-type:last-child[b-40vny955s2] {
    margin-bottom: 0;
}

.meter-type-img[b-40vny955s2] {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.625rem auto 0.75rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    background: #fff;
}

.meter-type h4[b-40vny955s2] {
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin: 0 0 0.5rem;
}

.meter-type p[b-40vny955s2] {
    font-size: 0.8125rem;
    color: #787878;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 576px) {
    .meter-check-top[b-40vny955s2] {
        flex-direction: column;
        align-items: flex-start;
    }

    .meter-actions[b-40vny955s2] {
        margin-left: 0;
    }
}

/* Form locked state */
.form-locked-overlay[b-40vny955s2] {
    text-align: center;
    padding: 2rem 1rem;
    color: #787878;
    font-size: 0.875rem;
    border: 1px dashed #e6e6e6;
    border-radius: 0.5rem;
    background: #fafafa;
    margin-bottom: 1.75rem;
}

.form-locked-overlay p[b-40vny955s2] {
    margin: 0;
}

/* Typography */
.consent-title[b-40vny955s2] {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin-bottom: 0.25rem;
}

.consent-subtitle[b-40vny955s2] {
    font-size: 0.9375rem;
    color: #1F7CEA;
    font-weight: 600;
    margin-bottom: 1rem;
}

.consent-intro[b-40vny955s2] {
    font-size: 0.875rem;
    color: #787878;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* Sections */
.consent-section[b-40vny955s2] {
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
    margin-bottom: 1.75rem;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.1) 0px 7px 50px 0px;
    box-sizing: border-box;
    overflow: hidden;
}

.section-title[b-40vny955s2] {
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin: 0 0 0.75rem;
}

.section-hint[b-40vny955s2] {
    font-size: 0.8125rem;
    color: #AFAFAF;
    margin-bottom: 1rem;
}

/* Form elements */
.form-row[b-40vny955s2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

@media (max-width: 576px) {
    .form-row[b-40vny955s2] {
        grid-template-columns: 1fr;
    }

    .lang-btn[b-40vny955s2] {
        padding: 0.25rem 0.5rem;
        font-size: 0.6875rem;
        gap: 0.25rem;
    }

    .lang-flag[b-40vny955s2] {
        width: 16px;
        height: 12px;
    }

    .input-with-button[b-40vny955s2] {
        flex-direction: column;
        align-items: stretch;
    }
}

.form-group[b-40vny955s2] {
    margin-bottom: 0.875rem;
}

.form-group label[b-40vny955s2] {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #787878;
    margin-bottom: 0.3rem;
}

.form-control[b-40vny955s2] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-family: 'Figtree', sans-serif;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    color: #191919;
    outline: none;
    transition: border-color 0.15s, outline 0.15s;
}

.form-control[readonly][b-40vny955s2] {
    background: #eee;
    color: #555;
    cursor: default;
}

.form-control.field-valid[b-40vny955s2] {
    background: #f0fdf4;
    border-color: #33DD88;
}

.form-control:focus[b-40vny955s2] {
    border-color: #1F7CEA;
    outline: 1px solid #A2CAF6;
}

.form-control[b-40vny955s2]::placeholder {
    color: #AFAFAF;
}

textarea.form-control[b-40vny955s2] {
    resize: vertical;
    min-height: 72px;
}

.field-hint[b-40vny955s2] {
    display: block;
    font-size: 0.75rem;
    color: #AFAFAF;
    margin-top: 0.25rem;
}

/* Input with spinner overlay */
.input-with-spinner[b-40vny955s2] {
    position: relative;
}

.input-with-spinner .form-control[b-40vny955s2] {
    width: 100%;
}

.field-spinner[b-40vny955s2] {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Input with button */
.input-with-button[b-40vny955s2] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.input-with-button .form-control[b-40vny955s2] {
    flex: 1;
}

.btn-verify[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #1F7CEA;
    background: rgba(31, 124, 234, 0.08);
    border: 1px solid #1F7CEA;
    border-radius: 0.375rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.btn-verify:hover:not(:disabled)[b-40vny955s2] {
    background: rgba(31, 124, 234, 0.15);
}

.btn-verify:disabled[b-40vny955s2] {
    opacity: 0.5;
    cursor: not-allowed;
}

.verified-badge[b-40vny955s2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    font-size: 1.125rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
}

.spinner-sm[b-40vny955s2] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(31, 124, 234, 0.3);
    border-top-color: #1F7CEA;
    border-radius: 50%;
    animation: spin-b-40vny955s2 0.6s linear infinite;
}

/* EAN multi-input */
.ean-upload-area[b-40vny955s2] {
    border: 1px dashed #D2D2D2;
    border-radius: 0.375rem;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background: #fafafa;
}

.ean-upload-label[b-40vny955s2] {
    display: block;
    font-size: 0.8125rem;
    color: #787878;
    margin-bottom: 0.5rem;
}

.ean-upload-row[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.btn-file-choose[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    font-family: 'Figtree', sans-serif;
    color: #191919;
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
    white-space: nowrap;
}

.btn-file-choose:hover[b-40vny955s2] {
    background: #f7f7f7;
    border-color: #AFAFAF;
}

.ean-upload-filename[b-40vny955s2] {
    font-size: 0.8125rem;
    color: #787878;
}

.btn-upload-clear[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    background: #AFAFAF;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-upload-clear:hover[b-40vny955s2] {
    background: #787878;
}

.ean-add-row[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.btn-ean-add[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    background: #2d3748;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-ean-add:hover[b-40vny955s2] {
    background: #1a202c;
}

.ean-count[b-40vny955s2] {
    font-size: 0.8125rem;
    color: #787878;
}

.ean-input-row[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.375rem;
}

.ean-input-row .form-control[b-40vny955s2] {
    flex: 1;
}

.btn-ean-remove[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    background: #b91c1c;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;
}

.btn-ean-remove:hover[b-40vny955s2] {
    background: #991b1b;
}

.ean-check[b-40vny955s2] {
    color: #33DD88;
    font-size: 1rem;
    font-weight: 700;
}

.ean-warn[b-40vny955s2] {
    color: #f87171;
    font-size: 1rem;
    font-weight: 700;
}

/* Info grid */
.info-grid[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.info-item[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    font-size: 0.8125rem;
    color: #787878;
}

.info-label[b-40vny955s2] {
    font-weight: 600;
    color: #191919;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-item a[b-40vny955s2] {
    color: #1F7CEA;
    text-decoration: none;
}

.info-item a:hover[b-40vny955s2] {
    text-decoration: underline;
}

/* Radio group */
.radio-group[b-40vny955s2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-option[b-40vny955s2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.75rem;
    border: 1px solid #e6e6e6;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.8125rem;
    color: #787878;
    transition: border-color 0.15s, background 0.15s;
}

.radio-option:hover[b-40vny955s2] {
    border-color: #D2D2D2;
    background: rgba(31, 124, 234, 0.03);
}

.radio-option.selected[b-40vny955s2] {
    border-color: #1F7CEA;
    background: rgba(31, 124, 234, 0.05);
}

.radio-option input[type="radio"][b-40vny955s2] {
    margin-top: 0.15rem;
    accent-color: #1F7CEA;
    flex-shrink: 0;
}

/* Checkbox */
.checkbox-option[b-40vny955s2] {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #787878;
    cursor: pointer;
    line-height: 1.5;
}

.checkbox-option input[type="checkbox"][b-40vny955s2] {
    margin-top: 0.25rem;
    accent-color: #1F7CEA;
    flex-shrink: 0;
}

/* Notice box */
.notice-box[b-40vny955s2] {
    margin-top: 1rem;
    padding: 0.75rem;
    background: #fef9e7;
    border: 1px solid #f0d860;
    border-radius: 0.375rem;
    font-size: 0.8125rem;
    color: #7a6812;
}

/* Alert */
.alert-danger[b-40vny955s2] {
    padding: 0.75rem;
    border-radius: 0.375rem;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    font-size: 0.8125rem;
    margin-bottom: 1rem;
}

/* Submit */
.btn-submit[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    background: #1F7CEA;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-submit:hover:not(:disabled)[b-40vny955s2] {
    background: #1868c7;
}

.btn-submit:disabled[b-40vny955s2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner[b-40vny955s2] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-40vny955s2 0.6s linear infinite;
}

@keyframes spin-b-40vny955s2 {
    to { transform: rotate(360deg); }
}

/* Signature pad */
.signature-wrap[b-40vny955s2] {
    border: 1px solid #e6e6e6;
    border-radius: 0.5rem;
    background: #fafafa;
    padding: 0.75rem;
}

.signature-pad[b-40vny955s2] {
    position: relative;
    width: 100%;
    min-height: 200px;
    border: 1px dashed #D2D2D2;
    border-radius: 0.375rem;
    background: #fff;
    overflow: hidden;
}

.signature-canvas[b-40vny955s2] {
    display: block;
    width: 100%;
    height: 200px;
    touch-action: none;
    cursor: crosshair;
    background: #fff;
}

.signature-actions[b-40vny955s2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.625rem;
}

.btn-signature-clear[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #fff;
    background: #AFAFAF;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s;
}

.btn-signature-clear:hover[b-40vny955s2] {
    background: #787878;
}

.signature-status[b-40vny955s2] {
    font-size: 0.8125rem;
}

.signature-status.empty[b-40vny955s2] {
    color: #AFAFAF;
}

.signature-status.done[b-40vny955s2] {
    color: #191919;
    font-weight: 500;
}

@media (max-width: 576px) {
    .signature-canvas[b-40vny955s2] {
        height: 160px;
    }

    .signature-pad[b-40vny955s2] {
        min-height: 160px;
    }
}

/* Print / PDF button */
.btn-print[b-40vny955s2] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    font-family: 'Figtree', sans-serif;
    color: #191919;
    background: #fff;
    border: 1px solid #D2D2D2;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.btn-print:hover[b-40vny955s2] {
    background: #f7f7f7;
    border-color: #AFAFAF;
}

/* Actions layout */
.consent-actions[b-40vny955s2] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

/* Print styles */
@media print {
    .lang-switcher[b-40vny955s2],
    .btn-submit[b-40vny955s2],
    .btn-print[b-40vny955s2],
    .btn-signature-clear[b-40vny955s2],
    .btn-ean-add[b-40vny955s2],
    .btn-ean-remove[b-40vny955s2],
    .btn-verify[b-40vny955s2],
    .btn-upload-clear[b-40vny955s2],
    .btn-file-choose[b-40vny955s2],
    .ean-upload-area[b-40vny955s2],
    .notice-box[b-40vny955s2] {
        display: none !important;
    }

    .consent-section[b-40vny955s2] {
        box-shadow: none;
        break-inside: avoid;
    }

    .form-control[b-40vny955s2] {
        border: none;
        background: transparent;
        padding: 0;
        font-size: 0.875rem;
    }

    .signature-pad[b-40vny955s2] {
        border-style: solid;
    }
}

/* Audit info */
.audit-info[b-40vny955s2] {
    font-size: 0.75rem;
    color: #AFAFAF;
    border-top: 1px solid #e6e6e6;
    padding-top: 1rem;
    line-height: 1.5;
}

/* Success state */
.consent-success[b-40vny955s2] {
    text-align: center;
    padding: 3rem 1rem;
}

.success-icon[b-40vny955s2] {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 2rem;
    color: #33DD88;
    background: rgba(51, 221, 136, 0.1);
    border-radius: 50%;
    margin: 0 auto 1.5rem;
}

.consent-success h2[b-40vny955s2] {
    font-size: 1.25rem;
    font-family: 'Sora', sans-serif;
    color: #191919;
    margin-bottom: 0.5rem;
}

.consent-success p[b-40vny955s2] {
    font-size: 0.875rem;
    color: #787878;
    max-width: 480px;
    margin: 0 auto 0.75rem;
}

.consent-ref code[b-40vny955s2] {
    background: #f7f7f7;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.8125rem;
    color: #191919;
}
