
.fgh-explore-pagination{
    width:100%;
    max-width:760px;
    display:flex!important;
    align-items:center;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
    margin:34px auto 18px;
    padding:18px 0 4px;
    clear:both;
    grid-column:1/-1;
}
.fgh-page-btn,.fgh-page-num{
    min-width:42px;
    height:42px;
    padding:0 14px;
    border-radius:999px;
    border:1px solid #e4e5e7;
    background:#fff;
    color:#222325;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none!important;
    font-weight:800;
    font-size:14px;
    box-shadow:0 8px 22px rgba(0,0,0,.045);
}
.fgh-page-btn{min-width:112px}
.fgh-page-num.active{background:#1dbf73;border-color:#1dbf73;color:#fff}
.fgh-page-btn:hover,.fgh-page-num:hover{border-color:#1dbf73;color:#1dbf73}
.fgh-page-num.active:hover{color:#fff}
.fgh-page-disabled{opacity:.45;cursor:not-allowed}
@media(max-width:768px){
    .fgh-explore-pagination{max-width:100%;gap:7px;margin-top:26px;padding-right:48px}
    .fgh-page-btn,.fgh-page-num{height:38px;min-width:38px;padding:0 11px;font-size:13px}
    .fgh-page-btn{min-width:92px}
}


/* v14.3.6 category pagination spacing */
.fgh-category-pagination{
    margin-top:36px!important;
    margin-bottom:24px!important;
}
