/* Start custom CSS for section, class: .elementor-element-2b354fbf *//* BKLA RSVP Form — normalize field heights for normal events */

#rtec-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="hidden"]),
#rtec-form select,
#rtec-form textarea {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

/* Keep textarea readable */
#rtec-form textarea {
    min-height: 50px !important;
    line-height: normal !important;
    padding-top: 12px !important;
}/* End custom CSS */