/*
 * Compiled stylesheet: article_index.css
 * Shared by views:
 *   - app/Views/front/article/index.php
 */

.pagination { display: flex; gap: 0.5rem; justify-content: center; align-items: center; }
.pagination li a, .pagination li span { padding: 0.75rem 1.25rem; background: #1e293b; color: #94a3b8; border-radius: 9999px; font-weight: 600; font-size: 0.875rem; transition: all 0.3s ease; }
.pagination li.active span { background: #0ea5e9; color: white; box-shadow: 0 4px 14px 0 rgba(14, 165, 233, 0.39); }
.pagination li a:hover { background: #334155; color: white; }