  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;400;600;700&family=Playfair+Display:ital,wght@1,400;1,600&display=swap');
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	line-height: 2; 
	color: #404040; 
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

.single-post .layout-wrapper {
	max-width: 960px;
	margin: 60px auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 60px;
}

.single-post .main-content {
	min-width: 0;
}

/* ==========================================================================
文章內文基礎排版 (Typography - 輕量化)
========================================================================== */
.single-post article p {
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 2.6em;
	text-align: justify;
	letter-spacing: 0.06em;
	color: #555;
	line-height: 2;
}

.single-post h1 {
	font-family: 'Noto Serif TC', serif;
	font-weight: 700; 
	font-size: 32px;
	color: #111;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: 1.8em;
	letter-spacing: 0.06em;
}

.single-post h2 {
	position: relative;
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	font-size: 20px;
	color: #1a1a1a;
	margin-top: 3.8em;
	margin-bottom: 1.8em;
	letter-spacing: 0.08em;
	padding-bottom: 12px;
}

/* 調整裝飾線的顏色，使其更內斂 */
.single-post h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
/* 	background: repeating-linear-gradient(90deg, #d49e7e 0%, #d49e7e 20%, #f4f4f4 20%, #f4f4f4 100%); */
	background: repeating-linear-gradient(90deg, #c58b69 0%, #c58b69 29.3%, #ECECED 29.3%, #ECECED 100%);
}

.single-post .highlight {
	font-weight: 500;
	color: #222222;
	border-bottom: 1px dashed #b0b0b0;
	padding-bottom: 1px;
}

.single-post hr {
	border: 0;
	height: 1px;
	background: #f0f0f0;
	margin: 5em 0;
}

/* ==========================================================================
文章大綱樣式 (Rank Math TOC - 輕量化)
========================================================================== */
#rank-math-toc {
	margin-bottom: 50px;
	background-color: #fcfcfc;
	padding: 30px 50px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.single-post .toc-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	user-select: none;
}

.single-post .toc-header p {
	font-size: 13px;
	font-weight: 500;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0;
}

.single-post .toc-toggle-btn {
	font-size: 11px;
	color: #999999;
	letter-spacing: 0.05em;
	border: 1px solid #e8e8e8;
	padding: 3px 8px;
	border-radius: 3px;
	background: #ffffff;
	transition: all 0.2s ease;
}

#rank-math-toc p {
    font-size: 14px;
    font-weight: 700;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 0 25px 0;
}

#rank-math-toc nav {
	margin-top: 24px;
}

#rank-math-toc nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rank-math-toc nav > ul > li {
	margin-bottom: 10px;
}

#rank-math-toc nav a {
	color: #222;
	text-decoration: none;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.03em;
}

#rank-math-toc nav a:hover {
	color: #c58b69;
}

#rank-math-toc nav ul ul {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 20px;
	border-left: 1px solid #ECECED;
}

#rank-math-toc nav ul ul li {
	margin-bottom: 10px;
}

#rank-math-toc nav ul ul a {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}

/* ==========================================================================
經文與翻譯區塊樣式 (Scripture - 輕量化)
========================================================================== */
.single-post .scripture-block {
	margin: 4.5em 0;
/* 	border-top: 1px solid #f0f0f0; */
	border-bottom: 1px solid #f0f0f0;
	padding: 45px 15px 100px;
	text-align: center;
	max-width: 550px;
}

.single-post .scripture-block .scripture-origin {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.8;
	color: #1a1a1a;
	letter-spacing: 0.12em;
	margin-bottom: 1.2em;
}

.single-post .scripture-block .scripture-translation {
	font-size: 16px;
	color: #666666;
	line-height: 1.9;
	margin: 0 auto;
	text-align: justify;
	text-align: center;
}


/* ==========================================================================
詞彙拆解樣式 (Vocabulary List - 弱化生硬線條)
========================================================================== */
.single-post .vocab-list {
	margin: 4em 0;
	padding: 0;
	list-style: none;
}

.single-post .vocab-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 2.8em; 
}

.single-post .vocab-item:last-child {
	margin-bottom: 0;
}

.single-post .vocab-term {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	font-size: 17px;
	color: #1a1a1a;
	width: 160px;
	min-width: 160px;
	flex-shrink: 0;
	border-right: 1px solid #f0f0f0; /* 線條淡化 */
	margin-right: 25px;
	padding-right: 15px;
	box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}

.single-post .vocab-definition {
	font-size: 16px;
	color: #444;
	margin: 0;
	flex-grow: 1;
	text-align: justify;
	line-height: 2;
}

/* ==========================================================================
深度思考卡片與日常練習 
========================================================================== */
.single-post .thinking-box {
	margin: 4.5em 0;
	padding: 30px 35px;
	background-color: #fafafa;
	border-left: 2px solid #e8e8e8;
}

.single-post .thinking-title {
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
	font-size: 15px;
	color: #222222;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.05em;
}

.single-post .thinking-content {
	font-size: 14px;
	color: #555555;
	line-height: 1.8;
	margin: 0;
	text-align: justify;
}

.single-post .step-container {
	margin: 3.5em 0;
}

.single-post .step-item {
	margin-bottom: 3em;
}

.single-post .step-item:last-child {
	margin-bottom: 0;
}

.single-post .step-header {
	font-family: 'Noto Serif TC', serif;
	font-weight: 600;
	font-size: 17px;
	color: #1a1a1a;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.single-post .step-number {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 20px;
	color: #b0b0b0;
	margin-right: 12px;
}

.single-post .step-desc {
	font-size: 16px;
	color: #555;
	margin: 0;
	padding-left: 32px;
	text-align: justify;
	line-height: 2;
}

/* ==========================================================================
經典名言排版 (Quote Container - 減輕英文字型重量)
========================================================================== */
.single-post .quote-container {
	margin: 5em 0;
	padding: 0 40px; 
	text-align: center;
}

/* .single-post .quote-decorator {
	display: block;
	width: 3px;
	height: 3px;
	background-color: #bdc3c7;
	border-radius: 50%;
	margin: 0 auto 2.5em auto;
} */
.single-post .quote-decorator::after {
    content: " ❖ ";
    display: block;
    font-size: 10px;
    color: #b5b5b5;
    font-weight: 300;
	margin: 0px auto 3.5em;
}

.single-post .quote-english {
	font-family: 'Playfair Display', Georgia, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.55;
	color: #111;
	margin-bottom: 1em;
	letter-spacing: 0.01em;
}

.single-post .quote-chinese {
	font-family: 'Noto Serif TC', serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.85;
	color: #555555;
	letter-spacing: 0.08em;
	font-style: italic;
}

.single-post .quote-author {
	font-family: 'Playfair Display', 'Noto Serif TC', serif;
	font-size: 13px;
	color: #888;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	margin-top: 1.8em;
    font-style: italic;
}

/* ==========================================================================
讀者解惑 FAQ 樣式 (Rank Math FAQ)
========================================================================== */
.single-post .rank-math-list {
	margin: 4em 0;
}

.single-post .rank-math-list-item {
	margin-bottom: 2.8em;
}

.single-post .rank-math-list-item:last-child {
	margin-bottom: 0;
}

.single-post h3.rank-math-question {
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
	font-size: 17px;
	color: #1a1a1a;
	margin-top: 0;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.single-post h3.rank-math-question::before {
	display: none;
}

.single-post .rank-math-answer {
	font-size: 16px;
	color: #555555;
	margin: 0;
	padding-left: 10px;
	text-align: justify;
	line-height: 1.85;
}

/* ==========================================================================
高質感贊助支持區塊 (Support/Donation Box)
========================================================================== */
.single-post .support-box-card {
	margin: 4em 0;
	padding: 35px 30px;
	background-color: #fafafa; 
	border-radius: 4px;
	text-align: center;
}
.single-post .support-box-card .support-title {
	font-family: 'Noto Serif TC', serif;
	font-weight: 700;
	font-size: 17px;
	color: #222222;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
	display: block;
}
.single-post .support-box-card .support-text {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin: 0 0 24px 0;
	letter-spacing: 0.04em;
	text-align: center;
}
.single-post .support-box-card .support-link {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 2px;
	letter-spacing: 0.05em;
	transition: background-color 0.2s ease;
}
.single-post .support-box-card .support-link:hover {
	background-color: #d49e7e;
}

/* ==========================================================================
頁尾預告與側邊欄 
========================================================================== */
.single-post .footer-preview {
	text-align: center;
	background: #fafafa;
	border: 1px solid #f0f0f0;
	padding: 35px;
	margin-top: 5em;
}

.single-post .footer-preview-title {
	font-family: 'Noto Serif TC', serif;
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	letter-spacing: 0.15em;
	margin-bottom: 12px;
	display: block;
}

.single-post .footer-preview-content {
	font-family: 'Noto Serif TC', serif;
	font-weight: 400;
	font-size: 14.5px;
	color: #555555;
	line-height: 1.7;
	margin: 0;
}

.single-post .sidebar-widget {
	background-color: #fcfcfc;
	border: 1px solid #f0f0f0;
	padding: 24px;
	margin-bottom: 30px;
}

.single-post .widget-title {
	font-size: 13px;
	font-weight: 700;
	color: #222222;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #222222;
	padding-bottom: 8px;
}

.single-post .author-bio {
	font-size: 13px;
	color: #666666;
	line-height: 1.75;
}

.single-post .recent-posts {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-post .recent-posts li {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f5f5f5;
}

.single-post .recent-posts a {
	color: #333333;
	text-decoration: none;
	font-size: 13.5px;
	font-weight: 400;
	display: block;
	line-height: 1.45;
}

/* 響應式斷點 */
@media (max-width: 900px) {
	.single-post .layout-wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 600px) {
	.single-post h1 { font-size: 25px; }
	.single-post .vocab-item { flex-direction: column; }
	.single-post .vocab-term {
		border-right: none;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 6px;
		margin-bottom: 12px;
		width: 100%;
	}
	.single-post .step-desc { padding-left: 0; }
}