.newsletter-popup-sticky{position:fixed;bottom:20px;right:20px;width:420px;max-width:calc(100vw - 40px);background:#fff;box-shadow:0 4px 24px rgba(0,0,0,.15);z-index:1050;transform:translateY(150%);transition:transform .4s ease-in-out}.newsletter-popup-sticky.show{transform:translateY(0)}.newsletter-popup-sticky[aria-hidden=false]{transform:translateY(0)}.newsletter-popup-content{position:relative;padding:30px}.newsletter-popup-close{position:absolute;right:15px;top:15px;font-size:24px;line-height:1;color:#000;opacity:1;font-weight:300;width:30px;height:30px;padding:0;margin:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.newsletter-popup-close:hover,.newsletter-popup-close:focus{opacity:.7;color:#000;text-decoration:none;outline:none}.newsletter-popup-close span{display:block}.newsletter-popup-body{text-align:center}.newsletter-popup-text{font-size:16px;line-height:1.4;margin-bottom:20px;color:#000;font-weight:normal;padding-right:20px}.newsletter-simple-form{display:flex;flex-direction:column;gap:15px}.newsletter-simple-form input[type=email]{width:100%;padding:12px 16px;border:1px solid #ddd;font-size:14px;background:#fff;font-family:inherit}.newsletter-simple-form input[type=email]:focus{outline:none;border-color:#000}.newsletter-simple-form input[type=email]::-moz-placeholder{color:#999}.newsletter-simple-form input[type=email]::placeholder{color:#999}@media(max-width: 480px){.newsletter-popup-sticky{bottom:0;right:0;left:0;width:100%;max-width:100%;border-radius:0}.newsletter-popup-content{padding:20px}.newsletter-popup-text{font-size:14px;margin-bottom:15px}.newsletter-simple-form input[type=email]{font-size:14px;padding:10px 14px}.newsletter-simple-form .mh-button-primary{font-size:14px;padding:10px 25px}}