.pagination{padding-top:3em;display:flex;justify-content:center;align-items:center;gap:1em;flex-wrap:wrap}.pagination .current,.pagination .deco,.pagination .page a{display:flex;width:2.5em;height:2.5em;border-radius:50%;background-color:transparent;align-items:center;justify-content:center;text-decoration:none;line-height:1}.pagination .current{background-color:var(--color-blue-dark);color:var(--color-white)}.pagination .next a,.pagination .prev a{display:block;width:3em;height:3em;border-radius:50%;background:var(--color-blue-dark) url(icon-drop-white.svg) no-repeat 50% 55%/1.25em;text-indent:-99999px;overflow:hidden}.pagination .next{transform:rotate(-90deg)}.pagination .prev{transform:rotate(90deg)}