.pw-sticky {
    top: 70px !important;
}

@media (max-width: 767px) {
    .pw-sticky {
        top: 50px !important;
    }

body:has(.cnx-float-position-top) .pw-sticky {
        top: 150px !important;
    }
}