/* Keep the legacy Contact controls usable when readers enlarge text. */
#wpforms-form-308 input[type="text"].wpforms-field-large,
#wpforms-form-308 input[type="email"].wpforms-field-large {
	height: 2.75em;
	min-height: 44px;
}
#wpforms-form-308 textarea.wpforms-field-medium {
	min-height: 7.5em;
}
#wpforms-submit-308 {
	height: auto;
	min-height: 2.75em;
	white-space: normal;
}
