.section--newsletter{width:100%}.newsletter--section-wrapper .newsletter-wrapper--outer{display:flex;flex-direction:column;gap:15px}@media (min-width:768px){.newsletter--section-wrapper .newsletter-wrapper--outer{flex-direction:row;align-items:center;gap:20px}}.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}.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)}
/* FORCE newsletter to center + remove big left whitespace */
.newsletter--section-wrapper .newsletter-wrapper--outer{
  max-width:760px !important;
  margin:0 auto !important;
  width:100% !important;
  justify-content:center !important;
}

/* Make both columns full-width so it doesn't sit on the right */
.newsletter--section-wrapper .newsletter-content--wrapper,
.newsletter--section-wrapper .newsletter-form--wrapper{
  width:100% !important;
  flex:0 0 100% !important;
  max-width:760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Center text + form */
.newsletter--section-wrapper .newsletter-content--wrapper{
  text-align:center !important;
}

/* Keep first/last name side-by-side */
.newsletter-name-row{display:flex !important; gap:12px !important; width:100% !important;}
.newsletter-name-row input{flex:1 !important; min-width:0 !important;}
@media (max-width:600px){.newsletter-name-row{flex-direction:column !important;}}
/* === Center the fields and prevent stretching off-page === */

/* Make the form area a centered column */
.newsletter--section-wrapper .newsletter-form--wrapper{
  display:flex !important;
  justify-content:center !important;
}

.newsletter--section-wrapper #newsletter-wrapper{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
}

/* Constrain each row of inputs */
.newsletter--section-wrapper .newsletter-name-row{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto 12px !important;
}

/* Constrain the email input row */
.newsletter--section-wrapper #newsletter_text{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  box-sizing:border-box !important;
}

/* If your inputs have min-widths set somewhere, kill them */
.newsletter--section-wrapper .input-group-field{
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}/* === FORCE newsletter layout to centered column === */
.newsletter--section-wrapper .newsletter-wrapper--outer{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  box-sizing:border-box !important;

}

/* Make both inner blocks centered and not stretching */
.newsletter--section-wrapper .newsletter-content--wrapper,
.newsletter--section-wrapper .newsletter-form--wrapper{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  box-sizing:border-box !important;
}

/* Constrain form wrapper and inputs */
.newsletter--section-wrapper #newsletter-wrapper{
  width:100% !important;
  max-width:760px !important;
  margin:0 auto !important;
  box-sizing:border-box !important;
}

.newsletter--section-wrapper .input-group-field,
.newsletter--section-wrapper input{
  max-width:100% !important;
  box-sizing:border-box !important;
}