.pagination{display:flex;list-style-type:none;justify-content:center;align-items:center;gap:8px;padding:0;flex-wrap:wrap}.page-link{padding:12px 14px;border-radius:8px;min-width:40px;min-height:40px;cursor:pointer;color:#888787;transition:all .2s ease-in-out;font-size:.875rem;font-weight:500}.page-item:hover,.page-link{background-color:#f0f0f0}.active .page-link{border-color:#d0d7ff;color:#2563eb;background-color:#f7f9fc;padding:12px 14px;border-radius:8px;min-width:40px;min-height:40px;font-size:.875rem;font-weight:500}.next,.prev{cursor:pointer;display:flex;align-items:center}.next:hover,.prev:hover{background-color:#f0f0f0}.disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width:600px){.page-item{font-size:.75rem;font-weight:500}.active .page-link,.page-item{padding:.5rem;border-radius:8px;min-width:20px;min-height:20px}}