/**
 * 淨土宗雙月刊第68期 - Page 23-31 樣式
 * 生成時間：2025-11-26
 * 功能描述：《往生禮讚》的研究(一) 文章內容樣式
 */

/* ==================== 主容器樣式 ==================== */
.bundle-23-31 .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 23 專屬樣式 - 標題頁 ==================== */
.bundle-23-31 .page-23 .title {
    text-align: center;
    color: #806856;
    margin: 10px 0 5px 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
}

.bundle-23-31 .page-23 .title .subtitle {
    font-size: 1.2rem;
    color: #806856;
}

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

/* ==================== 圓形點點的虛線 ==================== */
.bundle-23-31 .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-23-31 .section-number {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #806856;
    color: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    font-size: 1rem;
    margin: 0 auto 1rem auto;
}

.bundle-23-31 .page-25 .section-number {
    margin-top: 1rem;
}

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

.bundle-23-31 .content-paragraph.indent {
    text-indent: 2em;
}

.bundle-23-31 .fw-bold {
    font-weight: bold;
}

/* ==================== Page 27、30 專屬樣式（全圖片頁面）==================== */
.bundle-23-31 .page-27 .full-image-container,
.bundle-23-31 .page-30 .full-image-container {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bundle-23-31 .page-27 .full-image-container img,
.bundle-23-31 .page-30 .full-image-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-23-31 .page-27 .full-image-container figcaption,
.bundle-23-31 .page-30 .full-image-container figcaption {
    font-size: 1rem;
    color: #806856;
    text-align: center;
    margin-top: 15px;
    line-height: 1.8;
}

/* ==================== Page 31 專屬樣式 - 待續 ==================== */
.bundle-23-31 .page-31 .to-be-continued {
    text-align: right;
    margin-top: 2rem;
    font-size: 1rem;
    color: #231f20;
}

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

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

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

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

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

    .bundle-23-31 .page-23 .article-title {
        font-size: 2rem;
    }
}

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

    .bundle-23-31 .page-23 .article-title {
        font-size: 1.75rem;
    }
}

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

    .bundle-23-31 .page-23 .article-title {
        font-size: 1.5rem;
    }

    .bundle-23-31 .content-paragraph {
        font-size: 0.9rem;
    }
}

