.pagination-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 0.5rem;
            transition: all 0.3s;
        }
        .pagination-btn:hover {
            background-color: #f3f4f6;
        }
        .pagination-btn.disabled {
            cursor: not-allowed;
        }