/* 第69期 page5-8 樣式 */
/**
 * 生成時間：2025-11-12 11:33:16
 * 功能描述：第69期雙月刊 page5-8 頁面樣式
 * 包含頁面：page5-8（阿彌陀佛四十八題──以四十八題略解「阿彌陀佛是怎樣一尊佛？」（十三））
 */

/* ============ 主容器 ============ */
.bundle-5-8 .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;
    position: relative;
}

/* ============ 標題樣式 ============ */

/* Page 5: 主標題 - 字級38.0pt，顏色 #806856 */
.bundle-5-8 .page-5 .title {
    text-align: center;
    color: #806856;
    margin: 10px 0 5px 0;
    font-size: 3.167rem; /* 38.0pt / 12pt = 3.167rem */
    font-weight: bold;
    line-height: 1.3;
}

/* Page 5: 副標題 - 字級17.0pt，顏色 #806856 */
.bundle-5-8 .page-5 .subtitle {
    text-align: center;
    color: #806856;
    font-size: 1.417rem; /* 17.0pt / 12pt = 1.417rem */
    margin: 0 auto 10px auto;
    max-width: 90%;
}

/* Page 5: 章節號 - 字級17.0pt，顏色 #806856 */
.bundle-5-8 .page-5 .chapter {
    text-align: center;
    color: #806856;
    margin: 5px 0 20px 0;
    font-size: 1.417rem; /* 17.0pt / 12pt = 1.417rem */
}

/* ============ 作者樣式 ============ */
.bundle-5-8 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem; /* 12.0pt */
    color: #231f20;
}

/* ============ 圓形點點的虛線 ============ */
.bundle-5-8 .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;
}

/* ============ 內容樣式 ============ */
.bundle-5-8 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* 頁面 6-8 使用全寬 */
.bundle-5-8 .page-6 .content,
.bundle-5-8 .page-7 .content,
.bundle-5-8 .page-8 .content {
    max-width: none;
}

/* ============ 小標題樣式 ============ */

/* Page 5: 小標題 - 字級16.0pt，顏色 #86633A */
.bundle-5-8 .content-title {
    text-align: left;
    color: #86633A;
    margin: 30px 0 20px;
    font-size: 1.333rem; /* 16.0pt / 12pt = 1.333rem */
    font-weight: bold;
}

/* ============ 段落樣式 ============ */
.bundle-5-8 .content-paragraph {
    text-align: justify;
    line-height: 2;
    margin-bottom: 1.5rem;
    font-size: 1rem; /* 12.0pt */
    color: #231f20;
    text-indent: 2em;
}

/* 首段不縮排 */
.bundle-5-8 .content-paragraph:first-of-type {
    text-indent: 0;
}

/* 引文段落（X座標102.05的段落）- 縮排 */
.bundle-5-8 .content-paragraph.indent {
    text-indent: 2em;
}

/* ============ 粗體文字樣式 ============ */
.bundle-5-8 .fw-bold {
    font-weight: bold;
}

/* ============ 圖片樣式 ============ */

/* Page 7: 全頁圖片 */
.bundle-5-8 .page-7 .content {
    text-align: center;
}

.bundle-5-8 .page-7 figure {
	margin: 30px auto 50px auto;
	padding: 0;
	text-align: center;
	max-width: 400px;
}

.bundle-5-8 .page-7 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-5-8 .page-7 figcaption {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
}

/* ============ 待續標記 ============ */
.bundle-5-8 .page-8 .content-paragraph.text-end {
    text-align: right;
    text-indent: 0;
}

/* ============ 頁碼樣式 ============ */
.bundle-5-8 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.bundle-5-8 .page-number .page-text {
    color: #666;
}

.bundle-5-8 .page-number .page-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #806856;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

