.facetwp-pager {
    /* text-align: center; */
    border-top: 1px solid var(--black-30);
    display: flex;
    justify-content: center;
    padding-top: 35px;
}
.facetwp-pager a {
    font-family: greycliff-cf, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black);
    text-align: inherit;
    transition: all .2s ease-out;
    border: 2px var(--green-AA) solid;
    background-image: none !important;
    z-index: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.facetwp-pager a.prev,
.facetwp-pager a.next {
    display:none !important;
}
.facetwp-pager a.active {
    background: var(--green-AA);
    color: var(--white) !important;
}
.facetwp-pager a:not(.dots)::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--green-AA);
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all .15s ease-out;
}
.facetwp-pager a:not(.dots):hover::before {
    height: 100%;
    color: var(--white) !important;
}