#hhRealPager{
    margin:18px 14px 96px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    flex-wrap:wrap;
}

#hhRealPager button{
    height:34px;
    min-width:34px;
    padding:0 10px;
    border-radius:999px;
    border:1px solid rgba(168,85,247,.45);
    background:rgba(25,22,36,.88);
    color:#eee;
    font-size:13px;
    font-weight:900;
    box-shadow:0 6px 18px rgba(0,0,0,.22);
}

#hhRealPager button.active,
#hhRealPager .hh-page-num.active{
    background:linear-gradient(135deg,#8b5cf6,#c084fc);
    color:#fff;
    border-color:rgba(255,255,255,.35);
    box-shadow:0 0 18px rgba(168,85,247,.55);
}

#hhRealPager button:disabled{
    opacity:.38;
}

.hh-page-dot,
.hh-page-info{
    color:rgba(255,255,255,.75);
    font-size:12px;
    font-weight:800;
}
