.custom-pagination {
display: flex;
justify-content: center;
margin-top: 20px;
}
.custom-pagination a {
margin: 0 5px;
padding: 10px 15px;
text-decoration: none;
color: #000;
border: 1px solid #ddd;
border-radius: 4px;
}
.custom-pagination a:hover {
background-color: #f0f0f0;
}
.custom-pagination .current {
background-color: #0073aa;
color: #fff;
border-color: #0073aa;
}