/*
Theme Name:  CM CAR
Theme URI:   https://www.cmcar.eu/
Version:     1.0
Description: Tema child
Author:      Rachele Zattarin
Author URI:  https://rachelezattarin.it
Template:    Divi
*/


.cf7-step { display: none; }
.cf7-step.active { display: block; }

.cf7-progress {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}
.cf7-progress-step {
    padding: 8px 16px;
    border-radius: 999px;
    background: #eee;
    color: #888;
    font-weight: 600;
    font-size: 14px;
}
.cf7-progress-step.active {
    background: #b71c1c;
    color: #fff;
}

.cf7-next, .cf7-prev {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 8px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    margin-top: 16px;
}
.cf7-next { background: #b71c1c; color: #fff; }
.cf7-prev { background: #eee; color: #333; margin-right: 12px; }