When I submit a form, the success message after submitting the form has a margin, I cannot figure out where to remove its margin. Please check the following image.
// Generated CSS
.ed-element.preset-contact-form-v3-plain .wv-message {
text-align: center;
padding: 0.5rem;
flex-basis: 100%;
width: 100%;
color: #fff;
margin: 1rem; // to remove somewhere in the form preset or any other place
}