/* ===================================
   Page 67-69 樣式表
   淨土釋疑 - 下品下生五個「念」，意義有何不同？
   生成時間：2025-11-28 07:40:14
   =================================== */

/* 主容器 */
.bundle-67-69 .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-67-69 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* Clearfix for floated elements */
.bundle-67-69 .content::after {
    content: "";
    display: table;
    clear: both;
}

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

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

/* 問題區塊 */
.bundle-67-69 .question {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1rem;
    color: #e25b45;
}

/* 問題標籤 (問) */
.bundle-67-69 .question-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e25b45;
    margin-right: 0.3em;
}

/* 回答區塊 */
.bundle-67-69 .answer {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #231f20;
}

/* 回答標籤 (答) */
.bundle-67-69 .answer-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: #231f20;
    margin-right: 0.3em;
}

/* 經文引用 - 粗體楷書 */
.bundle-67-69 .scripture-quote {
    font-weight: bold;
    color: #e25b45;
}

/* 段落樣式 */
.bundle-67-69 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #231f20;
}

/* 無縮排段落 */
.bundle-67-69 .content-paragraph.no-indent {
    text-indent: 0;
}

/* 粗體文字 */
.bundle-67-69 .fw-bold {
    font-weight: bold;
}

/* 五處念佛列表 */
.bundle-67-69 .item-list {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
}

.bundle-67-69 .item-list li {
    margin-bottom: 8px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231f20;
}

/* 三攝列表樣式 */
.bundle-67-69 .numbered-list {
    margin: 15px 0;
    padding-left: 0;
    list-style: none;
}

.bundle-67-69 .numbered-list li {
    margin-bottom: 12px;
    line-height: 1.8;
    font-size:1rem;
    color: #231f20;
    text-indent: 0;
}

.bundle-67-69 .list-number {
    font-weight: bold;
    margin-right: 0.5em;
}

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

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

.bundle-67-69 .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-67-69 .page-figure {
    margin: 0 auto 20px;
    padding: 0;
    text-align: center;
    max-width: 400px;
}

.bundle-67-69 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

/* 圖片標題 */
.bundle-67-69 .image-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* ===================================
   Page 67-69 專屬樣式
   =================================== */

/* Page 67 專屬樣式 - 問答頁面 */
.bundle-67-69 .page-67 .question {
    color: #e25b45;
}

/* Page 69 專屬樣式 - 圖片上方排版 */
.bundle-67-69 .page-69 .page-figure {
    margin: 0 auto 20px;
    max-width: 400px;
}

.bundle-67-69 .page-69 .page-figure img {
    width: 100%;
    height: auto;
}

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

/* 平板尺寸 (768px - 1024px) */
@media (max-width: 1024px) {
    .bundle-67-69 .container {
        padding: 20px 60px;
    }

    .bundle-67-69 .title {
        font-size: 2rem;
    }

    .bundle-67-69 .page-header-label {
        font-size: 1.6rem !important;
    }
}

/* 手機尺寸 (小於 768px) */
@media (max-width: 768px) {
    .bundle-67-69 .container {
        padding: 15px 30px;
        margin-bottom: 2rem;
    }

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

    .bundle-67-69 .page-header-label {
        font-size: 1.4rem;
    }

    .bundle-67-69 .question,
    .bundle-67-69 .answer,
    .bundle-67-69 .content-paragraph {
        font-size: 1rem;
        line-height: 1.7;
    }

    .bundle-67-69 .item-list li,
    .bundle-67-69 .numbered-list li {
        font-size: 1rem;
        line-height: 1.7;
    }

    .bundle-67-69 .page-69 .page-figure {
        max-width: 100%;
    }
}

/* 小手機尺寸 (小於 480px) */
@media (max-width: 480px) {
    .bundle-67-69 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-67-69 .title {
        font-size: 1.5rem;
    }

    .bundle-67-69 .page-header-label {
        font-size: 1.2rem;
    }

    .bundle-67-69 .question,
    .bundle-67-69 .answer,
    .bundle-67-69 .content-paragraph {
        font-size: 1rem;
        line-height: 1.6;
    }

    .bundle-67-69 .item-list li,
    .bundle-67-69 .numbered-list li {
        font-size: 1rem;
        line-height: 1.6;
    }

    .bundle-67-69 .question-label,
    .bundle-67-69 .answer-label {
        font-size: 1.1rem;
    }

    .bundle-67-69 .page-number {
        margin-top: 20px;
        gap: 6px;
    }

    .bundle-67-69 .page-text {
        font-size: 12px;
    }

    .bundle-67-69 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

