/*
Generated time: August 19, 2025 04:51
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.
*/
.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{padding-right:5rem;margin:0}.newsletter-form__field-wrapper .field{z-index:0}.newsletter-form__message{width:100%;justify-content:center;margin-bottom:0;gap:1rem}.newsletter-form__message--success{margin-top:2rem}.newsletter-form__message--success svg{background:var(--success);color:#fff;padding:5px;border-radius:50%;stroke-width:3px}@media screen and (min-width:768px){.newsletter-form__message{justify-content:flex-start}}.newsletter-input-submit{display:grid;grid-template-columns:2fr 1fr;gap:1.2rem}