#snub-push-banner {

    position: fixed;

    bottom: 25px;

    right: 25px;

    z-index: 99999;

}


.snub-push-box {

    background: #0b0d10;

    color: white;

    padding: 22px;

    border-radius: 18px;

    max-width: 330px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45);

    border:
        1px solid rgba(255,255,255,.1);

    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;

}


.snub-push-box strong {

    font-size: 18px;

}


.snub-push-box p {

    color: #b7c2cc;

    line-height: 1.5;

}


#snub-enable {

    margin-top: 12px;

    width: 100%;

    padding: 13px;

    border: 0;

    border-radius: 12px;

    font-weight: 700;

    color: white;

    cursor: pointer;

    background:
    linear-gradient(
        94deg,
        #F55600,
        #F2416B,
        #BA62FC,
        #0090F7
    );

}


@media(max-width:600px){

    #snub-push-banner{

        left:20px;

        right:20px;

        bottom:20px;

    }


    .snub-push-box{

        max-width:none;

    }

}
