/* 第74期 page10-19 樣式 */
/**
 * 生成時間：2025-10-19 11:50:00
 * 功能描述：第74期雙月刊 page10-19 頁面樣式
 * 包含頁面：page10-19（《般舟讚》之研究（三））
 */

/* ============ 固定垂直標籤樣式 ============ */
.bundle-10-19-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #86633A;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 主容器 */
.bundle-10-19 .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 10: 《般舟讚》之研究 - 使用 #806856 色系 */
.bundle-10-19 .page-10 .title,
.bundle-10-19 .page-10 .subtitle {
    color: #806856;
}

.bundle-10-19 .title {
    text-align: center;
    color: #806856;
    margin: 10px 0 5px 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-10-19 .subtitle {
    text-align: center;
    color: #806856;
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
    max-width: 90%;
    font-weight: bold;
}

/* ============ 作者樣式 ============ */
.bundle-10-19 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231f20;
}

/* ============ 圓形點點的虛線 ============ */
.bundle-10-19 .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-10-19 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* 頁面 11-19 使用全寬 */
.bundle-10-19 .page-11 .content,
.bundle-10-19 .page-12 .content,
.bundle-10-19 .page-13 .content,
.bundle-10-19 .page-14 .content,
.bundle-10-19 .page-15 .content,
.bundle-10-19 .page-16 .content,
.bundle-10-19 .page-17 .content,
.bundle-10-19 .page-18 .content,
.bundle-10-19 .page-19 .content {
    max-width: 100%;
}

/* ============ 小標題樣式 ============ */
.bundle-10-19 .content-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #86633A;
    margin: 20px 0 15px 0;
    text-align: left;
}

/* 小標題 - 圓形底圖（適用於所有頁面） */
.bundle-10-19 .content-title-san {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #806856;
    width: 40px;
    height: 40px;
    margin: 20px auto 15px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* ============ 註釋樣式 ============ */
.bundle-10-19 .footnote {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

.bundle-10-19 .footnote-text {
    font-size: 0.85rem !important;
    line-height: 1.6;
    color: #806856;
    margin-bottom: 5px;
    text-indent: 0;
}

/* ============ 段落樣式 ============ */
.bundle-10-19 .content-paragraph {
    text-indent: 2em;
    line-height: 2;
    margin-bottom: 1rem;
    color: #231f20;
    font-size: 1rem;
    text-align: justify;
}

/* 粗體文字 */
.bundle-10-19 .fw-bold {
    font-weight: bold;
}

/* 結束標記 */
.bundle-10-19 .end-mark {
    text-align: right;
    margin-top: 2rem;
}

/* ============ 頁碼樣式 ============ */
.bundle-10-19 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
    font-size: 0.9rem;
    color: #666;
}

.bundle-10-19 .page-text {
    color: #666;
}

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

/* ============ 圖片樣式 ============ */
.bundle-10-19 .full-page-image {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bundle-10-19 .full-page-image img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-10-19 .full-page-image figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

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

/* 平板尺寸 (768px 以下) */
@media (max-width: 768px) {
    .bundle-10-19 .container {
        padding: 15px 50px;
    }

    .bundle-10-19 .title {
        font-size: 2rem;
    }

    .bundle-10-19 .subtitle {
        font-size: 1.2rem;
    }

    .bundle-10-19 .content-title {
        font-size: 1.1rem;
    }

    .bundle-10-19 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.8;
    }
}

/* 手機尺寸 (480px 以下) */
@media (max-width: 480px) {
    .bundle-10-19 .container {
        padding: 10px 20px;
    }

    .bundle-10-19 .title {
        font-size: 1.6rem;
    }

    .bundle-10-19 .subtitle {
        font-size: 1rem;
    }

    .bundle-10-19 .content-title {
        font-size: 1rem;
    }

    .bundle-10-19 .content-paragraph {
        font-size: 0.9rem;
        line-height: 1.7;
        text-indent: 1.5em;
    }

    .bundle-10-19 .page-number {
        font-size: 0.8rem;
    }

    .bundle-10-19 .page-circle {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
    }
}

/* 響應式：小螢幕調整 */
@media (max-width: 768px) {
    .bundle-10-19-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}