/* ===================================
   Page 70-73 樣式
   修學園地：念佛愈多，愈體會到這顆念佛心的多彩與光明
   參考：69期 p66-71 樣式（中英對照版）
   生成時間：2025-11-28 11:27:36
   =================================== */

/* 固定垂直標籤 */
.bundle-70-73-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #75628c;
    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-70-73-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-70-73 .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-70-73 .title {
    text-align: center;
    color: #75628c;
    margin-bottom: 10px;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
}

/* 英文標題樣式 */
.bundle-70-73 .title-en {
    text-align: center;
    color: #75628c;
    margin-bottom: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.4;
}

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

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

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

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

/* 英文段落 - 不縮排 */
.bundle-70-73 .content-paragraph-en {
    text-indent: 0;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
}

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

/* 粗體楷體引用 - DFKaiShuStd-W7 對應 */
.bundle-70-73 .quote-bold {
    font-weight: bold;
    font-family: 'DFKaiShu-SB-Estd-BF', '標楷體', 'BiauKai', serif;
}

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

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

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

/* 圖片說明文字 */
.bundle-70-73 .image-caption {
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
    margin-top: 10px;
}

/* 翻譯者資訊 */
.bundle-70-73 .translator-info {
    text-indent: 0;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
}

/* 圖片容器 */
.bundle-70-73 .page-figure {
    margin: 0 auto 25px;
    text-align: center;
}

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

/* ===================================
   Page 70-73 專屬樣式
   =================================== */

/* Page 70 標題頁專屬樣式 */
.bundle-70-73 .page-70 {
    padding-top: 40px;
}

.bundle-70-73 .page-70 .title {
    margin-top: 30px;
}

/* Page 73 頂部圖片 */
.bundle-70-73 .page-73 .page-figure {
    margin-bottom: 25px;
}

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

@media (max-width: 992px) {
    .bundle-70-73 .container {
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .bundle-70-73 .container {
        padding: 20px 40px;
    }

    .bundle-70-73 .title {
        font-size: 1.8rem;
    }

    .bundle-70-73 .title-en {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .bundle-70-73 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-70-73 .title {
        font-size: 1.5rem;
    }

    .bundle-70-73 .title-en {
        font-size: 1rem;
    }

    .bundle-70-73 .content-paragraph,
    .bundle-70-73 .content-paragraph-en {
        font-size: 0.95rem;
    }
}

