#csw-project-wizard-container {
	max-width:600px; margin:20px auto; padding:20px; background:#f9f9f9; border-radius:8px; box-shadow:0 2px 4px rgba(0,0,0,0.1);
}
.csw-progress { background:#e0e0e0; border-radius:20px; height:20px; margin-bottom:30px; overflow:hidden; }
.csw-progress-bar { background:#4caf50; height:100%; width:0%; transition:width 0.3s ease; }
.csw-step { padding:10px 0; }
.csw-step h3 { margin-top:0; }
.csw-step input[type="text"], .csw-step input[type="number"], .csw-step input[type="email"], .csw-step input[type="tel"], .csw-step textarea { width:100%; padding:8px; box-sizing:border-box; }
.csw-step p { margin:8px 0; }
.csw-step label { display:inline-block; width:100%; font-weight:bold; }
.csw-navigation { margin-top:20px; display:flex; gap:10px; }
.csw-navigation button { padding:10px 20px; background:#007cba; color:#fff; border:none; border-radius:4px; cursor:pointer; }
.csw-navigation button:hover { background:#005a87; }
.csw-navigation button#csw-prev { background:#ccc; color:#333; }
.csw-navigation button#csw-prev:hover { background:#aaa; }
#csw-message { padding:10px; border-radius:4px; margin-top:20px; }
#csw-message.success { background:#d4edda; color:#155724; border:1px solid #c3e6cb; }
#csw-message.error { background:#f8d7da; color:#721c24; border:1px solid #f5c6cb; }
