/* =========================================================
   ◎ お知らせページ専用スタイル
   ※ 子犬ページ（puppies-single）は除外
========================================================= */

body.single-news .site-main {
  background: #fff !important;
  padding: 0;
}

.news-article,
.news-article-acf {
  max-width: 900px;
  margin: 80px auto;
  padding: 40px 36px 50px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
}

/* タイトル */
.news-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* アイキャッチ画像 */
.news-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 24px;
}

/* 本文 */
.news-body,
.news-content {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

/* 戻るボタン */
.news-back {
  text-align: center;
  margin-top: 40px;
}

.news-back a {
  display: inline-block;
  padding: 12px 28px;
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  color: #444;
}

@media (max-width: 768px) {
  .news-article,
  .news-article-acf {
    padding: 26px 20px 34px;
    margin: 40px auto;
  }

  .news-title {
    font-size: 22px;
  }
}
