/*
Theme Name: Intech
Author: Intech
Description: Custom WordPress theme for Intech Systems.
Version: 1.0.0
Text Domain: intech
*/

.submitting button[type="submit"] {
  pointer-events: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

/* Remove unwanted inline behavior */
.wpcf7-form-control-wrap {
  display: contents;
}

/* Remove CF7 list styling */
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

/* Align checkbox + label */
.form-check {
  display: flex;
  align-items: flex-start;
}

.form-check-input {
  margin-top: 0.25rem;
}