/**
 * Contact Form 7 submission feedback.
 *
 * Legacy style.css hides the sent-state response. Restore only that state so
 * CF7 continues to control all other validation and submission visibility.
 */
.wpcf7 form.sent .wpcf7-response-output {
	display: block;
}
