/* 前台敘事學習筆記文章樣式 — 沿用 styles.css 綠色系 #244f35 / #6f8068 / #f7f8f5 */

.art-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.art-breadcrumb {
  font-size: 14px;
  margin: 0 0 24px;
}

.art-breadcrumb a {
  color: #6f8068;
  text-decoration: none;
}

.art-breadcrumb a:hover {
  color: #244f35;
}

.art-wrap h1 {
  font-size: 32px;
  line-height: 1.35;
  margin: 0 0 12px;
  color: #1f2933;
}

.art-title-zh,
.art-title-en {
  display: block;
}

.art-title-en {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #6f8068;
}

.art-byline {
  font-size: 15px;
  color: #52616b;
  margin: 0 0 6px;
}

.art-byline a {
  color: #244f35;
}

.art-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #52616b;
  margin: 0 0 8px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9ded6;
}

.access-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
}

.access-free {
  color: #244f35;
  background: #eaf2e7;
  border: 1px solid #b7c8b2;
}

.access-premium {
  color: #7b8178;
  background: #edf0ea;
  border: 1px solid #d0d6cb;
  filter: grayscale(1);
}

.art-lead {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #244f35;
  margin: 28px 0;
}

.art-section {
  margin: 32px 0;
}

.art-section h2 {
  font-size: 21px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d9ded6;
  color: #1f2933;
}

.art-section p {
  font-size: 17px;
  line-height: 1.9;
  margin: 0 0 16px;
  color: #28323b;
}

.art-findings {
  margin: 0;
  padding-left: 22px;
}

.art-findings li {
  font-size: 17px;
  line-height: 1.85;
  margin-bottom: 10px;
  color: #28323b;
}

.art-section blockquote {
  border-left: 4px solid #6f8068;
  margin: 16px 0;
  padding: 12px 18px;
  background: #f6f7f2;
  font-size: 17px;
  line-height: 1.8;
  color: #244f35;
}

.art-section blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-style: normal;
  color: #8a958a;
}

.art-full-translation .art-translation-body {
  font-size: 16px;
  line-height: 1.95;
  color: #28323b;
  white-space: pre-wrap;
}

.art-footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #d9ded6;
}

.art-card-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #244f35;
  background: #eaf2e7;
  border: 1px solid #b7c8b2;
  border-radius: 6px;
  padding: 10px 18px;
  text-decoration: none;
}

.art-card-link:hover {
  background: #def0d9;
}

.art-disclaimer {
  margin-top: 18px;
  font-size: 12px;
  line-height: 1.7;
  color: #97a097;
}
