/* Start custom CSS for text-editor, class: .elementor-element-207e38e3 *//* Make ALL form fields same height */
input,
select,
textarea {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

/* Fix textarea text alignment */
textarea {
    line-height: normal !important;
    padding-top: 12px !important;
}/* End custom CSS */