/* monologue アーカイヴページ */


/* =========================
   Pagination (final)
   - no wrapper required
========================= */

body.crescent-world .navigation.pagination,
body.crescent-world .navigation.pagination .nav-links {
  background: transparent !important;
}

body.crescent-world .navigation.pagination .page-numbers {
  background: transparent !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* current page is span */
body.crescent-world .navigation.pagination .page-numbers.current {
  font-weight: 700;
}

/* hover/focus */
body.crescent-world .navigation.pagination a.page-numbers:hover,
body.crescent-world .navigation.pagination a.page-numbers:focus-visible {
  text-decoration: underline !important;
}

/* =========================
   Pagination layout tuning
========================= */

/* ページ番号全体 */
body.crescent-world .navigation.pagination {
  margin-top: 3rem;
}

/* 中央寄せ＋間隔 */
body.crescent-world .navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .75rem;
}

/* 前へ / 次へ を少し目立たせる */
body.crescent-world .navigation.pagination .prev,
body.crescent-world .navigation.pagination .next {
  font-weight: 600;
}

/* 数字のタップ領域を少し広げる（アクセシビリティ） */
body.crescent-world .navigation.pagination .page-numbers {
  padding: .25em .4em;
}