/*
Theme Name: OnePress Child
Theme URI: https://jishaloanmatch.jp/
Description: OnePress 子テーマ（自社ローンナビ）。ブログ一覧に番号付きページネーションを追加。
Author: A-plus
Template: onepress
Version: 1.0.0
Text Domain: onepress-child
*/

/* ===== 番号付きページネーション ===== */
.site-content .pagination,
.site-main .pagination { margin: 34px 0 12px; clear: both; }
.site-content .pagination .nav-links {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px;
}
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 42px; height: 42px; padding: 0 13px;
  border: 1px solid #d6e4f2; border-radius: 6px; background: #fff;
  color: #1a7fd4; font-weight: 600; line-height: 1; text-decoration: none;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.pagination a.page-numbers:hover { background: #1a7fd4; color: #fff; border-color: #1a7fd4; }
.pagination .page-numbers.current { background: #1a7fd4; color: #fff; border-color: #1a7fd4; }
.pagination .page-numbers.dots { border-color: transparent; background: transparent; color: #9aa4ad; min-width: 24px; }
@media (max-width: 767px) {
  .pagination .page-numbers { min-width: 38px; height: 38px; padding: 0 10px; font-size: 14px; }
  .site-content .pagination .nav-links { gap: 6px; }
}
