#newsletter-popup{display:none;position:fixed;z-index:100024;left:50%;top:50%;width:50%;max-width:450px;transform:translate(-50%,-50%);background-color:#fff;padding:20px;border:1px solid #ccc;box-shadow:0 0 10px rgb(0 0 0/.1)}#newsletter-popup input[type=email],#newsletter-popup input[type=text]{width:93%;padding:12px 15px;margin-bottom:15px;border:1px solid #ddd;border-radius:5px;font-size:1rem;color:#333;background-color:#f9f9f9;transition:border-color .3s ease,box-shadow .3s ease}#newsletter-popup input[type=email]:focus,#newsletter-popup input[type=text]:focus{border-color:#0073aa;box-shadow:0 0 5px rgb(0 115 170/.5);outline:0}#newsletter-popup input[type=submit]{width:100%;padding:12px 15px;font-size:1rem;font-weight:700;color:#fff;background-color:#0073aa;border:0;border-radius:5px;cursor:pointer;transition:background-color .3s ease}#newsletter-popup input[type=submit]:hover{background-color:#005a87}.donatepop{width:100%;text-align:center;text-shadow:none}.donatepop:hover{opacity:.8}.donatepop.close{opacity:1}@media screen and (max-width:767px){#newsletter-popup{width:80%}}#newsletter-overlay{display:none;position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0/.5);z-index:100023}#newsletter-popup h2{margin-top:0}#newsletter-popup .close{display:block;margin-top:10px;text-align:center;color:#999;text-decoration:none;font-size:.9rem;cursor:pointer}#newsletter-popup .close:hover{color:#333}