.pages {
    width: 100%;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    color: #6a7f97;
    font-size: 14px;
    line-height: 1.6;
}

.page-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 40px;
    padding: 0 14px;
    border: 1px solid #d6e1ef;
    border-radius: 8px;
    color: #38516d;
    background: #fff;
    font-size: 14px;
}

a.page-item:hover {
    color: #fff;
    background: #004ea2;
    border-color: #004ea2;
}
