.page-numbers {
    margin-right: 8px;
}

.page-numbers:not(.dots) {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex; /* or inline-flex */
    align-items: center;
    justify-content: center;
    border: 2px solid #757575;
}

.page-numbers:not(.dots):not(.current):hover {
    border: none;
    width: 48px;
    height: 48px;
    color: white;
    background: linear-gradient(322deg, #0082fc 0%, #ff2222 100%);
}

.page-numbers.current {
    color: white;
    background-color: #757575;
}
