#mpp-subscribe-btn{position:fixed;z-index:99999;display:flex;align-items:center;padding:10px 18px;border:none;border-radius:50px;background:#0073aa;color:#fff;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:600;cursor:pointer;box-shadow:0 4px 14px rgba(0,0,0,.25);transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap;animation:mppfi .4s ease both}
#mpp-subscribe-btn:hover:not(:disabled){background:#005f8a;transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.3)}
#mpp-subscribe-btn:disabled{cursor:default;opacity:.85}
#mpp-subscribe-btn.mpp-pos-bottom-right{bottom:24px;right:24px}
#mpp-subscribe-btn.mpp-pos-bottom-left{bottom:24px;left:24px}
#mpp-subscribe-btn.mpp-pos-top-right{top:24px;right:24px}
#mpp-subscribe-btn.mpp-pos-top-left{top:24px;left:24px}
#mpp-subscribe-btn.mpp-btn-active{background:#1a8a40}
#mpp-subscribe-btn.mpp-btn-denied{background:#888}
@keyframes mppfi{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:480px){#mpp-subscribe-btn{font-size:13px;padding:9px 14px}#mpp-subscribe-btn.mpp-pos-bottom-right{bottom:16px;right:16px}#mpp-subscribe-btn.mpp-pos-bottom-left{bottom:16px;left:16px}}
