/* RoadPulse Wizard Styles */
.rpq-card{max-width:700px;margin:1.5rem auto;padding:1rem;border:1px solid #ddd;border-radius:8px;background:#fff}
.rpq-btn{margin:.5rem .25rem;padding:.6rem 1rem;border:0;border-radius:6px;background:#0073aa;color:#fff;cursor:pointer}
.rpq-btn:hover{opacity:.9}
/* Progress bar */
.rpq-progress{display:flex;justify-content:space-between;margin:1rem auto;max-width:700px}
.rpq-step{flex:1;text-align:center;position:relative}
.rpq-step span{display:inline-block;width:30px;height:30px;line-height:30px;border-radius:50%;background:#ccc;color:#fff;margin-bottom:.25rem}
.rpq-step.active span{background:#0073aa}
.rpq-step.done span{background:#46b450}
.rpq-step p{margin:0;font-size:.8rem}
.rpq-step:after{content:'';position:absolute;top:15px;right:-50%;width:100%;height:4px;background:#ccc;z-index:-1}
.rpq-step:last-child:after{display:none}
.rpq-step.done:after{background:#46b450}
.rpq-step.active:after{background:#0073aa}
