#solar-simulator-container {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: sans-serif;
}

.form-step input, .form-step select {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}



.texth2 {
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
}

.textp {
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    text-align: center;
}

.whatsapp-button {
    cursor: pointer;
    border: none;
    font-weight: 700;
}

.form-step button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    margin-right: 10px;
}

.form-step button[type="submit"], .form-step .next-step {
    background-color: #28a745;
    color: white;
}

.form-step .prev-step {
    background-color: #6c757d;
    color: white;
}

#solar-results ul {
    list-style-type: none;
    padding: 0;
}

#solar-results li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}


/*Obs: codigo abaixo caso queira personalizar o botao no css do elementor Pro

.form-step button[type="submit"], .form-step .next-step {
    background-color: #F05323;
    color: white;
}


.form-step button:hover {
    background-color: #E44B1C;
    color: #fff;
    text-decoration: none;
}


a{
    background-color: transparent;
    color: #F05323;
}

a:hover {
    background-color: transparent;
    color: #E44B1C;
}

*/
