/*
 * BHD CF7 SweetAlert — Styles
 *
 * Hide CF7's response only after SweetAlert successfully handles the outcome.
 * The native spinner remains visible while a submission is in progress.
 */
.wpcf7.bhd-cf7-swal-handled .wpcf7-response-output {
  display: none;
}
