
.notifpress-popup {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 310px;
    padding: 18px;
    border-radius: 18px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.25);
    z-index: 999999;
    animation: pop 0.5s ease;
    text-align: center;
}
@keyframes pop {
    from {transform: scale(0.5);opacity:0;}
    to {transform: scale(1);opacity:1;}
}
.notifpress-popup .close {
    position:absolute;top:10px;right:15px;font-size:22px;cursor:pointer;
}
.notifpress-popup .btn {
    display:block;margin-top:15px;padding:12px;text-align:center;
    color:#fff;border-radius:10px;text-decoration:none;font-weight:bold;
}
.notifpress-popup .btn:hover,
.notifpress-popup .btn:focus,
.notifpress-popup .btn:active,
.notifpress-popup .btn:visited{ color:#fff !important; }
.notifpress-title{margin:8px 0 6px;font-size:22px;line-height:1.2;font-weight:800;text-transform:uppercase;display:block;color:inherit;}
.notifpress-sub{margin:6px 0 12px;opacity:.9}
.cupom{
    padding:14px 16px;background:rgba(255,255,255,0.18);border-radius:12px;text-align:center;
    margin-top:12px;font-weight:800;font-size:18px;letter-spacing:0.5px;border:2px dashed rgba(255,255,255,0.6);
}
.notifpress-img { width:100px;display:block;margin:0 auto 10px;filter:drop-shadow(0 2px 6px rgba(0,0,0,0.2)); }
