/* ===================================
   Page 62-65 樣式
   問答釋疑：接受彌陀本願救度的人，因果報應情況怎樣？
   =================================== */

/* 主容器 */
.bundle-62-65 .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-65 .page-header-label {
    text-align: center;
    color: #77654c;
    font-size: 2rem !important;
    margin-bottom: 40px;
    font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

.bundle-62-65 .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-65 .page-text {
    font-size: 14px;
    color: #666;
}

/* Page 62 專屬樣式 - 問答頁面 */
.bundle-62-65 .page-62 .content {
    position: relative;
}

/* Page 63 專屬樣式 - 直排文字頁面 */
.bundle-62-65 .page-63 .vertical-text-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2;
    font-size: 1.1rem;
    color: #231f20;
    min-height: 700px;
}

/* Page 64 專屬樣式 - 直排文字頁面 */
.bundle-62-65 .page-64 .vertical-text-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2;
    font-size: 1.1rem;
    color: #231f20;
    min-height: 700px;
}

/* Page 65 專屬樣式 - 直排文字頁面加圖片 */
.bundle-62-65 .page-65 .vertical-text-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 2;
    font-size: 1.1rem;
    color: #231f20;
    min-height: 700px;
    position: relative;
}

/* 書法圖片 - float right */
.bundle-62-65 .page-65 .calligraphy-figure {
    float: right;
    margin: 0 0 20px 30px;
    max-width: 250px;
}

.bundle-62-65 .page-65 .calligraphy-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-62-65 .page-65 .calligraphy-caption {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
}

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

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

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

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

    .bundle-62-65 .content {
        max-width: 100%;
    }

    .bundle-62-65 .page-63 .vertical-text-container,
    .bundle-62-65 .page-64 .vertical-text-container,
    .bundle-62-65 .page-65 .vertical-text-container {
        padding: 20px 10px;
        min-height: 500px;
    }

    .bundle-62-65 .page-65 .calligraphy-figure {
        max-width: 150px;
        margin: 0 0 15px 20px;
    }
}

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

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

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

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

    .bundle-62-65 .content-paragraph {
        font-size: 1rem;
    }
}

