.emd-formspree-contact-form-status p {
  padding: 1rem;
  border: 2px solid;
  margin-top: 2em;
  border-radius: 4px;
  font-weight: 500;
}

.emd-formspree-contact-form-status p.success-message {
  color: white;
  background-color: green;
  border-color: green;
}

.emd-formspree-contact-form-status p.error-message {
  color: white;
  background-color: red;
  border-color: red;
}

.emd-formspree-contact-form-submit:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
