/*
 * The footer newsletter capture (inc/footer-group.php → form-customer / .newsletter__input-group,
 * inside the footer group's section wrapper `.shopify-section-group-footer-group`)
 * — review rows 52 (GVWS) + 62 (all stores): the email field measured 199px wide on live AND on
 * the port (the footer column is 328–336px and Expanse puts the arrow button beside the field),
 * so an address longer than ~22 characters scrolls out of view while it is typed. An improvement
 * over live: in the footer the field takes the whole column and the button drops beneath it,
 * full width, with its text shown (Expanse hides the text and shows the arrow at this breakpoint).
 * The homepage newsletter section (sections/newsletter.php, max-width 400px) is untouched.
 */
.shopify-section-group-footer-group .newsletter__input-group{flex-wrap:wrap;row-gap:8px;max-width:none;--element-button-radius:var(--element-input-radius);--_button-text-display:inline;--_button-icon-display:none}
.shopify-section-group-footer-group .newsletter__input-group .element-input{flex:1 1 100%;min-width:0;border-start-end-radius:var(--element-input-radius);border-end-end-radius:var(--element-input-radius)}
.shopify-section-group-footer-group .newsletter__input-group .element-button{flex:1 1 100%;justify-content:center}
