/* =========================================
   fish_article.css
   対象魚解説ページ専用スタイル
========================================= */

.article {
  max-width: 720px;
  margin: 0px auto;
  padding: 10px;
  line-height: 1.9;
}

.article-header h1 {
  font-size: 20px;
  color: #191970;
  border-left: 4px solid #191970;
  padding-left: 10px;
}

.article-meta {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.article img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.article-section {
  margin-bottom: 28px;
}

.article-section h2 {
  font-weight: bold;
  font-size: 16px;
  color: #191970;
  border-bottom: 1px solid #191970;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.article-section h3 {
  font-size: 15px;
  color: #191970;
  margin-top: 20px;
  margin-bottom: 10px;
}

.article-section p {
  font-size: 14px;
  margin-bottom: 15px;
}

.info-box {
  background-color: #f5f8fc;
  border: 1px solid #dcdcdc;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-box strong {
  color: #191970;
}

/* =========================================
   マップ表示・リンクリスト関連
========================================= */

/* ★ 汎用化: aji-map -> fish-map */
#fish-map {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: 50vh;
  margin: 15px 0 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 1;
}

/* ★ 汎用化: aji-dot-marker -> fish-dot-marker */
.fish-dot-marker {
  background-color: #ff3333;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
}

.pref-link-heading {
  font-size: 15px;
  color: #191970;
  margin: 20px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.spot-link-item {
  display: inline-block;
  background: #eef3f8;
  border: 1px solid #dce4ee;
  padding: 6px 12px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.spot-link-item a {
  color: #191970;
  text-decoration: none;
  font-weight: bold;
}

.spot-link-item a:hover {
  text-decoration: underline;
}
