.blog-pagination{align-items:center;display:flex;justify-content:center;margin:2rem auto;text-align:center}.blog-pagination a:not(:last-child){margin-right:.25rem}.blog-pagination a:not(:first-child){margin-left:.25rem}.blog-pagination a{color:#d1d5de;text-decoration:none;transition:all .15s linear}.blog-pagination a svg{color:#d1d5de;fill:#d1d5de;height:.865rem;width:.865rem}.blog-pagination a.first-posts-link,.blog-pagination a.next-posts-link,.blog-pagination a.previous-posts-link{align-items:center;display:flex;height:2rem;justify-content:center;width:2rem}.blog-pagination a.first-posts-link--disabled,.blog-pagination a.next-posts-link--disabled,.blog-pagination a.previous-posts-link--disabled{opacity:.5}.blog-pagination .number-link{font-size:.865rem;height:2rem;line-height:2rem;width:2rem}.blog-pagination .number-link--active,.blog-pagination .number-link--active:hover{background-color:#1532ef;border-radius:1rem;color:#d1d5de}.blog-pagination .spinner-container{margin-top:20px;text-align:center}.blog-pagination .spinner{animation:spin 2s linear infinite;border:4px solid #2e50fa;border-radius:50%;border-top-color:#d1d5de;height:30px;margin:0 auto;width:30px}.blog-pagination.type-custom{justify-content:space-between;margin:0 auto;padding-inline:2rem}.blog-pagination.type-custom .navigation-dict{color:#d1d5de;font-size:.75rem}.blog-pagination.type-custom a.next-posts-link,.blog-pagination.type-custom a.previous-posts-link{align-items:center;background-color:#1d1e35;border:1px solid #586e99;border-radius:999px;color:#d1d5de;display:flex;font-size:.75rem;gap:.4rem;justify-content:center;margin:auto 0 0 .75rem;padding:.5rem 1rem;text-align:center;text-decoration:none;width:auto}.blog-pagination.type-custom a.previous-posts-link{margin-left:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}