/* 第75期 page14-22 樣式 */
/**
 * 生成時間：2025-10-27 06:35:30
 * 功能描述：第75期雙月刊 page14-22 頁面樣式
 * 包含頁面：page14-22（光明遍照善導釋）
 */

/* 主容器 */
.bundle-14-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;
}

/* ============ 標題樣式 ============ */

/* Page 14: 光明遍照善導釋 - 使用 #806856 色系 */
.bundle-14-22 .page-14 .title {
    color: #806856;
}

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

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

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

/* 頁面 14-22 使用全寬 */
.bundle-14-22 .page-14 .content,
.bundle-14-22 .page-15 .content,
.bundle-14-22 .page-16 .content,
.bundle-14-22 .page-17 .content,
.bundle-14-22 .page-18 .content,
.bundle-14-22 .page-19 .content,
.bundle-14-22 .page-20 .content,
.bundle-14-22 .page-21 .content,
.bundle-14-22 .page-22 .content {
    max-width: none;
}

/* ============ 小標題樣式 ============ */

/* 一般小標題 */

.bundle-14-22 .content-title {
    text-align: left;
    color: #86633A;
    margin: 30px 0 20px;
    font-size: 1.4rem !important;
    font-weight: bold;
}

/* ============ 段落樣式 ============ */
.bundle-14-22 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #231f20;
}

/* 粗體文字 */
.bundle-14-22 .content-paragraph .fw-bold {
    font-weight: 700;
}

/* 無縮排段落（用於引文、列表等） */
.bundle-14-22 .content-paragraph.no-indent {
    text-indent: 0;
}

/* ============ Page 17 圖片頁樣式（左側排版 - 全圖片頁）============ */
.bundle-14-22 .page-17 .content {
    text-align: center;
}

.bundle-14-22 .page-17 .full-page-image {
    margin: 0;
    padding: 0;
}

.bundle-14-22 .page-17 .full-page-image img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
}

.bundle-14-22 .page-17 figcaption {
    color: #806856;
    font-size: 0.9rem;
    margin-top: 15px;
    text-align: center;
}

/* ============ Page 20 圖片頁樣式（右側排版 float:right）============ */
.bundle-14-22 .page-20 .right-image {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    max-width: 35%;
}

.bundle-14-22 .page-20 .right-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bundle-14-22 .page-20 .right-image figcaption {
    color: #806856;
    font-size: 0.85rem;
    margin-top: 10px;
    text-align: center;
}

/* 清除浮動 */
.bundle-14-22 .page-20 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* ============ Page 21 圖片頁樣式（上下排版 - 表格圖）============ */
.bundle-14-22 .page-21 .inner-image {
    margin: 30px 0 20px 0;
    text-align: center;
}

.bundle-14-22 .page-21 .inner-image > img {
    width: 100%;
    height: auto;
    max-width: 600px;
}

/* ============ Page 22 圖片頁樣式（上方排版 - 大圖在上）============ */
.bundle-14-22 .page-22 .figure-top {
    margin: 0 0 30px 0;
    text-align: center;
}

.bundle-14-22 .page-22 .figure-top img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.bundle-14-22 .page-22 .figure-top figcaption {
    color: #806856;
    font-size: 0.9rem;
    margin-top: 15px;
}

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

.bundle-14-22 .page-number .page-text {
    color: #666;
}

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

/* ============ 響應式設計 ============ */
@media (max-width: 768px) {
    .bundle-14-22 .container {
        padding: 15px 30px;
    }

    .bundle-14-22 .title {
        font-size: 1.8rem;
    }

    .bundle-14-22 .content-title {
        font-size: 1.1rem;
    }

    /* Page 20 響應式 */
    .bundle-14-22 .page-20 .right-image {
        float: none;
        margin-left: 0;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .bundle-14-22 .container {
        padding: 10px 20px;
    }

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

    .bundle-14-22 .content-paragraph {
        text-indent: 1.5em;
    }
}

/* ============ 固定垂直標籤樣式 ============ */
.bundle-14-22-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;
}

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

