.elementor-2462 .elementor-element.elementor-element-2ed5e188{--display:flex;}/* Start custom CSS for html, class: .elementor-element-884e6e7 */.error {
    color: red;
}
.row {
    margin-bottom: 20px;
}

/* Estilo dos inputs */
/* Retirar setas de aumento de número para navegadores WebKit (Chrome, Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
button.btn-increment, button.btn-decrement {
    height: 100%;
    cursor: pointer;
    font-weight: bold;
}
#sobreoevento input {
    text-align: center;
}


/* Legendas e descrições */
legend {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    font-weight: bold;
}
fieldset p {
    padding: 3px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
#selecaodebebidas label, #sobreoevento label { 
    font-weight: bold;
}

/* Botão calcular principal */   
.btncalcular button {
    width: 100%;
    padding: 20px;
    margin: 0 0 30px 0;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background-color: green;
    color: white;
    border-radius: 5px;
}

/* Seleção de bebidas */
#selecaodebebidas .opcoes {
    margin-left: 0;   
}
#selecaodebebidas .opcao {
    text-align: center !important;
    min-width: 16.66%;
    max-width: 18%;
    margin-bottom: 20px;
    box-sizing: border-box;
}
#selecaodebebidas img {
    width: 50px;
    display: block;
    text-align: center;
    margin: auto;
}
#selecaodebebidas span {
    display: block;
}
#selecaodebebidas .form-check-inline {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 30px;
}
#selecaodebebidas .form-switch .form-check-input {
    margin-left: 0;
}

.form-check .form-check-input {
    float: none !important;
}

.resultadoporlinha {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

/* Botões de ação depois dos resultados */
.botoesdeacao {
    padding: 20px 0;
}
.botoesdeacao button {
    width: 100%;
}

@media (max-width: 600px) {
    #selecaodebebidas .opcao {
        min-width: 33%;
        max-width: 45%;
    }
    .form-control {
        padding: 0 !important;
    }
    #sobreoevento .col {
        min-width: 45%;
        margin-bottom: 20px;
    }
    #sobreoevento label {
        display: inline-block;
        text-align: center;
        width: 100%;
        font-size: 0.9em;
    }

}/* End custom CSS */