.m-pagination__wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:2.5rem}.m-pagination__list{display:flex;flex-direction:row;gap:2rem}.m-pagination__item{color:rgb(var(--color-text));text-decoration:none}.m-pagination__item--current{color:rgb(var(--color-accent))}.m-pagination__item--next{transform:rotate(-90deg)}.m-pagination__item--next svg{height:auto;width:2rem}.m-pagination__item--previous{transform:rotate(90deg)}.m-pagination__item--previous svg{height:auto;width:2rem}.m-pagination__arrow svg{height:2rem;width:2rem}