.c-newsletter{--text:var(--color-gray);background-color:var(--surface-body);border-radius:var(--radius-xl);display:grid;gap:1rem;padding:var(--grid-responsive-md)}.c-newsletter__text{color:var(--text-brand);display:grid;gap:.5rem}.c-newsletter__text h2{font-size:1.25rem}.c-newsletter__text:not(:has(:first-child)){display:none}.c-newsletter__form,.c-newsletter__form-row--large{display:grid;gap:.625rem}@media only screen and (min-width:48em){.c-newsletter{gap:1.25rem}.c-newsletter__text h2{font-size:1.5rem}.c-newsletter__form-row--large{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width:calc(48em - 1px)){.c-newsletter__form .label-floated:not(:last-child){margin-bottom:.375rem}}