﻿/* 第72期 page5-26 蛇年新春特輯 樣式 */
/* 主容器 */
.bundle-5-26 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    /* 水平置中 */
    margin-right: auto;
    /* 水平置中 */
    padding: 20px 100px 20px 100px;
    /* Match 107-108 padding */
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

/* 標題樣式 */
.bundle-5-26 .title {
    text-align: center;
    color: #B87969;
    /* 蛇年新春特輯專用顏色 */
    margin: 10px 0 5px 0;
    /* Reduced bottom margin slightly */
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-5-26 .subtitle {
    text-align: center;
    color: #B87969;
    /* Match title color */
    font-size: 1.2rem;
    margin: 0 auto 10px auto;
    /* Adjusted margin */
    max-width: 90%;
}

.bundle-5-26 .chapter {
    text-align: center;
    color: #B87969;
    /* Match title color */
    margin: 5px 0 20px 0;
    /* Adjusted margin */
    font-size: 1.2rem;
}



/* Specific Title Styles for 第72期 */
.bundle-5-26 .page-5 .title {
    color: #B87969;
    /* 蛇年新春特輯專用顏色 */
    font-size: 2.8rem;
}

.bundle-5-26 .page-5 .subtitle,
.bundle-5-26 .page-5 .chapter {
    color: #B87969;
    font-weight: bold;
}

/* Styles for page 13 (第二篇文章開始) */
.bundle-5-26 .page-13 .title,
.bundle-5-26 .page-13 .subtitle,
.bundle-5-26 .page-13 .chapter {
    color: #B87969;
    font-weight: bold;
}

.bundle-5-26 .page-13 .title {
    font-size: 2.6rem;
}

/* Styles for page 19 (第三篇文章開始) */
.bundle-5-26 .page-19 .title,
.bundle-5-26 .page-19 .subtitle,
.bundle-5-26 .page-19 .chapter {
    color: #B87969;
    font-weight: bold;
}

.bundle-5-26 .page-19 .title {
    font-size: 2.6rem;
}

/* Styles for page 24 (第四篇文章開始) */
.bundle-5-26 .page-24 .title,
.bundle-5-26 .page-24 .subtitle,
.bundle-5-26 .page-24 .chapter {
    color: #B87969;
    font-weight: bold;
}

.bundle-5-26 .page-24 .title {
    font-size: 2.6rem;
}

/* 作者樣式 */
.bundle-5-26 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #333;
}

/* 圓形點點的虛線 */
.bundle-5-26 .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-26 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* Specific content styling for pages without centered text - 第72期 page5-26 */
.bundle-5-26 .page-6 .content,
.bundle-5-26 .page-7 .content,
.bundle-5-26 .page-8 .content,
.bundle-5-26 .page-9 .content,
.bundle-5-26 .page-10 .content,
.bundle-5-26 .page-11 .content,
.bundle-5-26 .page-12 .content,
.bundle-5-26 .page-14 .content,
.bundle-5-26 .page-15 .content,
.bundle-5-26 .page-16 .content,
.bundle-5-26 .page-17 .content,
.bundle-5-26 .page-18 .content,
.bundle-5-26 .page-20 .content,
.bundle-5-26 .page-21 .content,
.bundle-5-26 .page-22 .content,
.bundle-5-26 .page-23 .content,
.bundle-5-26 .page-25 .content,
.bundle-5-26 .page-26 .content {
    max-width: none;
    /* Allow full width within container padding */
}

.bundle-5-26 .content-title {
    text-align: left;
    color: #B87969;
    /* Match title color */
    margin: 30px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

/* Style for circled content titles */
.bundle-5-26 .content-title-circled {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #B87969;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 30px auto 20px;
    text-align: center;
}

.bundle-5-26 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    /* font-size: 1rem; */
}

/* 引用樣式 */
.bundle-5-26 .content-quote {
    margin: 10px 0 10px 30px;
    padding: 10px 15px;
    border-left: 3px solid #B87969;
    background-color: #f9f7f4;
    font-style: italic;
    color: #5a4a3a;
    text-indent: 0;
}

/* Quote style from page 5 */
.bundle-5-26 .quote {
    margin: 20px 0;
    padding-left: 2em;
    /* Indent quote */
}

.bundle-5-26 .quote p {
    text-indent: 0;
    /* Remove double indent */
    margin-bottom: 5px;
    /* Reduce space between lines in quote */
}

/* Styles from second block */
.bundle-5-26 .no-indent {
    text-indent: 0 !important;
}

.bundle-5-26 .indented-list-item {
    margin-left: 2em;
    text-indent: 0;
    margin-bottom: 15px;
}

.bundle-5-26 .bold-indented-list-item {
    margin-left: 2em;
    text-indent: 0;
    margin-bottom: 15px;
    font-weight: bold;
}

/* Figure/Image Styles */
.bundle-5-26 figure {
    margin-bottom: 1rem;
}

.bundle-5-26 figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 auto;
}

.bundle-5-26 figcaption {
    font-size: 0.9em;
    color: #555;
    text-align: center;
    margin-top: 5px;
}

.bundle-5-26 .figure-center {
    text-align: center;
    margin: 20px auto;
    max-width: 80%;
}

.bundle-5-26 .image-full-width {
    max-width: 100%;
    margin: 0 0 3rem auto;
    /* Center the content block itself */
}

.bundle-5-26 .image-full-width figure {
    margin-bottom: 5px;
    /* Reduce margin below full-width image */
}

.bundle-5-26 .image-full-width img {
    max-width: 100%;
    margin: 0;
    /* Remove auto margin for centering within figure */
}

/* Styles specific to page 16 (centered image) - from second block */
.bundle-5-26 .page-16 .figure-center {
    margin: 20px auto;
    max-width: 80%;
}


/* Add End Icon Style */
.bundle-5-26 .end-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url('../common/logo-notext.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 頁碼 */
.bundle-5-26 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
    clear: both;
}

.bundle-5-26 .page-text {
    font-size: 0.9em;
    color: #555;
}

.bundle-5-26 .page-circle {
    background-color: #B87969;
    /* 蛇年新春特輯專用背景色 */
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* 移除最後一個區塊的下外邊距 */
/* .bundle-5-26 body>.container:last-child {
    margin-bottom: 0;
} */

/* 清除浮動 */
.bundle-5-26 .container::after,
.bundle-5-26 .container::before {
    content: '';
    display: table;
    clear: both;
}

/* MODIFIED: Scoped .fixed-vertical-label styles for 蛇年新春特輯 */
.bundle-5-26-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 10px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #B87969;
    /* 蛇年新春特輯專用背景色 */
    color: white;
    /* 白色文字 */
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    /* Preserved from original */
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
    opacity: 1;
    /* 顯示標籤 */
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 大螢幕上允許JavaScript動態調整位置 */
@media (min-width: 1201px) {
    .bundle-5-26-active .fixed-vertical-label {
        left: 10px;
        /* 預設位置，JavaScript會覆蓋 */
    }
}

@media (max-width: 1200px) {
    .bundle-5-26 .container {
        padding: 15px 40px;
        /* Adjusted padding */
    }

    .bundle-5-26 .title {
        /* First definition */
        font-size: 1.8rem;
    }

    .bundle-5-26 .page-5 .title {
        /* First definition */
        font-size: 2rem;
    }

    /* Added from second media query block */
    .bundle-5-26 .page-12 .title {
        font-size: 2rem;
        /* Consistent with .page-5 .title */
    }

    .bundle-5-26 .subtitle,
    .bundle-5-26 .chapter,
    .bundle-5-26 .content-title {
        /* First definition */
        font-size: 1.1rem;
    }

    /* Added from second media query block */
    .bundle-5-26 .content-title-circled {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
        text-align: center;
    }

    .bundle-5-26 .content {
        /* First definition */
        max-width: 100%;
        margin-left: 0;
    }

    /* Added from second media query block */
    .bundle-5-26 .page-centered-content .content {
        max-width: 90%;
        margin: 0 auto;
    }

    .bundle-5-26-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0 !important;
        /* 在小螢幕上強制靠左 */
        line-height: 1.2;
    }

    .bundle-5-26 .page-circle {
        /* First definition */
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .bundle-5-26 .figure-center {
        /* First definition */
        max-width: 90%;
    }

    /* 第7頁文繞圖響應式調整 - 中等螢幕 */
    .bundle-5-26 .page-7-text-wrap-image {
        width: 160px;
        margin: 0 0 12px 15px;
        max-width: 45%;
    }

    /* 第10頁文繞圖響應式調整 - 中等螢幕 */
    .bundle-5-26 .page-10-text-wrap-image {
        width: 160px;
        margin: 0 15px 12px 0;
    }

    /* 第15-18頁文繞圖響應式調整 - 中等螢幕 */
    .bundle-5-26 .page-15-text-wrap-image {
        width: 100px;
        margin: 0 0 12px 15px;
    }

    .bundle-5-26 .page-17-text-wrap-image {
        width: 320px;
        margin: 0 15px 12px 0;
    }

    .bundle-5-26 .page-18-text-wrap-image {
        width: 120px;
        margin: 0 0 12px 15px;
    }

    /* 第14頁Grid響應式調整 - 中等螢幕 */
    .bundle-5-26 .page-14-grid-layout {
        gap: 25px; /* 減少間距 */
    }

    .bundle-5-26 .page-14-grid-image {
        max-width: 240px; /* 縮小圖片最大寬度 */
    }
}

@media (max-width: 768px) {
    .bundle-5-26 .container {
        /* First definition */
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-5-26 .title {
        /* First definition */
        font-size: 1.8rem;
    }

    .bundle-5-26 .page-5 .title {
        /* First definition */
        font-size: 2rem;
        /* Adjusted from 2.6rem */
    }

    .bundle-5-26 .page-12 .title {
        font-size: 2rem;
        /* Adjusted from 2.6rem */
    }

    .bundle-5-26 .subtitle,
    .bundle-5-26 .chapter,
    .bundle-5-26 .content-title {
        /* First definition */
        font-size: 1.1rem;
    }

    /* Added from second media query block */
    .bundle-5-26 .content-title-circled {
        width: 35px;
        height: 35px;
        font-size: 1.1rem;
    }

    .bundle-5-26 .content {
        /* First definition */
        max-width: 100%;
    }

    .bundle-5-26 .page-centered-content .content {
        max-width: 100%;
        margin: 0;
        /* Remove horizontal margin */
    }

    /* MODIFIED: Scoped responsive .fixed-vertical-label */
    .bundle-5-26-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0 !important;
        line-height: 1.2;
    }

    .bundle-5-26 .page-text {
        /* First definition */
        font-size: 0.8rem;
    }

    .bundle-5-26 .page-circle {
        /* First definition */
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .bundle-5-26 .figure-center {
        /* First definition */
        max-width: 95%;
    }


    /* 第7頁文繞圖響應式調整 - 小螢幕 */
    .bundle-5-26 .page-7-text-wrap-image {
        width: 140px;
        margin: 0 0 10px 12px;
        max-width: 50%;
    }

    .bundle-5-26 .page-7-text-wrap-image figcaption {
        font-size: 0.8em;
    }

    /* 第10頁文繞圖響應式調整 - 小螢幕 */
    .bundle-5-26 .page-10-text-wrap-image {
        width: 140px;
        margin: 0 12px 10px 0;
    }

    .bundle-5-26 .page-10-text-wrap-image figcaption {
        font-size: 0.8em;
    }

    /* 第15-18頁文繞圖響應式調整 - 小螢幕 */
    .bundle-5-26 .page-15-text-wrap-image {
        width: 90px;
        margin: 0 0 10px 12px;
    }

    .bundle-5-26 .page-15-text-wrap-image figcaption {
        font-size: 0.8em;
    }

    .bundle-5-26 .page-17-text-wrap-image {
        width: 280px;
        margin: 0 12px 10px 0;
    }

    .bundle-5-26 .page-17-text-wrap-image figcaption {
        font-size: 0.8em;
    }

    .bundle-5-26 .page-18-text-wrap-image {
        width: 110px;
        margin: 0 0 10px 12px;
    }

    .bundle-5-26 .page-18-text-wrap-image figcaption {
        font-size: 0.8em;
    }

    /* 第14頁Grid響應式調整 - 小螢幕 */
    .bundle-5-26 .page-14-grid-layout {
        gap: 20px; /* 進一步減少間距 */
    }

    .bundle-5-26 .page-14-grid-image {
        max-width: 200px; /* 進一步縮小圖片 */
    }

    .bundle-5-26 .page-14-grid-image figcaption {
        font-size: 0.8em;
    }
}

@media (min-width: 768px) {

}


@media (max-width: 480px) {

    .bundle-5-26 .title {
        /* First definition */
        font-size: 1.5rem;
    }

    .bundle-5-26 .page-5 .title {
        /* First definition */
        font-size: 1.8rem;
        /* Adjusted from 2.6rem */
    }

    .bundle-5-26 .page-12 .title {
        font-size: 1.8rem;
        /* Adjusted from 2.6rem */
    }

    .bundle-5-26 .subtitle,
    .bundle-5-26 .chapter,
    .bundle-5-26 .content-title {
        /* First definition */
        font-size: 1rem;
    }

    /* Added from second media query block */
    .bundle-5-26 .content-title-circled {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    /* Added from second media query block for consistency */
    .bundle-5-26 .indented-list-item,
    .bundle-5-26 .bold-indented-list-item {
        font-size: 0.95rem;
    }

    .bundle-5-26 .figure-center {
        /* First definition */
        max-width: 100%;
    }

    /* Added from second media query block */
    .bundle-5-26 .page-centered-content .content {
        padding: 0 5px;
        /* Further reduce padding for very small screens */
    }

    /* 第7頁文繞圖響應式調整 - 極小螢幕 */
    .bundle-5-26 .page-7-text-wrap-image {
        float: none;
        width: 100%;
        max-width: 200px;
        margin: 15px auto;
        display: block;
    }

    .bundle-5-26 .page-7-text-wrap-image figcaption {
        font-size: 0.85em;
        text-align: center;
    }

    /* 第10頁文繞圖響應式調整 - 極小螢幕 */
    .bundle-5-26 .page-10-text-wrap-image {
        float: none;
        width: 100%;
        max-width: 200px;
        margin: 15px auto;
        display: block;
    }

    .bundle-5-26 .page-10-text-wrap-image figcaption {
        font-size: 0.85em;
        text-align: center;
    }

    /* 第15-18頁文繞圖響應式調整 - 極小螢幕 */
    .bundle-5-26 .page-15-text-wrap-image,
    .bundle-5-26 .page-17-text-wrap-image,
    .bundle-5-26 .page-18-text-wrap-image {
        float: none;
        width: 100%;
        max-width: 200px;
        margin: 15px auto;
        display: block;
    }

    .bundle-5-26 .page-15-text-wrap-image figcaption,
    .bundle-5-26 .page-17-text-wrap-image figcaption,
    .bundle-5-26 .page-18-text-wrap-image figcaption {
        font-size: 0.85em;
        text-align: center;
    }

    /* 第14頁Grid響應式調整 - 極小螢幕 */
    .bundle-5-26 .page-14-grid-layout {
        grid-template-columns: 1fr; /* 改為單欄佈局 */
        gap: 20px;
    }

    .bundle-5-26 .page-14-text-content {
        order: 1; /* 文字在上 */
        padding-right: 0;
    }

    .bundle-5-26 .page-14-image-content {
        order: 2; /* 圖片在下 */
        padding-left: 0;
    }

    .bundle-5-26 .page-14-grid-image {
        max-width: 250px; /* 在小螢幕上稍微放大 */
    }

    .bundle-5-26 .page-14-grid-image figcaption {
        font-size: 0.85em;
    }
}




/* 特殊字體粗體樣式 - 步驟5解析結果 */
.bundle-5-26 .fw-bold {
    font-weight: bold;
    font-family: "DFKaiShuStd-W7", serif;
}

/* 圖片樣式調整 */
.bundle-5-26 .image-full-width figure {
    text-align: center;
    margin: 20px 0;
}

.bundle-5-26 .image-full-width img {
    max-width: 100%;
    height: auto;
}

/* 分享組件樣式 */
.bundle-5-26 .share-container {
    margin: 15px 0 25px 0;
}

/* 第7頁文繞圖樣式 */
.bundle-5-26 .page-7-text-wrap-image {
    float: right;
    width: 180px;
    margin: 0 0 15px 15px;
    max-width: 40%;
    clear: none;
}

.bundle-5-26 .page-7-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-7-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 第10頁文繞圖樣式 */
.bundle-5-26 .page-10-text-wrap-image {
    float: left;
    width: 180px;
    margin: 0 20px 15px 0;
    clear: none;
}

.bundle-5-26 .page-10-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-10-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第10頁內容容器允許文繞圖 */
.bundle-5-26 .page-10 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第10頁段落樣式調整 */
.bundle-5-26 .page-10 .content-paragraph {
    text-align: justify; /* 兩端對齊，更好的文繞圖效果 */
}

/* 章節標題樣式已在上方定義 */

/* 第72期特殊樣式 */

/* 圖片頁面樣式 (page 9-12, 18) */
.bundle-5-26 .page-9 .page-figure,
.bundle-5-26 .page-10 .page-figure,
.bundle-5-26 .page-11 .page-figure,
.bundle-5-26 .page-12 .page-figure,
.bundle-5-26 .page-18 .page-figure {
    margin: 20px 0;
    text-align: center;
}

.bundle-5-26 .page-9 .page-figure img,
.bundle-5-26 .page-10 .page-figure img,
.bundle-5-26 .page-11 .page-figure img,
.bundle-5-26 .page-12 .page-figure img,
.bundle-5-26 .page-18 .page-figure img {
    max-width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 對話樣式 (page 24-26 師徒話過年) */
.bundle-5-26 .page-24 .content-paragraph strong,
.bundle-5-26 .page-25 .content-paragraph strong,
.bundle-5-26 .page-26 .content-paragraph strong {
    color: #B87969;
    font-weight: bold;
}

/* 強調文字樣式 */
.bundle-5-26 .content-paragraph em {
    font-style: italic;
    color: #666;
}

/* 居中文字樣式 */
.bundle-5-26 .text-center {
    text-align: center;
}

/* 第14頁CSS Grid佈局樣式 */
.bundle-5-26 .page-14-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 各占50% */
    gap: 30px; /* 內容和圖片之間的間距 */
    align-items: start; /* 頂部對齊 */
}

.bundle-5-26 .page-14-text-content {
    padding-right: 10px; /* 額外的右側內距 */
}

.bundle-5-26 .page-14-image-content {
    padding-left: 10px; /* 額外的左側內距 */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.bundle-5-26 .page-14-grid-image {
    width: 100%;
    max-width: 280px; /* 限制最大寬度 */
    margin: 0;
}

.bundle-5-26 .page-14-grid-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-14-grid-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 8px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 第14頁段落樣式調整 */
.bundle-5-26 .page-14 .content-paragraph {
    text-align: justify; /* 兩端對齊 */
    margin-bottom: 15px;
}

/* Page 13-18 specific styles */
/* Page 13 - 捨的內容 */
.bundle-5-26 .page-13 .content .fw-bold {
    font-weight: bold;
    color: #231f20;
}

/* Page 14 - 詩偈內容 */
.bundle-5-26 .page-14 .quote {
    text-align: center;
    margin: 20px 0;
    font-family: 'DFKaiShuStd-W7', serif;
}

.bundle-5-26 .page-14 .quote .fw-bold {
    font-weight: bold;
    font-size: 12pt;
    color: #231f20;
    line-height: 1.6;
}

/* DFKaiShuStd-W7 字體改為粗體 - 根據字體分析報告 */

/* 全域規則：所有使用DFKaiShuStd-W7字體的文字都設為粗體 */
.bundle-5-26 .dfkaishustd-w7,
.bundle-5-26 .spring-couplet,
.bundle-5-26 .quote .fw-bold,
.bundle-5-26 .fw-bold {
    font-weight: bold !important;
    font-family: 'DFKaiShuStd-W7', '標楷體', serif !important;
}

/* 針對字體分析報告中提到的特定頁面和內容類型 */
/* Page 6: 16次使用 - 經文引用 */
.bundle-5-26 .page-6 .scripture-quote,
.bundle-5-26 .page-6 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 7: 9次使用 - 經文引用 */
.bundle-5-26 .page-7 .scripture-quote,
.bundle-5-26 .page-7 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 9: 13次使用 - 經文引用 */
.bundle-5-26 .page-9 .scripture-quote,
.bundle-5-26 .page-9 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 11: 22次使用 - 經文引用 */
.bundle-5-26 .page-11 .scripture-quote,
.bundle-5-26 .page-11 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 12: 2次使用 - 經文引用 */
.bundle-5-26 .page-12 .scripture-quote,
.bundle-5-26 .page-12 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 13: 3次使用 - 春聯文字 */
.bundle-5-26 .page-13 .spring-couplet,
.bundle-5-26 .page-13 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 14: 9次使用 - 經文引用 */
.bundle-5-26 .page-14 .scripture-quote,
.bundle-5-26 .page-14 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 15: 13次使用 - 經文引用 */
.bundle-5-26 .page-15 .scripture-quote,
.bundle-5-26 .page-15 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 16: 4次使用 - 經文引用 */
.bundle-5-26 .page-16 .scripture-quote,
.bundle-5-26 .page-16 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* Page 18: 5次使用 - 經文引用 */
.bundle-5-26 .page-18 .scripture-quote,
.bundle-5-26 .page-18 .content-paragraph .dfkaishustd-w7 {
    font-weight: bold !important;
}

/* 通用的經文引用樣式 */
.bundle-5-26 .scripture-quote {
    font-weight: bold !important;
    font-family: 'DFKaiShuStd-W7', '標楷體', serif !important;
    color: #231f20;
    line-height: 1.6;
}

/* Page 15 - 機法深信淺說 */
.bundle-5-26 .page-15 .title {
    font-size: 18pt;
    font-weight: bold;
    color: #B87969;
    text-align: center;
    margin-bottom: 10px;
}

/* 所有小標題統一尺寸 */
.bundle-5-26 .content-title,
.bundle-5-26 h3.content-title {
    font-size: 22px;
    font-weight: bold;
    color: #B87969;
    margin: 20px 0 15px 0;
}

.bundle-5-26 .page-15 .author {
    font-size: 12pt;
    color: #806856;
    text-align: center;
    margin-bottom: 20px;
}

.bundle-5-26 .page-15 .author-info {
    text-align: right;
    margin-top: 20px;
    font-size: 12pt;
    color: #806856;
}

/* Page 16 - 靈蛇典故 */
.bundle-5-26 .page-16 .fw-bold {
    font-weight: bold;
    color: #231f20;
}

/* Page 17 - 南無阿彌陀佛 */
.bundle-5-26 .page-17 .large-text {
    text-align: center;
    margin: 50px 0;
}

.bundle-5-26 .page-17 .large-text p {
    font-size: 17pt;
    font-weight: normal;
    color: #ffffff;
    margin: 5px 0;
    font-family: 'GenJyuuGothic-Normal', sans-serif;
}

/* Page 18 - 圖片頁面 */
.bundle-5-26 .page-18 .page-figure {
    margin: 0;
    padding: 0;
}

.bundle-5-26 .page-18 .page-figure img {
    width: 100%;
    height: auto;
}

.bundle-5-26 .page-18 .page-figure figcaption {
    font-size: 12pt;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

/* 新增：page15-18文繞圖樣式 - 以page10為準則 */

/* 第15頁文繞圖樣式 - 右側排版 */
.bundle-5-26 .page-15-text-wrap-image {
    float: right;
    width: 120px;
    margin: 0 0 15px 40px;
    clear: none;
}

.bundle-5-26 .page-15-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-15-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第15頁內容容器允許文繞圖 */
.bundle-5-26 .page-15 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第17頁文繞圖樣式 - 左側排版 */
.bundle-5-26 .page-17-text-wrap-image {
    margin: 0 0 15px 0;
    clear: none;
}

.bundle-5-26 .page-17-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-17-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第17頁內容容器允許文繞圖 */
.bundle-5-26 .page-17 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第18頁文繞圖樣式 - 右側排版 */
.bundle-5-26 .page-18-text-wrap-image {
    float: right;
    width: 150px;
    margin: 0 0 15px 40px;
    clear: none;
}

.bundle-5-26 .page-18-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-18-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第18頁內容容器允許文繞圖 */
.bundle-5-26 .page-18 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第20頁文繞圖樣式 - 左側排版 */
.bundle-5-26 .page-20-text-wrap-image {
    float: left;
    width: 180px;
    margin: 0 40px 15px 0;
    clear: none;
}

.bundle-5-26 .page-20-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-20-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第20頁內容容器允許文繞圖 */
.bundle-5-26 .page-20 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第21頁文繞圖樣式 - 左側排版 */
.bundle-5-26 .page-21-text-wrap-image {
    float: right;
    width: 180px;
    margin: 0 0px 15px 40px;
    clear: none;
}

.bundle-5-26 .page-21-text-wrap-image img {
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    border-radius: 4px;
    display: block;
}

.bundle-5-26 .page-21-text-wrap-image figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 5px;
    line-height: 1.3;
    padding: 0 5px;
}

/* 確保第21頁內容容器允許文繞圖 */
.bundle-5-26 .page-21 .content {
    overflow: hidden; /* 清除浮動 */
}

/* 第23頁圖片樣式 - 上下排版 */
.bundle-5-26 .page-23-image {
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

.bundle-5-26 .page-23-image img {
    max-width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 第26頁圖片樣式 - 下方排版 */
.bundle-5-26 .page-26-image {
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

.bundle-5-26 .page-26-image img {
    max-width: 330px;
    height: auto;
    display: block;
    margin: 0 auto;
}
