#pact-widget{right:20px !important;left:auto !important;border-radius:10px !important;background:rgba(255,255,255,.7) !important;pointer-events:none !important;opacity:0 !important;-webkit-transition:all .5s !important;transition:all .5s !important;-webkit-backdrop-filter:blur(10px) !important;backdrop-filter:blur(10px) !important;height: 107px !important;}.pact-widget__title{display:inline-block;margin-bottom: 12px;}#pact-widget.show{pointer-events:all !important;opacity:1 !important}.yButton.bottom.right{bottom:180px !important;right: 20px !important;}
@media(max-width: 525px) {
    #pact-widget {
        right: auto !important;
        left: 10px !important;
    }
    
    .yButton.bottom.right {
        bottom: 20px !important;
    }
}