.newsletter__form-field-wrapper{background-color:rgb(var(--color-background-input));border-radius:var(--inputs-radius);box-shadow:0 .1rem .3rem rgba(0,0,0,.1),0 .1rem .2rem rgba(0,0,0,.06);gap:1rem;padding:1rem}.newsletter__input{background-color:transparent;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}}