.newsletter-form{position:relative;width:100%}.newsletter-form .form__message{margin-bottom:0;margin-top:1.5rem}.newsletter-form .field__input{padding:0;font-size:1.4rem;border-bottom:.2rem solid rgb(var(--color-border));outline:0;box-shadow:none;transition-property:border-bottom}.newsletter-form .field__input.invalid{border-color:var(--color-critical);box-shadow:none}.newsletter-form .field__input:focus-visible{outline-offset:.3rem;outline:.2rem solid rgb(var(--color-keyboard-focus));box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgb(var(--color-keyboard-focus))}.newsletter-form .field__button{min-width:auto;box-shadow:none;width:fit-content}.newsletter-form .field__button:after{content:none}.newsletter-form .field__button:not([disabled]){box-shadow:none}.newsletter-form .field__button .icon{height:1.3rem;width:1.3rem}.newsletter-form .typeset{font-size:1.3rem;letter-spacing:.05rem;line-height:calc(1 + .4/var(--font-body-scale));margin-top:1.5rem}.newsletter-form .typeset p{margin:0}.newsletter-form .typeset p+p{margin-top:1rem}