/* Volunteers Public Styles */
.volunteer-wizard,
.animal-wizard {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
}

.wizard-navigation {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}