.ovs-post-wizard { display:grid; gap:16px; }
.ovs-wizard-progress,.ovs-wizard-step { background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:16px; }
.ovs-wizard-actions { position:sticky; bottom:84px; display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; background:rgba(255,255,255,.96); padding:12px; border:1px solid #e5e7eb; border-radius:18px; }
.ovs-field-error { color:#b91c1c; font-size:.875rem; min-height:1.1em; }
.ovs-upload-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.ovs-upload-tile { min-height:100px; border:1px dashed #cbd5e1; border-radius:16px; background:#f8fafc; display:flex; align-items:center; justify-content:center; }
