#cookie-notice {
    display: block;
    overflow: hidden !important;
    max-width: 25rem !important;
    background-color: #f8f8f8;
    z-index: 2000;
    background: rgb(250, 251, 252) !important;
    font-size: 0.90rem;
}

@media (max-width:768px) {
    #cookie-notice {
        left: 0.625rem !important;
        right: 0.625rem !important;
        max-width: 25rem;
    }
}

.scroll-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99999;
    border-radius: 0.25rem;
    transition: 0.4s;
}