.newsletter__form-field-wrapper{border-radius:var(--inputs-radius);padding:1rem;background-color:rgb(var(--color-background-input));box-shadow:0 1px 2px 0 rgb(var(--color-foreground),.06),0 1px 3px 0 rgb(var(--color-foreground),.1);gap:1rem}.newsletter__input{background-color:#fff0;box-shadow:none;height:var(--newsletter-input-height)}input.newsletter__input::placeholder{color:rgb(var(--color-foreground));opacity:1}@media(max-width:749px){.newsletter__button{min-width:var(--newsletter-input-height);padding:0}}@media(min-width:750px){.newsletter__button--square{min-width:var(--newsletter-input-height);padding:0}}