/* Propuestas Wizard - clases funcionales (sin diseño visual) */
.wizard-feedback { margin-top: 10px; padding: 8px 12px; border-radius: 4px; font-size: 0.9em; }
.wizard-feedback--success { background: #e8f5e9; color: #2e7d32; }
.wizard-feedback--error { background: #ffebee; color: #c62828; }
.wizard-feedback--hidden { display: none; }
.wizard-nav { margin-top: 20px; display: flex; gap: 10px; align-items: center; }
.wizard-step-error { border: 1px solid #ef9a9a; background: #ffebee; padding: 8px 12px; border-radius: 4px; font-size: 0.9em; color: #c62828; margin-bottom: 10px; }
.wizard-loading { padding: 40px; text-align: center; font-size: 1.1em; color: #666; }