.section--newsletter{width:100%}.newsletter--section-wrapper .newsletter-wrapper--outer{display:flex;flex-direction:column;gap:30px}@media (min-width:768px){.newsletter--section-wrapper .newsletter-wrapper--outer{flex-direction:row;align-items:center}}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper{display:flex;flex-direction:column;gap:15px}@media (min-width:768px){.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper{width:50%}}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper .rte,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h1,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h2,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h3,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h4,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h5,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper h6,.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-content--wrapper p{margin:0}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper{display:flex;height:fit-content}@media (min-width:768px){.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper{width:50%}}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper form .errors{width:fit-content}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form{display:flex;flex-direction:column;width:100%}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper{display:flex;width:100%;align-items:center;gap:15px}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text{flex:2}.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit{margin-left:0;border:0 none;cursor:pointer;display:flex;align-items:center;background:0 0;font-size:20px;position:relative;width:fit-content}.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center{text-align:center}.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right{text-align:right}.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper{position:relative;left:12px}@media (min-width:768px){.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--center #newsletter-wrapper,.newsletter--section-wrapper .newsletter-wrapper--outer.newsletter-text--right #newsletter-wrapper{left:0}}.newsletter--section-wrapper.color-scheme--white #newsletter_text{border-color:var(--border-color)}.newsletter--section-wrapper.color-scheme--white #newsletter_submit,.newsletter--section-wrapper.color-scheme--white #newsletter_text,.newsletter--section-wrapper.color-scheme--white #newsletter_text::placeholder{color:var(--text-color)}.newsletter--section-wrapper.color-scheme--accent #newsletter_text{border-color:var(--color-scheme-feature-text-transparent25)}.newsletter--section-wrapper.color-scheme--accent #newsletter_submit,.newsletter--section-wrapper.color-scheme--accent #newsletter_text,.newsletter--section-wrapper.color-scheme--accent #newsletter_text::placeholder{color:var(--color-scheme-feature-text)}.newsletter--section-wrapper.color-scheme--dark #newsletter_text{border-color:var(--color-scheme-dark-text-transparent25)}.newsletter--section-wrapper.color-scheme--dark #newsletter_submit,.newsletter--section-wrapper.color-scheme--dark #newsletter_text,.newsletter--section-wrapper.color-scheme--dark #newsletter_text::placeholder{color:var(--color-scheme-dark-text)}.newsletter--section-wrapper.color-scheme--light #newsletter_text{border-color:var(--color-scheme-light-text-transparent25)}.newsletter--section-wrapper.color-scheme--light #newsletter_submit,.newsletter--section-wrapper.color-scheme--light #newsletter_text,.newsletter--section-wrapper.color-scheme--light #newsletter_text::placeholder{color:var(--color-scheme-light-text)}
/* Greenleaf newsletter success message */
.newsletter--section-wrapper .newsletter-form--wrapper p.success_section {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 52px;
  margin: 0;
  padding: 14px 18px;
  box-sizing: border-box;
  background: #074635;
  color: #ffffff;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(7, 70, 53, 0.16);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: normal;
}
/* Greenleaf newsletter form */
.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper {
  gap: 10px;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  margin: 0;
  padding: 0 16px;
  box-sizing: border-box;
  background: #ffffff;
  color: #242424;
  border: 1px solid #cad8d1;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(7, 70, 53, 0.06);
  font-size: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text::placeholder {
  color: #5b675f;
  opacity: 1;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_text:focus {
  outline: none;
  border-color: #074635;
  box-shadow: 0 0 0 3px rgba(7, 70, 53, 0.12);
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit {
  flex: 0 0 52px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #074635;
  color: #ffffff;
  border: 1px solid #074635;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(7, 70, 53, 0.16);
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit:hover {
  background: #0b5b46;
  border-color: #0b5b46;
  transform: translateY(-1px);
}

.newsletter--section-wrapper .newsletter-wrapper--outer .newsletter-form--wrapper #newsletter_section_form #newsletter-wrapper #newsletter_submit:focus-visible {
  outline: 3px solid rgba(7, 70, 53, 0.22);
  outline-offset: 2px;
}