#subscribe-popup .popup-content{background:#fff;width:90%;max-width:500px;height:auto;border-radius:12px;overflow:hidden;position:relative;animation:popupSlideUp .3s ease-out;box-shadow:0 20px 40px rgba(0,0,0,.3);display:flex;flex-direction:column}#subscribe-popup .close-btn{position:absolute;top:10px;right:15px;background:0 0;color:#f58726;border:none;font-size:28px;font-weight:700;padding:0;cursor:pointer;z-index:10;line-height:1}@media (max-width:480px){#subscribe-popup .popup-content{height:420px}}