/**
 * Theme ManabiStyle - Index Page Styles
 * インデックスページ固有のスタイル（記事一覧、レイアウト調整）
 */

/* ============================
   記事一覧セクション
   ============================ */

.theme-index-content {
  padding: 0;
  padding-top: 40px;
}

.theme-article-section {
  margin: 0;
}

/* 記事カード - theme-base.cssのスタイルを使用（SDGs/Watalabと同じ） */
/* カスタマイズが必要な場合のみここに追加 */

/* ============================
   ページネーション - theme-base.cssのスタイルを使用（SDGs/Watalabと同じ）
   ============================ */
/* カラーのカスタマイズはcustom.cssで定義済み */

/* ============================
   記事なしメッセージ
   ============================ */

.theme-no-posts {
  text-align: center;
  padding: 3rem 0;
  color: var(--theme-text-color);
}