/*
 * 淨土宗雙月刊第68期 Page 11-22 樣式表
 * 生成時間：2025-11-26 11:35:09
 * 功能描述：Page 11-22 的樣式設定，包含文章「初祖和宗祖有何不同？」
 * 基於：public/bookweb/bimonthly/69/p5-8/style5-8.css
 */

/* ==================== 主容器樣式 ==================== */
.bundle-11-22 .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;
    color: #231F20;
}

/* ==================== Page 11 專屬樣式 ==================== */
.bundle-11-22 .page-11 .title {
    font-size: 3.167rem; /* 38.0pt */
    color: #806856;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.bundle-11-22 .page-11 .author {
    font-size: 1rem; /* 12.0pt */
    color: #231F20;
    text-align: center;
    margin-bottom: 30px;
}

.bundle-11-22 .page-11 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #806856 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

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

.bundle-11-22 .content-paragraph.indent {
    text-indent: 2em;
}

.bundle-11-22 .content-paragraph.hanging-indent {
    padding-left: 4em;  /* 整體左側縮排 */
    text-indent: -2em;  /* 第一行突出（負值） */
}

.bundle-11-22 .fw-bold {
    font-weight: bold;
}

/* ==================== Page 17 專屬樣式（全圖片頁面）==================== */
.bundle-11-22 .page-17 figure {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bundle-11-22 .page-17 figure img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-11-22 .page-17 figcaption {
    font-size: 1rem; /* 12.0pt */
    color: #806856;
    text-align: center;
    margin-top: 15px;
    line-height: 1.8;
}

/* ==================== Page 20 專屬樣式（文繞圖排版 - 右側圖片）==================== */
.bundle-11-22 .page-20 .content {
    position: relative;
}

.bundle-11-22 .page-20 figure {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 45%;
}

.bundle-11-22 .page-20 figure img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-11-22 .page-20 figcaption {
    font-size: 1rem; /* 12.0pt */
    color: #806856;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8;
}

/* ==================== Page 22 專屬樣式（文繞圖排版 - 右側圖片）==================== */
.bundle-11-22 .page-22 .content {
    position: relative;
    overflow: hidden;
}

.bundle-11-22 .page-22 figure {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 45%;
    shape-outside: margin-box;
}

.bundle-11-22 .page-22 figure img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-11-22 .page-22 figcaption {
    font-size: 1rem; /* 12.0pt */
    color: #806856;
    text-align: center;
    margin-top: 10px;
    line-height: 1.8;
}

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

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

.bundle-11-22 .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-11-22 .container {
        padding: 20px 60px;
    }

    .bundle-11-22 .page-11 .title {
        font-size: 2.5rem;
    }

    .bundle-11-22 .page-20 figure,
    .bundle-11-22 .page-22 figure {
        max-width: 50%;
    }
}

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

    .bundle-11-22 .page-11 .title {
        font-size: 2rem;
    }

    .bundle-11-22 .page-20 figure,
    .bundle-11-22 .page-22 figure {
        float: none;
        max-width: 100%;
        margin: 20px 0;
    }
}

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

    .bundle-11-22 .page-11 .title {
        font-size: 1.5rem;
    }

    .bundle-11-22 .content-paragraph {
        font-size: 0.9rem;
    }
}

