/* ========================================
   第68期雙月刊 p56-59 樣式檔案
   生成時間：2025-11-27 11:36:01
   功能描述：page56-59 的樣式規則
   分類：淨宗俗諦（佛門的才）
   ======================================== */

/* 基本容器樣式 */
.bundle-56-59 .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-56-59 .header-image {
    margin: -20px -100px 20px -100px;
    text-align: center;
}

.bundle-56-59 .header-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 主標題樣式 */
.bundle-56-59 .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #d89852;
}

/* 作者樣式 */
.bundle-56-59 .author {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
}

/* 分隔線樣式 */
.bundle-56-59 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #d89852 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

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

/* 內容段落樣式 */
.bundle-56-59 .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
}

/* 無縮排段落 */
.bundle-56-59 .content-paragraph.no-indent {
    text-indent: 0;
}

/* 小標題樣式（橘色，16pt字級） */
.bundle-56-59 .content-subtitle {
    text-align: left;
    color: #f68b1e;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: bold;
}

/* 特殊字體粗體樣式 (DFKaiShuStd-W7) */
.bundle-56-59 .fw-bold {
    font-weight: bold;
    color: #000;
}

/* 頁碼樣式 */
.bundle-56-59 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.bundle-56-59 .page-text {
    font-size: 0.9rem;
    color: #666;
}

.bundle-56-59 .page-circle {
    background-color: #767E77;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

/* ======================================== 
   Page 56-59 專屬樣式
   ======================================== */

/* 圖片容器樣式 */
.bundle-56-59 figure {
    margin: 1.5rem 0;
    text-align: center;
}

.bundle-56-59 figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

.bundle-56-59 figure figcaption {
    font-size: 0.9em;
    color: #806856;
    text-align: center;
    margin-top: 10px;
}

/* Page 59 文繞圖樣式 */
.bundle-56-59 .page-59 .content-with-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.bundle-56-59 .page-59 .text-content {
    flex: 1;
    min-width: 200px;
}

.bundle-56-59 .page-59 .image-content {
    flex: 0 0 auto;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.bundle-56-59 .page-59 .image-content img {
    max-width: 400px;
    height: auto;
    border-radius: 4px;
}

.bundle-56-59 .page-59 .image-caption {
    font-size: 0.9em;
    color: #806856;
    text-align: center;
    margin-top: 10px;
}

/* RWD 響應式設計 */
@media (max-width: 768px) {
    .bundle-56-59 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-56-59 .header-image {
        margin: -15px -20px 15px -20px;
    }

    .bundle-56-59 .title {
        font-size: 1.8rem;
    }

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

    .bundle-56-59 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-56-59 .page-59 .content-with-image {
        flex-direction: column;
    }

    .bundle-56-59 .page-59 .image-content {
        width: 100%;
        max-width: 100%;
    }
}

