#client-side-pagination {
    display: flex;
    gap: 5px;
}

.pagination-button {
    background: none;
    border: none;
    padding: 0;
    color: #30567d;
    text-decoration: underline;
    cursor: pointer;
}

.pagination-button:hover {
    color: #004a99;
}

.pagination-button.active {
    color: black;
    text-decoration: none;
    font-weight: bolder;
    cursor: default;
}