.m-pagination__wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:5rem 0}.m-pagination__list{display:flex;flex-direction:row;gap:2rem}@media screen and (min-width:768px){.m-pagination__list{gap:8rem}}.m-pagination__item{color:rgb(var(--color-text));font-size:var(--body-fs-lg);line-height:var(--body-lh-lg);text-decoration:none}.m-pagination__item--current{font-weight:700}.m-pagination__item--next{transform:rotate(-90deg)}.m-pagination__item--previous{transform:rotate(90deg)}.m-pagination__arrow svg{height:2rem;width:2rem}