/* 一覧ページ用の追加スタイル（2026-07-30）
   既存の .category-* クラスはテーマ本体の style.css に定義済み。
   ここではページャーと「記事なし」表示だけを補う。 */

.pofs-pagination {
  clear: both;
  padding: 40px 15px 80px;
  text-align: center;
}

.pofs-pagination-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pofs-pagination-list li {
  display: inline-block;
  margin: 0 4px;
}

.pofs-pagination-list a,
.pofs-pagination-list span {
  display: block;
  min-width: 34px;
  padding: 7px 10px;
  border: 1px solid #ececec;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
}

.pofs-pagination-list a:hover {
  background: #f7f7f7;
}

.pofs-pagination-list .current {
  background: #333;
  border-color: #333;
  color: #fff;
}

.pofs-pagination .icon {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  fill: currentColor;
}

.pofs-pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.pofs-noposts {
  clear: both;
  padding: 60px 15px 120px;
  text-align: center;
  font-size: 14px;
}

/* 404ページ（2026-07-30） */
.pofs-notfound {
  padding: 20px 15px 40px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}

.pofs-notfound-links {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}

.pofs-notfound-links li {
  display: inline-block;
  margin: 0 12px 10px;
}

.pofs-notfound-links a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #ececec;
  padding-bottom: 3px;
}

.pofs-notfound-links a:hover {
  border-bottom-color: #333;
}
