
.form-agendamento .elementor-form-fields-wrapper {
    gap: 15px;
}

.form-agendamento button {
    width: 100%;
    border: none !important;
}

.form-agendamento button:hover {
    filter: brightness(0.9);
}

.form-agendamento .mensagem-form,
.form-agendamento .mensagem-campo {
    font-size: var(--e-global-typography-4d6e79e-font-size);
    margin-top: 10px;
}

.form-agendamento .mensagem-form,
.form-agendamento .mensagem-campo,
#formAgendamento .mensagem-form {
    color: red;
}

#formAgendamento .mensagem-form {
    margin-bottom: 10px;
}

.form-agendamento .mensagem-campo {
    margin-bottom: 0px;
}