.robert-auto-quote-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fff;
}

.robert-auto-quote-form label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

.robert-auto-quote-form input,
.robert-auto-quote-form select {
    width: 100%;
    padding: 6px;
    margin-top: 4px;
}

.raq-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.raq-step {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-bottom: 3px solid #ccc;
    color: #666;
}

.raq-step-active {
    border-bottom-color: #0073aa;
    color: #0073aa;
    font-weight: bold;
}

.raq-step-panel {
    display: none;
}

.raq-step-panel-active {
    display: block;
}

.raq-conditional-driver,
.raq-conditional-vehicle {
    display: none;
    border: 1px dashed #ccc;
    padding: 10px;
    margin-top: 15px;
}

.robert-auto-quote-success {
    background: #e6ffed;
    border: 1px solid #b2f2bb;
    padding: 15px;
    margin-bottom: 20px;
}