.woocommerce-pagination,
.posts-navigation {
    display: flex;
    justify-content: center;
}

.page-numbers {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.page-numbers:not(.next):not(.prev) {
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    border-radius: 50%;
}

.page-numbers.current {
   padding: 11px;
   background: #84B953;
   color: #FFF;
   font-weight: 500;
   font-size: 20px;
}

.woocommerce-pagination .prev,
.woocommerce-pagination .next,
.posts-navigation .prev,
.posts-navigation .next {
   line-height: 44px;
   text-transform: lowercase;
   text-decoration: underline;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}