/* ── Hazel Noa — Sentences that Save Us form ── */

#mailpoet_form_3,
.mailpoet_form_3 {
  width: 100% !important;
  max-width: 100% !important;
  background: #f8f5ef !important;
  border: 1px solid #eee7dc !important;
  padding: 40px !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
	text-align: center !important;
  font-family: inherit !important;
}

#mailpoet_form_3 form,
.mailpoet_form_3 form {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: 560px !important;
  margin: 0 auto !important;
}

#mailpoet_form_3 .mailpoet_paragraph,
.mailpoet_form_3 .mailpoet_paragraph {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

#mailpoet_form_3 h1,
#mailpoet_form_3 h2,
#mailpoet_form_3 h3,
.mailpoet_form_3 h1,
.mailpoet_form_3 h2,
.mailpoet_form_3 h3 {
  font-size: 28px !important;
  line-height: 1.3 !important;
  color: #2f2f2f !important;
  font-weight: 500 !important;
  margin: 0 0 10px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  width: 100% !important;
}

#mailpoet_form_3 p,
.mailpoet_form_3 p {
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #5a5a5a !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  width: 100% !important;
}

#mailpoet_form_3 input[type="email"],
.mailpoet_form_3 input[type="email"] {
  width: 100% !important;
  padding: 16px 18px !important;
  border: 1px solid #e5ded4 !important;
  border-radius: 8px !important;
  background: #fff !important;
  font-size: 15px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
}

#mailpoet_form_3 input[type="submit"],
#mailpoet_form_3 button[type="submit"],
.mailpoet_form_3 input[type="submit"],
.mailpoet_form_3 button[type="submit"] {
  width: 100% !important;
  padding: 15px !important;
  background: #7f9a86 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

#mailpoet_form_3 input[type="submit"]:hover,
.mailpoet_form_3 button[type="submit"]:hover {
  background: #6a8870 !important;
}

#mailpoet_form_3 label,
.mailpoet_form_3 label {
  display: none !important;
}

@media (max-width: 600px) {
  #mailpoet_form_3,
  .mailpoet_form_3 {
    padding: 28px 20px !important;
    max-width: 100% !important;
  }

  #mailpoet_form_3 h1,
  #mailpoet_form_3 h2,
  #mailpoet_form_3 h3,
  .mailpoet_form_3 h1,
  .mailpoet_form_3 h2,
  .mailpoet_form_3 h3 {
    font-size: 22px !important;
  }
}