/* stylelint-disable selector-class-pattern, declaration-block-no-redundant-longhand-properties, color-hex-length */

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 span {
  display: block;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  font-size: 85%;
  padding: 0.5rem;
  background-color: #ffe6e6;
  color: #ff0000;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  margin-top: 1rem;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: #e6ffe6;
  color: #008000;
}
