.pbuic-pager-container {
    margin-bottom: 2rem;
}

.pbuic-pager {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.pgr-active,
.pgr-inactive,
.pbuic-pager a {
    display: block;
    width: 2em;
    height: 2em;
    font-size: .9rem;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    color: #28225c;
    border-radius: 50%;
}

.pgr-active {
    border-color: #df4275;
    color: #fff;
    background: #df4275;
}

.pgr-inactive {
    display: none;
}

.pbuic-pager a:hover {
    color: #df4275;
}

.pgr-previous a,
.pgr-previous span,
.pgr-next a,
.pgr-next span {
    width: auto;
    padding: 0 1rem;
}

.pgr-previous a:hover,
.pgr-next a:hover {
    color: #df4275;
    background-color: transparent;
}
