.custom-pagination{flex-wrap:wrap;gap:8px;margin-top:20px}.custom-pagination,.custom-pagination .nav-btn{display:flex;align-items:center;justify-content:center}.custom-pagination .nav-btn{gap:6px;font-weight:600;background-color:#7e22ce;color:#fff;border:none;padding:0 12px;height:36px;border-radius:6px;transition:all .3s}.custom-pagination .nav-btn img{filter:brightness(0) invert(1)}.custom-pagination .nav-btn:hover{background-color:#6b1bb5!important}.custom-pagination .nav-btn:disabled{background-color:#ccc;cursor:not-allowed}.custom-pagination .page-numbers{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}.custom-pagination .page-numbers .page-btn{cursor:pointer;width:36px;height:36px;border:1px solid rgba(0,0,0,0);background-color:#fff;color:#000;font-weight:600;border-radius:6px;transition:all .3s}.custom-pagination .page-numbers .page-btn.active,.custom-pagination .page-numbers .page-btn:hover{border-color:#7e22ce;color:#7e22ce}.custom-pagination .page-numbers .dots{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-weight:600}