.pagination{display:flex;width:100%;margin:clamp(24px,5vw,64px) auto 0;justify-content:center}.pagination-content{display:flex;align-items:center;gap:4px}.pagination-item{width:80px;height:80px;border-radius:50%;border:1px solid var(--grey);flex-shrink:0;transition:.3s ease-out;overflow:hidden}@media (hover: hover){.pagination-item:hover{background:#dddee0}}@media (width <= 768px){.pagination-item:first-of-type:has(a[aria-label="Go to previous page"]){display:none}.pagination-item:last-of-type:has(a[aria-label="Go to next page"]){display:none}}@media (width <= 576px){.pagination-item{width:50px;height:50px}}.pagination-link,.pagination-ellipsis{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--second-family);font-weight:500;font-size:clamp(16px,3vw,24px);line-height:100%;letter-spacing:-.02em;text-align:center;color:var(--blue)}.pagination-link[data-active=true]{background:var(--text);color:var(--white)}
