/*CUSTOM CSS*/

.disabled-link {
    pointer-events: none; /* Disables all mouse and touch events */
    cursor: default;     /* Changes the cursor to a standard arrow */
    color: #aaa;         /* Optional: Dims the text to visually indicate it's disabled */
    text-decoration: none; /* Optional: Removes the underline */
}

.splide__pagination {
    bottom: -1.5rem!important;
}