/* Minimal styles for the wizard */
#acGdrwModal .ac-actions{ margin-top: 16px; display:flex; gap:10px; justify-content:space-between; }
#acGdrwModal .ac-actions .ac-prev{ display:none; }
#acGdrwModal .form-label{ margin-bottom:10px; }
#acGdrwModal .modal-content{ border-radius:12px; }
#acGdrwModal .ac-gdrw-progress{ margin-bottom:12px; }
#acGdrwModal .ac-gdrw-progress .bar{ height:6px; background:#e5e7eb; border-radius:999px; overflow:hidden; }
#acGdrwModal .ac-gdrw-progress .bar span{ display:block; height:6px; width:0%; background:#0d6efd; transition:width .3s ease; }
#acGdrwModal .ac-gdrw-progress .label{ margin-top:8px; font-size:12px; color:#475569; }
