.brevo-form-feedback {
  margin: 12px 0 0;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.brevo-form-feedback--success {
  color: #085229;
  background-color: #e7faf0;
  border: 1px solid #13ce66;
}

.brevo-form-feedback--error {
  color: #661d1d;
  background-color: #ffeded;
  border: 1px solid #ff4949;
}

.brevo-form-submitted .brevo-row-names,
.brevo-form-submitted .brevo-row-email,
.brevo-form-submitted .sib-input,
.brevo-form-submitted .newsletter-btn,
.brevo-form-submitted .sib-form-block__button {
  display: none !important;
}
