.pagination{align-items:center;justify-content:center}
.pagination .active{background:var(--theme-background-accent-strong-normal);color:#fff}
.pagination li{width:auto;height:32px;padding:4px 12px;gap:4px;border-radius:8px;cursor:pointer}
.pagination li:first-child,.pagination li:last-child{font-weight:bold}
.pagination li.disabled{cursor:not-allowed;opacity:.5}