.smartbanner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

body:has(.smartbanner) {
    padding-top: 84px;
}
