.pager__item a {
    color: #788baf;
}
.pager__item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pager__item:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pager__item {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 6px 8px 6px 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.pager__item.is-active,
.pager__item:hover {
    font-weight: bold;
    background-color: #788baf;
}
.pager__item:hover a,
.pager__item.is-active a{
    color: #fff;
}