.newsletter-form{--button-max-width:var(--form-input-size);align-items:flex-start;-moz-column-gap:var(--base-gap);column-gap:var(--base-gap);display:flex;flex-wrap:wrap;margin-bottom:calc(var(--base-gap)*.5)}@media (min-width:576px){.newsletter-form{flex-wrap:nowrap}}.newsletter-form .newsletter-form__input-group{display:flex;flex-direction:column;gap:var(--base-half-gap);width:70%}@media (min-width:992px){.newsletter-form .newsletter-form__input-group{max-width:50ch;min-width:50ch;width:100%}}.newsletter-form .newsletter-form__input{background-color:var(--nc-bg-1);border:1px solid var(--nc-bg-2);border-radius:var(--form-input-border-radius);color:var(--nc-text-1);height:var(--form-input-size);padding:calc(var(--base-gap)*.75);width:100%}.newsletter-form .newsletter-form__input::-moz-placeholder{color:var(--nc-tx-3)}.newsletter-form .newsletter-form__input::placeholder{color:var(--nc-tx-3)}.newsletter-form .newsletter-form__error{color:var(--nc-lk-1);width:38ch}@media (min-width:992px){.newsletter-form .newsletter-form__error{width:100%}}.newsletter-form .newsletter-form__message{color:var(--nc-tx-3);font-size:var(--semantic-font-size-small);font-weight:var(--semantic-font-weight-light);padding:.4rem;width:38ch}@media (min-width:992px){.newsletter-form .newsletter-form__message{text-align:center;width:100%}}.newsletter-form .newsletter-form__message--success{color:green}.newsletter-form .newsletter-form__message--error{color:red}
