.pagination-wrapper.posts-pagination{--pg-bg:#fff;--pg-text:#1f2937;--pg-border:#e5e7eb;--pg-hover-bg:#f3f4f6;--pg-active-bg:#16a34a;--pg-active-text:#fff;--pg-disabled-text:#9ca3af;--pg-muted:#6b7280;--pg-gap:.375rem;--pg-radius:.5rem;--pg-justify:space-between}.pagination-wrapper.posts-pagination nav{display:flex;width:100%;justify-content:var(--pg-justify);align-items:center}.pagination-wrapper.posts-pagination .pagination{margin-bottom:0;gap:var(--pg-gap)}.pagination-wrapper.posts-pagination .page-link{color:var(--pg-text);background-color:var(--pg-bg);border:1px solid var(--pg-border);padding:.5rem .75rem;line-height:1;border-radius:var(--pg-radius);transition:all .15s ease;text-decoration:none}.pagination-wrapper.posts-pagination .page-link:hover{background-color:var(--pg-hover-bg)}.pagination-wrapper.posts-pagination .page-item.active .page-link{color:var(--pg-active-text);background-color:var(--pg-active-bg);border-color:var(--pg-active-bg)}.pagination-wrapper.posts-pagination .page-item.disabled .page-link{color:var(--pg-disabled-text);background-color:var(--pg-bg);border-color:var(--pg-border);pointer-events:none;opacity:.6}.pagination-wrapper.posts-pagination .page-link:focus{outline:0;box-shadow:0 0 0 .15rem rgba(22,163,74,.25)}.pagination-wrapper.posts-pagination .small.text-muted{color:var(--pg-muted)!important}.pagination--center nav{justify-content:center!important}.pagination--between nav{justify-content:space-between!important}.pagination--start nav{justify-content:flex-start!important}.pagination--end nav{justify-content:flex-end!important}@media (max-width:575.98px){.pagination-wrapper.posts-pagination nav{flex-direction:column;gap:.75rem}}