How do we remove the success/fail bg on contact form 7? When did this start showing up all the time? If you remove display:flex from the CSS below, it goes away. Please advise. Thanks.
.wpcf7-response-output {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-self: stretch;
}