/* ===================================
   Page 96-101 樣式
   淨土宗藝術：鋒毫現深心：法然上人寫經筆切
   參考：69期 p66-71 樣式
   =================================== */

/* 固定垂直標籤 */
.bundle-96-101-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #806856;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media (max-width: 768px) {
    .bundle-96-101-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-96-101 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 100px 20px 100px;
    margin-bottom: 4rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #F4ECDA;
    position: relative;
}

/* 背景 SVG 裝飾 */
.bundle-96-101 .background-yi,
.bundle-96-101 .background-shu {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
}

.bundle-96-101 .background-yi {
    top: -105px;
    left: 10px;
    width: 120px;
    height: auto;
}

.bundle-96-101 .background-shu {
    bottom: -40px;
    left: 10px;
    width: 120px;
    height: auto;
}

/* 標題樣式 */
.bundle-96-101 .title {
    text-align: center;
    color: #806856;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

/* 作者樣式 */
.bundle-96-101 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

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

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

.bundle-96-101 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
}

.bundle-96-101 .content-paragraph.no-indent {
    text-indent: 0;
}

/* 粗體文字 (DFKaiShuStd-W7) */
.bundle-96-101 .fw-bold {
    font-weight: bold;
}

/* 經文引用樣式 */
.bundle-96-101 .scripture-quote {
    font-weight: bold;
    display: block;
    text-indent: 2em;
    margin: 10px 0;
    line-height: 1.8;
}

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

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

.bundle-96-101 .page-circle {
    background: #806856;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Page 96 專屬樣式 - 標題頁 */
.bundle-96-101 .page-96 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-96 .title {
    font-size: 2.5rem;
    line-height: 1.3;
}

/* Page 97 專屬樣式 - 文繞圖排版（圖片在右側） */
.bundle-96-101 .page-97 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-97 .calligraphy-figure {
    float: right;
    margin: 0 0 20px 40px;
    max-width: 30%;
}

.bundle-96-101 .page-97 .calligraphy-figure img {
    width: 100%;
    max-height: 600px;
    object-fit: contain;
    display: block;
}

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

/* Page 98 專屬樣式 - 文繞圖排版（圖片在左側） */
.bundle-96-101 .page-98 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-98 .calligraphy-figure {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 45%;
}

.bundle-96-101 .page-98 .calligraphy-figure img {
    width: 100%;
    height: auto;
    display: block;
}

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

/* Page 99 專屬樣式 - 文繞圖排版（圖片在右側） */
.bundle-96-101 .page-99 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-99 .calligraphy-figure {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 40%;
}

.bundle-96-101 .page-99 .calligraphy-figure img {
    width: 100%;
    height: auto;
    display: block;
}

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

/* Page 100 專屬樣式 - 純文字內容 */
.bundle-96-101 .page-100 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-100 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* Page 101 專屬樣式 - 全圖片頁面 */
.bundle-96-101 .page-101 {
	position: relative;
	margin: 5rem auto;
}

.bundle-96-101 .page-101 .full-page-figure {
    text-align: center;
    margin: 0 auto;
}

.bundle-96-101 .page-101 .full-page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-96-101 .page-101 .full-page-caption {
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
    margin-top: 15px;
}

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

    .bundle-96-101 .title {
        font-size: 1.8rem;
    }

    .bundle-96-101 .author,
    .bundle-96-101 .content-paragraph {
        font-size: 1rem;
    }

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

    .bundle-96-101 .page-97 .calligraphy-figure,
    .bundle-96-101 .page-99 .calligraphy-figure {
        float: right;
        max-width: 50%;
        margin: 0 0 15px 15px;
    }

    .bundle-96-101 .page-98 .calligraphy-figure {
        float: left;
        max-width: 50%;
        margin: 0 15px 15px 0;
    }

    .bundle-96-101 .page-100,
    .bundle-96-101 .page-101 {
        padding: 15px 15px;
    }

    .bundle-96-101 .background-yi {
        top: -75px;
        left: 10px;
        width: 80px;
        height: auto;
    }

    .bundle-96-101 .background-shu {
        bottom: -30px;
        left: 10px;
        width: 80px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .bundle-96-101 .container {
        padding: 15px 20px 15px 20px;
    }

    .bundle-96-101 .title {
        font-size: 1.5rem;
    }

    .bundle-96-101 .content-paragraph {
        font-size: 0.95rem;
        text-indent: 1.5em;
    }

    .bundle-96-101 .page-97 .calligraphy-figure,
    .bundle-96-101 .page-99 .calligraphy-figure {
        float: right;
        max-width: 50%;
        margin: 0 0 10px 10px;
    }

    .bundle-96-101 .page-98 .calligraphy-figure {
        float: left;
        max-width: 50%;
        margin: 0 10px 10px 0;
    }

    .bundle-96-101 .page-100,
    .bundle-96-101 .page-101 {
        padding: 15px 20px;
    }

    .bundle-96-101 .background-yi {
        top: -55px;
        left: 10px;
        width: 60px;
        height: auto;
    }

    .bundle-96-101 .background-shu {
        bottom: -20px;
        left: 10px;
        width: 60px;
        height: auto;
    }
}

