/* ════════════════════════════════════
   ブログ一覧・アーカイブ固有スタイル
════════════════════════════════════ */
.blog-card-no-thumb {
  width: 100%;
  height: 100%;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.btn-read-more {
  font-size: .78rem !important;
  padding: .35rem .85rem !important;
}
.no-posts { text-align: center; padding: 4rem 0; }
.no-posts-msg { font-size: 1.1rem; color: var(--text-muted); }
