body.ste-listing-wizard-active{
	--ste-wizard-accent:#18233b;
	--ste-wizard-accent-2:#3559d9;
	--ste-wizard-accent-soft:#eef2ff;
	--ste-wizard-text:#172033;
	--ste-wizard-muted:#68748a;
	--ste-wizard-border:#dfe5ee;
	--ste-wizard-soft:#f6f8fb;
	--ste-wizard-surface:#fff;
	--ste-wizard-danger:#b42318;
	--ste-wizard-danger-soft:#fff4f2;
	--ste-wizard-success:#067647;
	--ste-wizard-success-soft:#ecfdf3;
	--ste-wizard-info:#175cd3;
	--ste-wizard-shadow:0 18px 55px rgba(24,35,59,.09);
	--ste-wizard-radius:24px;
	background:#f2f5f9;
	overflow-x:hidden;
}
body.ste-listing-wizard-active .add-listing-nav.ste-wizard-hide-theme-nav{display:none!important}
body.ste-listing-wizard-active .section-title.ste-wizard-hide-theme-title{display:none!important}

/* MyListing dims and scales form sections as its legacy scroll-spy changes the
 * active wrapper. The Studio owns section visibility, so every rendered wizard
 * section must stay fully opaque and stable while the page scrolls. */
body.ste-listing-wizard-active #submit-job-form.ste-listing-wizard-form .form-section,
body.ste-listing-wizard-active #submit-job-form.ste-listing-wizard-form .form-section-wrapper .form-section,
body.ste-listing-wizard-active #submit-job-form.ste-listing-wizard-form .form-footer .form-section{
	opacity:1!important;
	transform:none!important;
	filter:none!important;
}
body.ste-listing-wizard-active .i-section{padding:34px 0 70px;background:
	radial-gradient(circle at 8% 6%,rgba(53,89,217,.08),transparent 28rem),
	linear-gradient(180deg,#f8faff 0,#f2f5f9 36rem,#f2f5f9 100%)}
body.ste-listing-wizard-active .i-section>.container{box-sizing:border-box;width:min(1380px,calc(100% - 40px));max-width:100%;padding:0}

.ste-listing-wizard-form{position:relative;max-width:none!important;padding-bottom:12px!important;color:var(--ste-wizard-text)}
.ste-listing-wizard-form *{box-sizing:border-box}
.ste-listing-wizard-form .ste-wizard-step-panel[hidden],
.ste-listing-wizard-form #form-section-submit[hidden],
.ste-listing-wizard-form .ste-wizard-review[hidden]{display:none!important}

/* Full-page introduction */
.ste-wizard-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;width:min(1180px,100%);margin:0 auto 26px;padding:25px 28px;border:1px solid rgba(53,89,217,.13);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:0 12px 38px rgba(24,35,59,.07);backdrop-filter:blur(16px)}
.ste-wizard-hero-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;background:var(--ste-wizard-accent);box-shadow:0 10px 25px rgba(24,35,59,.2);color:#fff}
.ste-wizard-hero-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ste-wizard-hero-copy{min-width:0}.ste-wizard-hero-eyebrow{display:block;margin-bottom:4px;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ste-wizard-accent-2)}
.ste-wizard-hero h1{margin:0;color:var(--ste-wizard-text);font-size:clamp(25px,3vw,38px);font-weight:800;line-height:1.12;letter-spacing:-.035em}
.ste-wizard-hero p{max-width:720px;margin:8px 0 0;color:var(--ste-wizard-muted);font-size:14px;line-height:1.65}
.ste-wizard-hero-metrics{display:flex;gap:10px}
.ste-wizard-hero-metrics>div{display:grid;min-width:108px;padding:12px 14px;border:1px solid var(--ste-wizard-border);border-radius:16px;background:#fff;text-align:center}
.ste-wizard-hero-metrics strong{font-size:20px;line-height:1.15;color:var(--ste-wizard-text)}
.ste-wizard-hero-metrics span{margin-top:3px;color:var(--ste-wizard-muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}

/* Desktop workspace */
.ste-wizard-shell{display:grid;grid-template-columns:292px minmax(0,820px);justify-content:center;align-items:start;gap:24px;width:min(1180px,100%);margin:0 auto}
.ste-listing-wizard{--ste-progress:0%;position:sticky;top:24px;align-self:start;padding:20px;border:1px solid var(--ste-wizard-border);border-radius:var(--ste-wizard-radius);background:rgba(255,255,255,.94);box-shadow:var(--ste-wizard-shadow);backdrop-filter:blur(18px);z-index:20}
.ste-wizard-overview{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:13px;padding:2px 2px 17px}
.ste-wizard-ring{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:conic-gradient(var(--ste-wizard-accent-2) var(--ste-progress),#e8ecf3 0);position:relative}
.ste-wizard-ring:before{content:"";position:absolute;inset:5px;border-radius:50%;background:#fff}
.ste-wizard-ring span{position:relative;font-size:11px;font-weight:900;color:var(--ste-wizard-text)}
.ste-wizard-overview-copy{display:grid;min-width:0;gap:2px}.ste-wizard-kicker{color:var(--ste-wizard-muted);font-size:10px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}
.ste-wizard-current-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ste-wizard-text);font-size:17px;line-height:1.2}.ste-wizard-current-meta{color:var(--ste-wizard-muted);font-size:11px}
.ste-wizard-progress{height:5px;margin:0 2px 16px;border-radius:999px;background:#e8ecf3;overflow:hidden}.ste-wizard-progress span{display:block;width:0;height:100%;border-radius:inherit;background:var(--ste-wizard-accent-2);transition:width .25s ease}
.ste-wizard-steps{display:grid;gap:3px;list-style:none;margin:0;padding:0}
.ste-wizard-steps li{position:relative;margin:0;padding:0}
.ste-wizard-steps li:not(:last-child):after{content:"";position:absolute;left:18px;top:39px;width:1px;height:18px;background:#dde3ec;z-index:0}
.ste-wizard-step-button{position:relative;z-index:1;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:56px;padding:8px 8px;border:1px solid transparent;border-radius:15px;background:transparent;color:var(--ste-wizard-text);text-align:left;cursor:pointer;transition:background .18s,border-color .18s,transform .18s,box-shadow .18s}
.ste-wizard-step-button:hover{background:#f7f9fc;border-color:#e6eaf0}.ste-wizard-step-button:focus-visible{outline:3px solid rgba(53,89,217,.22);outline-offset:2px}
.ste-wizard-step-button.is-active{background:var(--ste-wizard-accent);border-color:var(--ste-wizard-accent);box-shadow:0 9px 22px rgba(24,35,59,.16);color:#fff;transform:translateX(2px)}
.ste-wizard-step-number{display:grid;place-items:center;width:36px;height:36px;border:1px solid #dce2eb;border-radius:12px;background:#f4f6fa;color:#536078;font-size:12px;font-weight:900}
.ste-wizard-step-check{display:none}.ste-wizard-step-button.is-active .ste-wizard-step-number{border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.13);color:#fff}
.ste-wizard-step-button.is-complete:not(.is-active) .ste-wizard-step-number{border-color:#abefc6;background:var(--ste-wizard-success-soft);color:var(--ste-wizard-success)}
.ste-wizard-step-button.is-complete:not(.is-active) .ste-wizard-step-digit{display:none}.ste-wizard-step-button.is-complete:not(.is-active) .ste-wizard-step-check{display:inline}
.ste-wizard-step-copy{display:grid;min-width:0;gap:2px}.ste-wizard-step-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:800}.ste-wizard-step-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ste-wizard-muted);font-size:10px}
.ste-wizard-step-button.is-active .ste-wizard-step-copy small{color:rgba(255,255,255,.68)}.ste-wizard-step-arrow{color:#98a2b3;font-size:20px}.ste-wizard-step-button.is-active .ste-wizard-step-arrow{color:#fff}
.ste-wizard-notice{display:none;margin-top:14px;padding:11px 12px;border-radius:12px;font-size:12px;font-weight:700;line-height:1.45}.ste-wizard-notice.is-visible{display:block}.ste-wizard-notice.is-error{border:1px solid #fecdca;background:var(--ste-wizard-danger-soft);color:var(--ste-wizard-danger)}.ste-wizard-notice.is-success{border:1px solid #abefc6;background:var(--ste-wizard-success-soft);color:var(--ste-wizard-success)}.ste-wizard-notice.is-info{border:1px solid #b2ccff;background:#eff4ff;color:var(--ste-wizard-info)}
.ste-wizard-draft-hint{display:flex;align-items:flex-start;gap:8px;margin-top:16px;padding-top:15px;border-top:1px solid #edf0f5;color:var(--ste-wizard-muted);font-size:11px;line-height:1.45}.ste-wizard-draft-hint>span:first-child{display:grid;place-items:center;width:18px;height:18px;flex:0 0 18px;border-radius:50%;background:var(--ste-wizard-success-soft);color:var(--ste-wizard-success);font-size:10px;font-weight:900}

.ste-wizard-main{min-width:0}.ste-wizard-stage{min-width:0}.ste-wizard-step-panel{scroll-margin-top:22px;animation:steWizardFade .22s ease}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section{width:100%!important;max-width:none!important;margin:0!important;border:1px solid var(--ste-wizard-border)!important;border-radius:var(--ste-wizard-radius)!important;background:#fff;box-shadow:var(--ste-wizard-shadow);overflow:hidden}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:25px 28px 22px!important;border-bottom:1px solid #edf0f5;background:linear-gradient(180deg,#fff,#fbfcfe)}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1{display:flex;align-items:center;gap:12px;padding:0!important}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1>i{display:grid!important;place-items:center;width:42px;height:42px;margin:0!important;border-radius:14px;background:var(--ste-wizard-accent-soft);color:var(--ste-wizard-accent-2)!important;font-size:18px!important}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1 h5{margin:0!important;color:var(--ste-wizard-text);font-size:21px;font-weight:800;line-height:1.25;letter-spacing:-.02em}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1 h5:before{content:"Section " counter(ste-section);display:block;margin-bottom:2px;color:var(--ste-wizard-muted);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ste-listing-wizard-form .ste-wizard-step-panel{counter-increment:ste-section}.ste-wizard-stage{counter-reset:ste-section}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .heading-content{max-width:48%;color:var(--ste-wizard-muted);font-size:12px;line-height:1.55}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .heading-content img{max-width:120px;border-radius:12px}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body{padding:24px 0 10px!important;background:#fff}

/* Field cards */
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group{position:relative;margin:0 24px 15px!important;padding:19px 20px!important;border:1px solid #e5eaf1!important;border-left:1px solid #e5eaf1!important;border-radius:16px;background:#fff;transition:border-color .18s,box-shadow .18s,background .18s}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group:hover{border-color:#ccd5e2!important}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group:focus-within{border-color:#9cb1ff!important;box-shadow:0 0 0 4px rgba(53,89,217,.08);background:#fefeff}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group.ste-field-complete.ste-field-required:not(.ste-wizard-field-error){border-color:#c7ead5!important}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group.ste-wizard-field-error{border-color:#fda29b!important;background:#fffafa!important;box-shadow:0 0 0 4px rgba(180,35,24,.07)}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:12px;row-gap:4px;margin:0 0 11px!important}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field-head label{margin:0;color:var(--ste-wizard-text);font-size:14px!important;font-weight:800!important;line-height:1.35}
.ste-listing-wizard-form .field-head label small{display:inline-flex;margin-left:4px;padding:2px 7px!important;border-radius:999px;background:#f2f4f7;color:#667085;font-size:9px!important;font-weight:800;line-height:1.6;text-transform:uppercase;letter-spacing:.04em;opacity:1!important}
.ste-listing-wizard-form .field-head .description{grid-column:1/-1;margin:0;color:var(--ste-wizard-muted)!important;font-size:11px!important;line-height:1.55;opacity:1!important}
.ste-wizard-field-state{align-self:start;padding:4px 8px;border-radius:999px;background:#f2f4f7;color:#667085;font-size:9px;font-weight:900;letter-spacing:.04em;line-height:1.25;text-transform:uppercase;white-space:nowrap}
.ste-wizard-field-state.is-required{background:#fff1f0;color:var(--ste-wizard-danger)}.ste-wizard-field-state.is-complete{background:var(--ste-wizard-success-soft);color:var(--ste-wizard-success)}
.ste-listing-wizard-form .field-head .c27-char-counter,.ste-listing-wizard-form .field-head .char-counter{justify-self:end;color:var(--ste-wizard-muted);font-size:10px}

/* Native fields and MyListing widgets */
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field>input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field>textarea,
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group input.address-field,
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group input.address-input{
	width:100%;min-height:48px;padding:12px 14px!important;border:1px solid #d7dee8!important;border-radius:12px!important;background:#f8fafc!important;color:var(--ste-wizard-text)!important;box-shadow:none!important;outline:none!important;transition:border-color .18s,background .18s,box-shadow .18s
}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field>textarea{min-height:132px;resize:vertical}
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group input:focus,
.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group textarea:focus{border-color:var(--ste-wizard-accent-2)!important;background:#fff!important;box-shadow:0 0 0 3px rgba(53,89,217,.1)!important}
.ste-listing-wizard-form .select2-container{width:100%!important}.ste-listing-wizard-form .select2-container--default .select2-selection--single,
.ste-listing-wizard-form .select2-container--default .select2-selection--multiple{min-height:48px!important;padding:5px 11px!important;border:1px solid #d7dee8!important;border-radius:12px!important;background:#f8fafc!important;box-shadow:none!important}
.ste-listing-wizard-form .select2-container--default .select2-selection--single .select2-selection__rendered{display:flex;align-items:center;min-height:36px;padding:0 28px 0 2px!important;color:var(--ste-wizard-text)!important;line-height:1.35!important}
.ste-listing-wizard-form .select2-container--default .select2-selection--single .select2-selection__arrow{top:10px;right:8px}.ste-listing-wizard-form .select2-container--focus .select2-selection{border-color:var(--ste-wizard-accent-2)!important;box-shadow:0 0 0 3px rgba(53,89,217,.1)!important}
.ste-listing-wizard-form .select2-container--default .select2-selection--multiple .select2-selection__choice{margin:3px 4px 3px 0;padding:5px 8px;border:0;border-radius:8px;background:#e9eeff;color:#2d45a5;font-size:11px;font-weight:700}
.ste-listing-wizard-form .wp-editor-wrap{margin:0!important;padding:0!important;border:1px solid #d7dee8!important;border-radius:12px;overflow:hidden;background:#fff}.ste-listing-wizard-form .wp-editor-container{border:0!important}.ste-listing-wizard-form div.mce-toolbar-grp{background:#f6f8fb!important;border-bottom:1px solid #e5eaf1!important;border-radius:0!important}.ste-listing-wizard-form .mce-edit-area iframe{min-height:190px}
.ste-listing-wizard-form .file-upload-field{margin-top:0!important;padding:0!important}.ste-listing-wizard-form .file-upload-field label.upload-file,.ste-listing-wizard-form .file-upload-field .upload-file{display:flex;align-items:center;justify-content:center;min-height:112px;padding:20px;border:1.5px dashed #b8c4d6;border-radius:14px;background:#f8fafc;color:var(--ste-wizard-accent-2);font-weight:800;transition:border-color .18s,background .18s}.ste-listing-wizard-form .file-upload-field label.upload-file:hover,.ste-listing-wizard-form .file-upload-field .upload-file:hover{border-color:var(--ste-wizard-accent-2);background:#f0f4ff}
.ste-listing-wizard-form .job-manager-uploaded-files{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;margin-top:12px}.ste-listing-wizard-form .job-manager-uploaded-file,.ste-listing-wizard-form .uploaded-file{border:1px solid #e1e6ee;border-radius:12px;overflow:hidden;background:#fff}
.ste-listing-wizard-form .event-picker{margin-top:0}.ste-listing-wizard-form .event-picker .single-date{padding:18px;border:1px solid #dfe5ee;border-radius:14px;background:#f8fafc}.ste-listing-wizard-form .event-picker .date-start,.ste-listing-wizard-form .event-picker .date-end,.ste-listing-wizard-form .event-picker .recur-details{background:transparent}.ste-listing-wizard-form .event-picker input{border:1px solid #d7dee8!important;border-radius:10px!important;background:#fff!important}
.ste-listing-wizard-form .c27-term-checklist{display:grid;gap:8px;margin:8px 0 0}.ste-listing-wizard-form ul.c27-term-checklist label{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e4e9f0;border-radius:10px;background:#fafbfc;font-size:12px!important}.ste-listing-wizard-form ul.c27-term-checklist label:hover{border-color:#bac6d6;background:#fff}
.ste-listing-wizard-form .location-field-map,.ste-listing-wizard-form .c27-map{border:1px solid #dfe5ee;border-radius:14px;overflow:hidden}.ste-listing-wizard-form .location-actions{margin-top:10px}
.ste-listing-wizard-form .social-networks-repeater .repeater-field,.ste-listing-wizard-form .work-hours-repeater .repeater-field,.ste-listing-wizard-form .general-repeater .repeater-field{border:1px solid #e1e6ee;border-radius:14px;background:#fafbfc}

/* Review and original submit controls */
.ste-wizard-review{scroll-margin-top:22px;margin-top:18px;padding:24px;border:1px solid var(--ste-wizard-border);border-radius:var(--ste-wizard-radius);background:#fff;box-shadow:var(--ste-wizard-shadow);animation:steWizardFade .22s ease}
.ste-wizard-review-head{max-width:650px}.ste-wizard-review-eyebrow{display:block;margin-bottom:4px;color:var(--ste-wizard-accent-2);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ste-wizard-review h2{margin:0;color:var(--ste-wizard-text);font-size:24px;font-weight:800;letter-spacing:-.025em}.ste-wizard-review p{margin:7px 0 0;color:var(--ste-wizard-muted);font-size:12px;line-height:1.6}
.ste-wizard-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:19px}.ste-wizard-review-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:67px;padding:11px;border:1px solid #e2e7ee;border-radius:14px;background:#fff;color:var(--ste-wizard-text);text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .18s}.ste-wizard-review-item:hover{border-color:#a9b7c9;box-shadow:0 7px 18px rgba(24,35,59,.07);transform:translateY(-1px)}.ste-wizard-review-number{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#f2f4f7;color:#596579;font-size:12px;font-weight:900}.ste-wizard-review-item.is-ready .ste-wizard-review-number{background:var(--ste-wizard-success-soft);color:var(--ste-wizard-success)}.ste-wizard-review-item.has-missing .ste-wizard-review-number{background:var(--ste-wizard-danger-soft);color:var(--ste-wizard-danger)}.ste-wizard-review-copy{display:grid;min-width:0;gap:2px}.ste-wizard-review-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.ste-wizard-review-copy small{color:var(--ste-wizard-muted);font-size:10px}.ste-wizard-review-item.has-missing .ste-wizard-review-copy small{color:var(--ste-wizard-danger)}.ste-wizard-review-edit{color:var(--ste-wizard-accent-2);font-size:10px;font-weight:900;text-transform:uppercase}

.ste-wizard-actions{display:flex;align-items:center;gap:9px;margin:18px 0 0;padding:12px;border:1px solid var(--ste-wizard-border);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(24,35,59,.08);z-index:50}
.ste-wizard-sticky-actions .ste-wizard-actions{position:sticky;bottom:max(10px,env(safe-area-inset-bottom));backdrop-filter:blur(16px)}.ste-wizard-actions-spacer{flex:1}
.ste-wizard-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;padding:0 16px;border:1px solid #cbd3df;border-radius:13px;background:#fff;color:var(--ste-wizard-text);font-size:13px;font-weight:900;line-height:1;cursor:pointer;transition:transform .16s,border-color .16s,background .16s,box-shadow .16s}.ste-wizard-button:hover{border-color:#8c9aae;transform:translateY(-1px)}.ste-wizard-button:focus-visible{outline:3px solid rgba(53,89,217,.2);outline-offset:2px}.ste-wizard-button:disabled{opacity:.42;cursor:not-allowed;transform:none}.ste-wizard-next{min-width:122px;border-color:var(--ste-wizard-accent);background:var(--ste-wizard-accent);color:#fff;box-shadow:0 8px 18px rgba(24,35,59,.17)}.ste-wizard-next:hover{border-color:#243352;background:#243352}.ste-wizard-save{background:#f8fafc}.ste-wizard-save.is-saving{opacity:.7}.ste-wizard-save-icon{font-size:17px}

.ste-listing-wizard-form #form-section-submit.is-active{margin:18px 0 0!important}.ste-listing-wizard-form #form-section-submit>.form-section{width:100%!important;margin:0!important;border:1px solid var(--ste-wizard-border);border-radius:var(--ste-wizard-radius);background:#fff;box-shadow:var(--ste-wizard-shadow);overflow:hidden}.ste-listing-wizard-form #form-section-submit .pf-body{padding:22px!important}.ste-listing-wizard-form #form-section-submit .listing-form-submit-btn{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px!important}.ste-listing-wizard-form #form-section-submit .listing-form-submit-btn .buttons{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:50px!important;margin:0!important;padding:10px 15px!important;border-radius:13px!important;font-weight:800!important}.ste-listing-wizard-form #form-section-submit .skip-preview-btn{grid-column:1/-1;order:1;border-color:var(--ste-wizard-accent)!important;background:var(--ste-wizard-accent)!important;color:#fff!important}.ste-listing-wizard-form #form-section-submit .preview-btn{order:2}.ste-listing-wizard-form #form-section-submit .save-listing-button{order:3}

@keyframes steWizardFade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* Tablet: keep the premium shell, move navigation above content. */
@media(max-width:1100px){
	body.ste-listing-wizard-active .i-section>.container{width:min(920px,calc(100% - 28px))}
	.ste-wizard-hero{width:100%}.ste-wizard-shell{display:block;width:100%}
	.ste-listing-wizard{position:relative;top:auto;margin-bottom:18px;padding:16px}
	.ste-wizard-overview{grid-template-columns:48px minmax(0,1fr) auto;padding-bottom:12px}.ste-wizard-overview:after{content:attr(data-percent);display:none}.ste-wizard-ring{width:48px;height:48px}
	.ste-wizard-progress{margin-bottom:12px}.ste-wizard-steps{display:flex;gap:8px;overflow-x:auto;padding:0 0 5px;scrollbar-width:thin;scroll-snap-type:x proximity}
	.ste-wizard-steps li{min-width:185px;flex:1 0 185px;scroll-snap-align:center}.ste-wizard-steps li:not(:last-child):after{display:none}
	.ste-wizard-step-button{grid-template-columns:34px minmax(0,1fr);min-height:58px;padding:9px;border-color:#e3e8ef;background:#fff}.ste-wizard-step-button.is-active{transform:none}.ste-wizard-step-arrow{display:none}.ste-wizard-draft-hint{display:none}
}

/* Phones and small tablets */
@media(max-width:767px){
	body.ste-listing-wizard-active .i-section{padding:14px 0 38px}
	body.ste-listing-wizard-active .i-section>.container{width:100%;padding:0 10px}
	.ste-listing-wizard-form{padding-bottom:92px!important}
	.ste-wizard-hero{grid-template-columns:47px minmax(0,1fr);gap:12px;margin-bottom:12px;padding:15px;border-radius:19px}
	.ste-wizard-hero-icon{width:47px;height:47px;border-radius:15px}.ste-wizard-hero-icon svg{width:23px;height:23px}.ste-wizard-hero h1{font-size:22px}.ste-wizard-hero p{display:none}.ste-wizard-hero-eyebrow{font-size:9px}.ste-wizard-hero-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.ste-wizard-hero-metrics>div{min-width:0;padding:8px 10px;border-radius:12px}.ste-wizard-hero-metrics strong{font-size:16px}.ste-wizard-hero-metrics span{font-size:8px}
	.ste-listing-wizard{margin-bottom:12px;padding:12px;border-radius:18px}.ste-wizard-overview{grid-template-columns:43px minmax(0,1fr);gap:10px;padding:0 1px 10px}.ste-wizard-ring{width:43px;height:43px}.ste-wizard-ring span{font-size:9px}.ste-wizard-current-title{font-size:15px}.ste-wizard-current-meta{font-size:9px}.ste-wizard-progress{height:4px;margin-bottom:10px}
	.ste-wizard-steps{gap:6px}.ste-wizard-steps li{min-width:145px;flex-basis:145px}.ste-wizard-step-button{grid-template-columns:30px minmax(0,1fr);min-height:51px;padding:7px;border-radius:12px}.ste-wizard-step-number{width:30px;height:30px;border-radius:10px}.ste-wizard-step-copy strong{font-size:11px}.ste-wizard-step-copy small{font-size:8px}.ste-wizard-notice{margin-top:9px;padding:9px;font-size:10px}
	.ste-listing-wizard-form .ste-wizard-step-panel>.form-section{border-radius:19px!important}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head{padding:17px 16px 15px!important}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1{gap:9px}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1>i{width:37px;height:37px;border-radius:12px;font-size:16px!important}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .title-style-1 h5{font-size:18px}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-head .heading-content{display:none}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body{padding:14px 0 2px!important}
	.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group{margin:0 10px 11px!important;padding:15px!important;border-radius:14px}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field-head{margin-bottom:9px!important}.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field-head label{font-size:13px!important}.ste-wizard-field-state{padding:3px 6px;font-size:8px}.ste-listing-wizard-form .field-head .description{font-size:10px!important}
	.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field>input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),.ste-listing-wizard-form .ste-wizard-step-panel>.form-section>.pf-body>.form-group>.field>textarea{min-height:48px;font-size:16px!important}.ste-listing-wizard-form .mce-edit-area iframe{min-height:160px}
	.ste-wizard-review{margin-top:11px;padding:17px 13px;border-radius:19px}.ste-wizard-review h2{font-size:20px}.ste-wizard-review-grid{grid-template-columns:1fr;gap:7px;margin-top:14px}.ste-wizard-review-item{min-height:61px}
	.ste-wizard-actions{position:fixed!important;left:8px;right:8px;bottom:max(8px,env(safe-area-inset-bottom));margin:0;padding:8px;border-radius:16px;box-shadow:0 16px 42px rgba(24,35,59,.22);z-index:999}.ste-wizard-actions-spacer{display:none}.ste-wizard-button{flex:1;min-width:0;min-height:45px;padding:0 10px;font-size:11px}.ste-wizard-save{flex:.85}.ste-wizard-next{flex:1.15}.ste-wizard-back span:last-child{display:none}.ste-wizard-back{flex:0 0 45px;padding:0}.ste-wizard-save-icon{display:none}
	.ste-listing-wizard-form #form-section-submit{border-radius:19px}.ste-listing-wizard-form #form-section-submit .pf-body{padding:13px!important}.ste-listing-wizard-form #form-section-submit .listing-form-submit-btn{grid-template-columns:1fr!important}.ste-listing-wizard-form #form-section-submit .skip-preview-btn,.ste-listing-wizard-form #form-section-submit .preview-btn,.ste-listing-wizard-form #form-section-submit .save-listing-button{grid-column:1!important}
}

@media(max-width:420px){
	.ste-wizard-hero h1{font-size:19px}.ste-wizard-steps li{min-width:132px;flex-basis:132px}.ste-wizard-step-copy small{display:none}.ste-wizard-button{font-size:10px}.ste-wizard-save-label{max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

@media(prefers-reduced-motion:reduce){
	.ste-listing-wizard-form *{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}
}
