.webform-submission-form .messages--error{display: none;}
@media screen and (max-width: 480px) {
    form * {
        font-size: 22px !important;
        line-height: 1.2;
    }
}
input[name="visit_datetime[seats]"] ~ .form-item--error-message {
    display: none; /* Hide the nearest div element with class form-item--error-message */
}
.red {
  color: red !important;
}
.font24 {
    font-size: 24px !important;
}
.webform-confirmation__message p {
    margin-top: 10px;
}