/* ========================================
   第68期雙月刊 p43-49 樣式檔案
   生成時間：2025-11-27 08:00:00
   功能描述：page43-49 的樣式規則
   分類：法義闘釋（《阿彌陀經》「往生正因段」要義（三十七））
   ======================================== */

/* 基本容器樣式 */
.bundle-43-49 .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-43-49 .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #4b8044;
}

/* 副標題樣式 */
.bundle-43-49 .subtitle {
    text-align: center;
    color: #4b8044;
    font-size: 1.5rem;
    margin: 0.5rem auto 1rem auto;
    font-weight: bold;
}

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

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

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

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

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

/* 小標題樣式（綠色） */
.bundle-43-49 .content-title {
    text-align: left;
    color: #4b8044;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: bold;
}

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

/* 引用區塊樣式 */
.bundle-43-49 .quote-block {
    margin: 1.5rem 0;
    padding: 0.5rem 1.5rem;
    border-left: 3px solid #4b8044;
    background-color: #f9f9f9;
}

.bundle-43-49 .quote-block p {
    line-height: 1.8;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000;
    text-indent: 0;
}

/* 列表項目樣式 */
.bundle-43-49 .list-item {
    margin-bottom: 0.5rem;
    line-height: 1.8;
    font-size: 1rem;
    color: #000;
}

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

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

.bundle-43-49 .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;
}

/* 全圖片頁面樣式 */
.bundle-43-49 .full-page-image {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
}

.bundle-43-49 .full-page-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

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

/* 文繞圖樣式（page48 使用） */
.bundle-43-49 .text-wrap-image {
    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-43-49 .text-wrap-image .float-image {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    max-width: 200px;
}

.bundle-43-49 .text-wrap-image .float-image img {
    max-width: 100%;
    height: auto;
}

.bundle-43-49 .text-wrap-image .float-image .image-caption {
    font-size: 0.85em;
    color: #806856;
    text-align: center;
    margin-top: 5px;
}

/* 右對齊文字 */
.bundle-43-49 .text-end {
    text-align: right;
    text-indent: 0;
}

/* 佛號頁面樣式（page49 使用） */
.bundle-43-49 .buddha-name-page {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.bundle-43-49 .buddha-name-page img {
    max-width: 600px;
    height: auto;
    display: block;
}

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

    .bundle-43-49 .title {
        font-size: 1.8rem;
    }

    .bundle-43-49 .subtitle {
        font-size: 1.2rem;
    }

    .bundle-43-49 .content-title {
        font-size: 1rem;
    }

    .bundle-43-49 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-43-49 .quote-block {
        padding: 0.5rem 1rem;
    }

    .bundle-43-49 .full-page-image {
        padding: 10px;
    }

    .bundle-43-49 .text-wrap-image {
        padding: 15px 20px;
    }

    .bundle-43-49 .text-wrap-image .float-image {
        float: none;
        margin: 0 auto 15px auto;
        max-width: 200px;
        display: block;
    }
}

