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

/* ============ 主容器 ============ */
.bundle-5-10 .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-10 .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-10 .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-10 .page-5 .chapter {
    text-align: center;
    color: #806856;
    margin: 5px 0 20px 0;
    font-size: 1.417rem; /* 17.0pt / 12pt = 1.417rem */
}

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

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

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

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

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

/* Page 5: 小標題 - 字級16.0pt，顏色 #86633A */
.bundle-5-10 .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-10 .content-paragraph {
    text-align: justify;
    line-height: 2;
    margin-bottom: 1.5rem;
    font-size: 1rem; /* 12.0pt */
    color: #231f20;
    text-indent: 2em;
}

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

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

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

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

/* Page 5: 文繞圖排版 */
.bundle-5-10 .page-5 figure {
    margin: 30px auto 30px auto;
    padding: 0;
    text-align: center;
    max-width: 400px;
}

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

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

/* Page 10: 上方排版 - 圖片在上，文字在下 */
.bundle-5-10 .page-10 .content {
    text-align: center;
}

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

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

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

/* ============ Page 10 專屬樣式 ============ */

/* Page 10: 詩句樣式 - DFHeiStd-W7 粗體 */
.bundle-5-10 .page-10 .poem-bold {
    font-weight: bold;
}

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

/* ============ 頁碼樣式 ============ */
.bundle-5-10 .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-10 .page-number .page-text {
    color: #666;
}

.bundle-5-10 .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;
}

/* ============ RWD 響應式設計 ============ */

/* 平板尺寸 */
@media (max-width: 992px) {
    .bundle-5-10 .container {
        padding: 20px 60px;
    }

    .bundle-5-10 .page-5 .title {
        font-size: 2.5rem;
    }

    .bundle-5-10 .page-5 .subtitle {
        font-size: 1.2rem;
    }

    .bundle-5-10 .page-5 .chapter {
        font-size: 1.2rem;
    }

    .bundle-5-10 .content-title {
        font-size: 1.2rem;
    }
}

/* 手機尺寸 */
@media (max-width: 768px) {
    .bundle-5-10 .container {
        padding: 15px 30px;
    }

    .bundle-5-10 .page-5 .title {
        font-size: 2rem;
    }

    .bundle-5-10 .page-5 .subtitle {
        font-size: 1rem;
    }

    .bundle-5-10 .page-5 .chapter {
        font-size: 1rem;
    }

    .bundle-5-10 .content-title {
        font-size: 1.1rem;
    }

    .bundle-5-10 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.8;
    }

    .bundle-5-10 .page-5 figure,
    .bundle-5-10 .page-10 figure {
        max-width: 100%;
    }
}

/* 小手機尺寸 */
@media (max-width: 576px) {
    .bundle-5-10 .container {
        padding: 10px 20px;
    }

    .bundle-5-10 .page-5 .title {
        font-size: 1.5rem;
    }

    .bundle-5-10 .page-5 .subtitle {
        font-size: 0.9rem;
    }

    .bundle-5-10 .page-5 .chapter {
        font-size: 0.9rem;
    }

    .bundle-5-10 .content-title {
        font-size: 1rem;
    }

    .bundle-5-10 .content-paragraph {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

