.contact-form-wrapper {
  margin: 0 0 15px;
}

.form-message {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-message--success {
  background-color: #e8f5e9;
  border: 1px solid #a5d6a7;
  color: #2e7d32;
}

.form-message--error {
  background-color: #fdecea;
  border: 1px solid #f5b5b0;
  color: #c62828;
}

.field-invalid {
  border-style: solid !important;
  border-width: 1px !important;
  border-color: #c62828 !important;
  outline: none;
}

#turnstile-widget {
  margin-bottom: 15px;
}
