.custom-pagination .page-item { margin: 0 4px; }
.custom-pagination .page-link {
    width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center;
    color: #333; border: 1px solid #dee2e6; border-radius: 4px !important;
}
.custom-pagination .page-item.active .page-link {
    background-color: #fff; border-color: #eee; color: #ccc;
}