.brand-logo{width:40px;height:40px;flex:0 0 40px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}
.pagination a{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);background:var(--paper);font-weight:700;font-size:13px}
.pagination a:hover,.pagination a.active{background:var(--navy);border-color:var(--navy);color:#fff}
.admin-pagination{margin-top:25px;justify-content:flex-end}
@media(max-width:760px){.brand-logo{width:36px;height:36px;flex-basis:36px}.pagination{margin-top:34px}.pagination a{width:38px;height:38px}}
