/*
Generated time: October 2, 2025 17:47
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.m-newsletter-form{width:var(--form-width);max-width:100%}.m-newsletter-form__wrapper{display:flex;justify-content:center;position:relative}.m-newsletter-form__input{flex:1;padding-right:54px}.m-newsletter-form__button{color:rgb(var(--color-form-field-text));box-shadow:none!important;padding:10px 15px;background-color:rgb(var(--color-form-field));border-radius:0;position:absolute;top:var(--inputs-border-width);right:var(--inputs-border-width);height:calc(100% - var(--inputs-border-width)*2);border-radius:0 var(--inputs-radius) var(--inputs-radius) 0}.m-newsletter-form__button svg{transform:scale(.875);transition:transform var(--m-duration-default)}.m-newsletter-form__button:hover svg{transform:scale(1)}.m-newsletter-form .form-field--checkbox{display:inline-flex}.m-newsletter-form__agreement-text{display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.m-newsletter-form{--form-width:100%}}