/* ===================================
   Page 62-62 樣式
   問答釋疑：念佛迴向親人，他真的能受益嗎？
   =================================== */

/* 固定垂直標籤 */
.bundle-62-62-active .fixed-vertical-label {
	position: fixed;
	top: 30px;
	left: 30px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background-color: #77654c;
	color: white;
	padding: 10px 8px;
	font-size: 1rem;
	white-space: nowrap;
	border-radius: 5px;
	z-index: 1000;
	font-weight: bold;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media (max-width: 768px) {
	.bundle-62-62-active .fixed-vertical-label {
		font-size: 11px;
		padding: 2px 0px;
		left: 0px;
		line-height: 1.2;
	}
}

/* 主容器 */
.bundle-62-62 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 100px 20px 100px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}

/* 頁面標題標籤 (淨土 │ 釋疑) */
.bundle-62-62 .page-header-label {
    text-align: center;
    color: #77654c;
    font-size: 2rem !important;
    margin-bottom: 40px;
    font-weight: normal;
}

/* 主標題 */
.bundle-62-62 .title {
    text-align: center;
    color: #806856;
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
}

/* 副標題 */
.bundle-62-62 .subtitle {
    text-align: center;
    color: #6a5a4b;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 90%;
}

/* 問題小標題 */
.bundle-62-62 .subtitle-question {
    text-align: center;
    color: #806856;
    font-size: 2.8rem;
    font-weight: bold;
    margin: 40px 0 30px 0;
    line-height: 1.4;
}

/* 作者 */
.bundle-62-62 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

/* 問答區域 */
.bundle-62-62 .qa-section {
    margin: 30px 0;
}

/* 問題樣式 */
.bundle-62-62 .question {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #c5351b;
}

/* 回答樣式 */
.bundle-62-62 .answer {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #231f20;
}

/* 問答標籤 (問/答) */
.bundle-62-62 .qa-label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 0.3em;
}

/* 問題標籤顏色 */
.bundle-62-62 .question-label {
    color: #c5351b;
}

/* 回答標籤顏色 */
.bundle-62-62 .answer-label {
    color: #231f20;
}

/* 內容段落 */
.bundle-62-62 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #231f20;
}

/* 內容區域 */
.bundle-62-62 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* 頁碼 */
.bundle-62-62 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-62-62 .page-circle {
    background: #806856;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.bundle-62-62 .page-text {
    font-size: 14px;
    color: #666;
}

/* 清除浮動 */
.bundle-62-62 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* 結束圖標 */
.bundle-62-62 .end-icon::after {
    content: "◆";
    margin-left: 0.5em;
}

/* 圓形點點的虛線 */
.bundle-62-62 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}

/* RWD設定 */
@media (max-width: 768px) {
    .bundle-62-62 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-62-62 .title {
        font-size: 1.8rem;
    }

    .bundle-62-62 .page-text {
        font-size: small;
    }

    .bundle-62-62 .page-circle {
        font-size: small;
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 480px) {
    .bundle-62-62 .title {
        font-size: 1.5rem;
    }

    .bundle-62-62 .page-header-label {
        font-size: 1.5rem !important;
    }

    .bundle-62-62 .question,
    .bundle-62-62 .answer {
        font-size: 1rem;
    }

    .bundle-62-62 .qa-label {
        font-size: 1.1rem;
    }
}

