.pagination-list{list-style-type:none;padding:0 6px;display:flex;justify-content:center;align-items:center;height:50px;margin:30px;border-radius:6px;background-color:#f6f1f1;box-shadow:0 8px 20px rgba(90,97,129,.05)}.page__btn,.page__dots,.page__numbers{display:flex;justify-content:center;align-items:center;margin:8px;font-size:14px;cursor:pointer}.page__dots{width:26px;height:26px;color:var(--orange);opacity:.8;cursor:initial}.page__numbers{width:26px;height:26px;border-radius:4px}.page__numbers:hover{color:var(--orange)}.page__numbers.active{color:#fff;background:var(--orange);font-weight:600;border:1px solid var(--orange)}.page__btn{font-size:14px;color:#b6b6b6;opacity:.8}.page__btn:hover{cursor:not-allowed}.page__btn svg{height:1em;width:auto}.page__btn.active{color:var(--black);pointer-events:initial;cursor:pointer}.page__btn.active:hover{color:var(--orange)}