/* Minimal CSS – uses browser's default form styling and simple layout */
.ssf-form-wrapper { max-width: 720px; margin: 1.5rem auto; font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.ssf-form fieldset { border: 1px solid #ddd; padding: 1rem; border-radius: 6px; margin-bottom: 1rem; }
.ssf-step-title { font-size: 1.1rem; margin-bottom: .5rem; font-weight: 600; }
.ssf-field { margin-bottom: .75rem; }
.ssf-field label { display:block; margin-bottom:.25rem; font-weight:500; }
.ssf-field input, .ssf-field select, .ssf-field textarea { width: 100%; padding: .375rem .75rem; border:1px solid #1111121A; border-radius:4px; background: #FFFFFF00!important;}
.ssf-step-actions { display:flex; gap:.5rem; justify-content:flex-end; margin-top:.5rem; }
.ssf-step-actions button { padding:18px 30px 18px 30px; border:none; font-size:16px; font-weight: 500; border-radius:3px; background:#000; color:#fff; cursor:pointer; }
.ssf-step-actions button.ssf-prev { background:#F5F2F0; color:#000; }
.ssf-status { margin-top:.5rem; color:#007700; display:none; }
.ssf-help { font-size:.85rem; color:#666; margin-left:.4rem; }
.ssf-accordion-toggle { background: transparent; border: 1px solid #ccc; padding: 10px 15px; width: 100%; text-align: left; font-weight: bold; cursor: pointer; border-radius: 5px;}
.ssf-accordion-content { margin-top: 10px; border-left: 2px solid #ccc; padding-left: 15px;}
.ssf-summary-step strong { color: #111112; }
.ssf-summary-step ul { list-style: none; padding: 0; margin: 0; }
.ssf-summary-step li { margin-bottom: 0.5em; }
.ssf-edit-link { text-decoration: underline; color: #0073aa; cursor: pointer; }
.ssf-edit-link:hover { color: #005177; }
.ssf-submit-final { background-color: #0073aa; color: white; border: none; padding: 12px 20px; border-radius: 6px; font-size: 16px; cursor: pointer; margin-top: 20px; }
