/*!
 Theme Name:   SWELL CHILD
 Template:     swell
 Version:      1.0.0
*/

/* ==============================
   俺たちAI失業組 カスタムCSS
   SWELLの設定を邪魔しない最小限のみ
   ============================== */

/* --- CSS変数でカラー統一 --- */
:root {
  --color_main: #3D5A80;
  --color_main_thin: #EAF3FA;
  --color_text: #333333;
  --color_link: #3D5A80;
  --color_bg: #F6F4F1;
  --swl-color-accent: #E07B39;
}

/* --- 本文の読みやすさ --- */
.post_content {
  letter-spacing: 0.02em;
}
.post_content p {
  margin-bottom: 1.6em;
}

/* --- 記事カードのホバー効果 --- */
.p-postList__item {
  transition: box-shadow 0.2s;
}
.p-postList__item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* --- CTAボタン（アクセントカラー） --- */
.swell-block-button a,
.wp-block-button__link {
  background-color: #E07B39 !important;
  border-color: #E07B39 !important;
  color: #fff !important;
}

/* --- フッター --- */
.l-footer {
  background: #2C3E50;
  color: #ccc;
}
.l-footer a {
  color: #7FB5D4;
}
