.page-link {
    padding: 0.5rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

.page-link.ellipsis {
    color: black !important;
}

.page-link:hover {
    background-color: #f7fafc;
}

.page-link.active {
    background-color: #667eea;
    color: white;
    border-color: #667eea;
}

.page-link.disabled {
    color: #cbd5e0;
    cursor: not-allowed;
    pointer-events: none;
}