/* Custom Pagination Styles */
.page-link {
    color: rgb(255, 51, 51) !important;
    background-color: transparent;
}

.page-link:hover {
    color: rgb(204, 40, 40) !important;
}

.page-item.active .page-link {
    background-color: rgb(255, 51, 51) !important;
    border-color: rgb(255, 51, 51) !important;
    color: #fff !important;
}
