.c3-page-navigation {
    margin-top: 30px;
    padding: 10px;
}

.c3-page-navigation__items {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -10px;
    color: #4a4a49;
    font-size: 0.75rem;
    line-height: 1;
    text-transform: uppercase;
}

.c3-page-navigation__item {
    margin-left: 10px;
}

.c3-page-navigation__item--current {
    position: relative;
    z-index: 1;
    font-weight: bold;
    color: #ec0000;
}

.c3-page-navigation__item--previous a:before {
    content: '«';
}

.c3-page-navigation__item--next a:after {
    content: '»';
}

.c3-page-navigation__result {
    display: block;
    font-size: 0.6rem;
    color: #ccc;
    text-align: center;
}