.tsfe-fields{margin:12px 0;padding:0}
.tsfe-field{margin-bottom:12px}
.tsfe-field label{display:block;font-weight:600;margin-bottom:6px}
.tsfe-required{color:#d63638}
.tsfe-desc{font-size:12px;opacity:.8;margin-top:6px}
.tsfe-checkbox{display:flex;align-items:center;gap:8px;font-weight:500}
.tsfe-checkbox input{margin:0}

/* Wizard UI */
.tsfe-wizard{margin:16px 0;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:rgba(255,255,255,.7)}
.tsfe-wizard-steps{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 12px;padding:0}
.tsfe-wizard-step{font-size:12px;line-height:1;padding:8px 10px;border-radius:999px;background:rgba(0,0,0,.06);font-weight:600}
.tsfe-wizard-step.is-active{background:var(--tsfe-primary,#2271b1);color:#fff}
.tsfe-wizard-title{margin:0 0 10px;font-size:16px;font-weight:700}
.tsfe-wizard-nav{display:flex;gap:10px;justify-content:space-between;margin-top:14px}
.tsfe-wizard-nav button{padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.15);background:#fff;cursor:pointer;font-weight:700}
.tsfe-wizard-nav button:hover{filter:brightness(.98)}
