#{$prefix}-archive-pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

    a,span {
        background: $color-primary;
        color: #fff;
        display: inline-flex;
        min-width: 45px;
        height: 30px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        margin-top: 20px;
        text-decoration: none;
        padding: 10px;
        border-radius: 3px;
        margin: 0 5px;

        &:hover,
        &.current {
            background: #f40909;
            color: #fff;
            text-decoration: none;
        }
    }
}
