/* ===================================
   淨土宗雙月刊第69期 - Page 54-56 樣式
   生成時間：2025-11-16 08:21:45
   功能描述：Page 54-56 專屬樣式（因緣成事）
   =================================== */

/* 主容器 */
.bundle-54-56 .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-54-56 .title {
    text-align: center;
    color: #D89852;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

/* 英文標題樣式 */
.bundle-54-56 .english-title {
    text-align: center;
    color: #D89852;
    margin-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Times New Roman', serif;
}

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

/* 圓形點點的虛線 */
.bundle-54-56 .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-54-56 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* 英文段落樣式 */
.bundle-54-56 .english-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Times New Roman', serif;
}

/* 小標題樣式 */
.bundle-54-56 .subtitle {
    color: #F68B1E;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

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

/* 圖片容器 */
.bundle-54-56 .page-figure {
    margin: 0 auto 20px auto;
    text-align: center;
}

.bundle-54-56 .top-decorative-image {
    margin-bottom: 25px;
}

.bundle-54-56 .bottom-decorative-image {
    margin-top: 25px;
    margin-bottom: 20px;
}

.bundle-54-56 .page-figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* 圖片說明文字 */
.bundle-54-56 .page-figure figcaption {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #806856;
    font-family: 'DFHeiStd-W3', 'Noto Sans TC', sans-serif;
    line-height: 1.6;
}

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

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

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

.bundle-54-56-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #F68B1E;
    color: white;
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

/* ===================================
   Page 54 專屬樣式
   =================================== */
.page-54 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

.page-54 .english-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Times New Roman', serif;
}

/* ===================================
   Page 55 專屬樣式
   =================================== */
.page-55 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

.page-55 .english-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Times New Roman', serif;
}

/* ===================================
   Page 56 專屬樣式
   =================================== */
.page-56 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

.page-56 .english-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-family: 'Times New Roman', serif;
}

.page-56 .max-w {
    max-width: 400px;
}

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

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

    .bundle-54-56 .title {
        font-size: 2.4rem;
    }

    .bundle-54-56 .english-title {
        font-size: 1.1rem;
    }

    .bundle-54-56 .subtitle {
        font-size: 1rem;
    }
}

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

    .bundle-54-56 .title {
        font-size: 2rem;
    }

    .bundle-54-56 .english-title {
        font-size: 1rem;
    }

    .bundle-54-56 .author {
        font-size: 0.9rem;
    }

    .bundle-54-56 .subtitle {
        font-size: 0.95rem;
        margin: 15px 0 12px 0;
    }

    .bundle-54-56 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .bundle-54-56 .english-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .bundle-54-56 .dotted-line {
        margin: 20px 0;
    }

    .bundle-54-56 .top-decorative-image {
        margin-bottom: 20px;
    }

    .bundle-54-56 .bottom-decorative-image {
        margin-top: 20px;
    }

    .bundle-54-56-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

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

    .bundle-54-56 .title {
        font-size: 1.6rem;
    }

    .bundle-54-56 .english-title {
        font-size: 0.9rem;
    }

    .bundle-54-56 .author {
        font-size: 0.85rem;
        margin: 10px 0;
    }

    .bundle-54-56 .subtitle {
        font-size: 0.9rem;
        margin: 12px 0 10px 0;
    }

    .bundle-54-56 .content-paragraph {
        font-size: 0.9rem;
        line-height: 1.6;
        text-indent: 1.5em;
        margin-bottom: 12px;
    }

    .bundle-54-56 .english-paragraph {
        font-size: 0.9rem;
        line-height: 1.6;
        text-indent: 1.5em;
        margin-bottom: 12px;
    }

    .bundle-54-56 .dotted-line {
        height: 6px;
        margin: 15px 0;
        background-size: 6px 6px;
    }

    .bundle-54-56 .page-number {
        margin-top: 20px;
        gap: 6px;
    }

    .bundle-54-56 .page-text {
        font-size: 12px;
    }

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

    .bundle-54-56 .top-decorative-image {
        margin-bottom: 15px;
    }

    .bundle-54-56 .bottom-decorative-image {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}