<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.gustave-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 16px;

    padding: 24px;
}

.gustave-pagination-pages {
    display: flex;
    align-items: center;
}

span.gustave-pagination-info-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

    color: #6B7280;
}</style>
<!-- end Simple Custom CSS and JS -->
