
/* WP pagination - Relivia blog-two ships no pagination pattern, styled from the theme's design tokens */
.rt-pagination-wrapper { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 0.75rem; margin-top: 3.75rem; }
.rt-pagination-link .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 2.75rem; height: 2.75rem; padding: 0 1rem; border: 1px solid rgba(30, 47, 45, 0.25); border-radius: 100px; color: #1e2f2d; text-decoration: none; transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; }
.rt-pagination-link a.page-numbers:hover { background-color: #1e2f2d; border-color: #1e2f2d; color: #fefbf5; }
.rt-pagination-link .page-numbers.current { background-color: #1e2f2d; border-color: #1e2f2d; color: #fefbf5; }
.rt-pagination-link .page-numbers.dots { border: none; min-width: auto; padding: 0 0.25rem; }
