/* ===================================
   Page 56-59 樣式表
   淨土宗小常識 - 持經持佛
   生成時間：2025-12-11
   =================================== */

/* 主容器 */
.bundle-56-58 .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-58 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* ===================================
   Page 56 專屬樣式 - 淨土宗小常識
   =================================== */

/* 淨土宗小常識圓形標題 - 右上角浮動 */
.bundle-56-58 .page-56 .knowledge-badge {
    float: right;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8b7355 0%, #6a5a4b 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.bundle-56-58 .page-56 .knowledge-badge .badge-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.bundle-56-58 .page-56 .knowledge-badge .badge-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 4px;
}

/* 頁面小標題 */
.bundle-56-58 .page-56 .content-title-left {
    text-align: left;
    color: #D88C52;
    margin: 20px 0 15px 0;
    font-size: 1rem;
    font-weight: bold;
}

/* 圓點小標題 */
.bundle-56-58 .page-56 .circle-title {
    text-align: left;
    color: #D88C52;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.bundle-56-58 .page-56 .circle-title::before {
    content: "●";
    margin-right: 5px;
}

/* 小標題 (一、二 等) */
.bundle-56-58 .page-56 .section-title {
    color: #86633A;
    font-size: 0.95rem;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

/* Clearfix for floated elements */
.bundle-56-58 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* 段落樣式 */
.bundle-56-58 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 12px;
    color: #231f20;
}

/* 無縮排段落 */
.bundle-56-58 .content-paragraph.no-indent {
    text-indent: 0;
}

/* 粗體文字 */
.bundle-56-58 .fw-bold {
    font-weight: bold;
}

/* 項目小標 (一)(二)(三) 等 */
.bundle-56-58 .item-title {
    text-align: left;
    color: #231f20;
    font-size: 12px;
    margin: 1.2rem 0 0.8rem 0;
    font-weight: bold;
    text-indent: 2em;
}

/* 頁碼 */
.bundle-56-58 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-56-58 .page-text {
    font-size: 14px;
    color: #666;
}

.bundle-56-58 .page-circle {
    background: #6a5a4b;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* ===================================
   Page 57 專屬樣式 - 文繞圖排版
   =================================== */

/* 書法圖片 - 右側浮動 */
.bundle-56-58 .page-57 .calligraphy-figure {
    float: right;
    width: 55%;
    margin: 0 0 20px 20px;
    text-align: center;
}

.bundle-56-58 .page-57 .calligraphy-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* 圖片標題 */
.bundle-56-58 .image-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 10px;
    margin-bottom: 15px;
}

/* 項目小標 (二)(三) 等 - 特別加強 */
.bundle-56-58 .page-57 .item-title {
    color: #231f20;
    font-weight: bold;
}


/* ===================================
   Page 58 專屬樣式 - 上方排版
   =================================== */

/* 圖片：上方排版 */
.bundle-56-58 .page-58 .page-figure {
    margin: 0 auto 20px;
    max-width: 400px;
    text-align: center;
}

.bundle-56-58 .page-58 .page-figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

/* ===================================
   響應式設計 (RWD)
   =================================== */

/* 平板尺寸 (768px - 1024px) */
@media (max-width: 1024px) {
    .bundle-56-58 .container {
        padding: 20px 60px;
    }

    .bundle-56-58 .page-57 .calligraphy-figure {
        width: 40%;
        max-width: 180px;
    }
}

/* 手機尺寸 (小於 768px) */
@media (max-width: 768px) {
    .bundle-56-58 .container {
        padding: 15px 30px;
        margin-bottom: 2rem;
    }

    .bundle-56-58 .page-56 .knowledge-badge {
        width: 90px;
        height: 90px;
    }

    .bundle-56-58 .page-56 .knowledge-badge .badge-title {
        font-size: 1.2rem;
    }

    .bundle-56-58 .page-56 .knowledge-badge .badge-subtitle {
        font-size: 0.9rem;
    }

    .bundle-56-58 .page-57 .calligraphy-figure {
        float: none;
        width: 60%;
        max-width: 200px;
        margin: 0 auto 20px;
    }

    .bundle-56-58 .content-paragraph {
        font-size: 12px;
        line-height: 1.7;
    }

    .bundle-56-58 .page-58 .page-figure {
        max-width: 100%;
    }
}

/* 小手機尺寸 (小於 480px) */
@media (max-width: 480px) {
    .bundle-56-58 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-56-58 .page-56 .knowledge-badge {
        float: none;
        width: 80px;
        height: 80px;
        margin: 0 auto 15px;
    }

    .bundle-56-58 .page-56 .knowledge-badge .badge-title {
        font-size: 1rem;
    }

    .bundle-56-58 .page-56 .knowledge-badge .badge-subtitle {
        font-size: 0.8rem;
    }

    .bundle-56-58 .page-57 .calligraphy-figure {
        width: 80%;
        max-width: none;
    }

    .bundle-56-58 .content-paragraph {
        font-size: 12px;
        line-height: 1.6;
        text-indent: 1.5em;
        margin-bottom: 12px;
    }

    .bundle-56-58 .page-number {
        margin-top: 20px;
        gap: 6px;
    }

    .bundle-56-58 .page-text {
        font-size: 12px;
    }

    .bundle-56-58 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}
