.fl-scrolls {
    bottom: 0;
    height: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    position: fixed;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

.fl-scrolls div {
    height: 1px;
}

ul.pagination.pagination-floating {
    position: fixed;
    bottom: 25px;
    right: 50%;
    transform: translateX(50%);
    z-index: 9998;
    background: white;
    padding: 5px;
    border-radius: 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0;
    opacity: 0.75;
    transition: opacity 0.2s;
}

ul.pagination.pagination-floating:hover,
ul.pagination.pagination-floating:focus-within {
    opacity: 1;
}
