
/* 整體版面:置中、簡約字體 */
.article-wrap {
max-width: 860px;
margin: 0 auto;
padding: 24px 16px 40px;
font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC",
"Microsoft JhengHei", system-ui, sans-serif;
line-height: 1.9;
color: #333333;
}
/* 首圖 */
.article-hero {
text-align: center;
margin-bottom: 24px;
}
.article-hero img {
max-width: 100%;
height: auto;
}
/* 每一個段落區塊 */
.section {
padding: 24px 0;
}
/* 段落之間的細橫線區隔 */
.section + .section {
border-top: 1px solid #e2ddd6;
}
/* 小標題:日式簡約感 */
.section-title {
text-align: center;
font-size: 24px;
letter-spacing: 0.15em;
color: #a04605;
margin: 0 0 16px;
}
/* 內文 */
.section-body {
font-size: 18px;
}







