.pagination{display:grid;gap:0;grid-auto-flow:column;padding:25px 0;place-content:center}.pagination__button{background:#f5f5f5;display:block;height:50px;transition:background .2s ease-out;width:50px}.pagination__button--active{background:#e9e9e9;font-weight:600}@media(hover:hover){.pagination__button:hover{background:#e9e9e9}}@media(hover:none){.pagination__button:active{background:#e9e9e9}}
