/**
 * 淨土宗雙月刊第67期 - Page 32-36 樣式
 * 生成時間：2025-12-09
 * 功能描述：《阿彌陀經》「往生正因段」要義（三十六）文章樣式
 */

/* ==================== 主容器樣式 ==================== */
.bundle-32-36 .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;
    position: relative;
}

/* ==================== Page 32 專屬樣式 - 標題頁 ==================== */
.bundle-32-36 .page-32 .title {
    text-align: center;
    color: #4B8044;
    margin: 10px 0 5px 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
}

.bundle-32-36 .page-32 .subtitle {
    text-align: center;
    color: #4B8044;
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.bundle-32-36 .page-32 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231f20;
}

/* ==================== 圓形點點的虛線 ==================== */
.bundle-32-36 .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-32-36 .section-title {
    font-size: 1rem;
    color: #4B8044;
    font-weight: bold;
    margin: 1.5rem 0 1rem 0;
}

.bundle-32-36 .sub-section-title {
    font-size: 1rem;
    color: #4B8044;
    font-weight: bold;
    margin: 1rem 0 0.5rem 0;
}

/* ==================== 通用文字樣式 ==================== */
.bundle-32-36 .content-paragraph {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
}

.bundle-32-36 .content-paragraph.indent {
    text-indent: 2em;
}

.bundle-32-36 .fw-bold {
    font-weight: bold;
}

/* ==================== 引文區塊樣式 ==================== */
.bundle-32-36 .quote-block {
    font-weight: bold;
    margin: 0.5rem 0;
}

/* ==================== Page 34 專屬樣式 - Flex 布局 ==================== */
.bundle-32-36 .page-34 .flex-container {
    display: flex;
    gap: 5%;
    align-items: flex-start;
}

.bundle-32-36 .page-34 .flex-left {
    width: 45%;
    flex-shrink: 0;
}

.bundle-32-36 .page-34 .flex-right {
    width: 45%;
    flex-shrink: 0;
}

.bundle-32-36 .page-34 figure {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bundle-32-36 .page-34 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-32-36 .page-34 figure figcaption {
    font-size: 1rem;
    color: #806856;
    text-align: center;
    margin-top: 15px;
    line-height: 1.8;
}

/* ==================== 頁碼樣式 ==================== */
.bundle-32-36 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding-bottom: 20px;
}

.bundle-32-36 .page-text {
    font-size: 0.875rem;
    color: #666;
}

.bundle-32-36 .page-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4B8044;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: bold;
}

/* ==================== 結尾樣式 ==================== */
.bundle-32-36 .end-text {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1rem;
    color: #231F20;
}

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

/* 平板尺寸 (max-width: 992px) */
@media (max-width: 992px) {
    .bundle-32-36 .container {
        padding: 20px 60px;
    }

    .bundle-32-36 .page-32 .title {
        font-size: 2rem;
    }

    .bundle-32-36 .page-34 .flex-container {
        flex-direction: column;
        gap: 20px;
    }

    .bundle-32-36 .page-34 .flex-left,
    .bundle-32-36 .page-34 .flex-right {
        width: 100%;
    }
}

/* 手機尺寸 (max-width: 768px) */
@media (max-width: 768px) {
    .bundle-32-36 .container {
        padding: 15px 30px;
    }

    .bundle-32-36 .page-32 .title {
        font-size: 1.75rem;
    }

    .bundle-32-36 .page-32 .subtitle {
        font-size: 1.25rem;
    }
}

/* 小手機尺寸 (max-width: 576px) */
@media (max-width: 576px) {
    .bundle-32-36 .container {
        padding: 10px 20px;
    }

    .bundle-32-36 .page-32 .title {
        font-size: 1.5rem;
    }

    .bundle-32-36 .content-paragraph {
        font-size: 0.9rem;
    }
}

