html{scroll-behavior:smooth}@media screen and (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.blog-pagination__icon svg{width:24px;height:24px;fill:var(--grey-600)}.blog-pagination__chevron--inactive>.blog-pagination__icon>svg{fill:var(--grey-300)}.blog-pagination__wrapper{padding-top:32px;padding-bottom:32px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px}.blog-pagination__pagination-item{width:48px;height:48px;background:var(--grey-200);color:var(--grey-500);font-weight:700;font-size:16px;border-radius:4px;display:flex;align-items:center;justify-content:center}.pagination__link--active{background-color:var(--p-aqua);color:var(--p-navy-blue)}.blog-pagination__left-chevron-link,.blog-pagination__right-chevron-link{width:48px;height:48px;display:flex;align-items:center;justify-content:center}@media screen and (min-width:960px){.blog-pagination__wrapper{padding-top:48px;padding-bottom:48px}}