.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin:22px 0 0;font-size:14px;flex-wrap:wrap}.page{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:12px 18px;border-radius:999px;border:1px solid #eee;color:#666;cursor:pointer;background:#fff;transition:all 0.15s ease;line-height:1}a.page{text-decoration:none;color:#666;text-underline-offset:unset}a.page:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 4px 10px rgba(0,0,0,0.06)}.page.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.page.disabled{opacity:0.35;cursor:default;box-shadow:none}.page.dots{cursor:default;border-color:transparent;box-shadow:none;padding:10px 6px;min-width:auto;background:none}.page-prev,.page-next,.page-first,.page-last{font-weight:600}@media (min-width:601px){.pagination{justify-content:center;flex-wrap:wrap}}@media (max-width:600px){.pagination{justify-content:center;flex-wrap:nowrap}.page-num,.page.dots,.page-first,.page-last{display:none}.page-prev,.page-next,.page.active{display:inline-flex}}