<!-- start Simple Custom CSS and JS -->
<style type="text/css">
a.gustave-page-number {
    display: flex;
    justify-content: center;
    align-items: center;

    width: fit-content;
    min-width: 40px;
    height: 40px;

    font-family: Golos, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;

    border-radius: 8px;
    padding: 8px;

    color: #111827;
}

a.gustave-page-number:hover {
    background-color: #F3F4F7;
}

a.gustave-page-number.active {
    background-color: #E5F1FF;
    color: #1D4ED8;
	cursor: auto;
}

a.gustave-page-number.disabled {
    opacity: 0.5;
    cursor: auto;
}

a.gustave-page-number:hover.disabled {
    background: none;
}</style>
<!-- end Simple Custom CSS and JS -->
