.pagination{display:flex;list-style:none;padding:0;margin:0}.pagination li{margin:0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;text-decoration:none}.pagination li:first-child a,.pagination li:first-child span{border-radius:.5rem 0 0 .5rem}.pagination li:last-child a,.pagination li:last-child span{border-radius:0 .5rem .5rem 0}.pagination li:not(:first-child) a,.pagination li:not(:first-child) span{margin-left:-1px}.pagination a:hover{background-color:oklch(var(--b2))}.pagination .current{background-color:oklch(var(--p));color:oklch(var(--pc));border-color:oklch(var(--p));font-weight:600}