/**
 * 第77期 page124-141 樣式
 * 生成時間：2025-12-26 08:00:00
 * 功能描述：第77期雙月刊 page124-141 頁面通用樣式
 * 備註：複製自 style93-123.css，主題色保持 #6850A1（紫色）- 我的命盤延續
 */

/* ============================================================
   目錄索引（Table of Contents）
   ============================================================
   1. 通用樣式（Page 124-141 共用）
   2. Page 124 專屬樣式（四、第二次算 章節起始）
   3. Page 131 專屬樣式（含圖片頁面）
   4. Page 141 專屬樣式（文章結尾頁）
   5. 全圖片頁面通用樣式
   6. 頁碼樣式
   7. RWD 響應式設計
   ============================================================ */


/* ============================================================
   1. 通用樣式（Page 124-141 共用）
   ============================================================ */

/* 主容器樣式 */
.bundle-124-141 .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;
}

/* 章節小標題（四、五、六...）- 字級16pt, 顏色 #6850A1 */
.bundle-124-141 .section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.6;
}

/* 中標題（（一）、（二）...） - 字級14pt, 顏色 #8B7BB5 */
.bundle-124-141 .sub-section-title {
    font-size: 1.2rem !important;
    font-weight: bold;
    color: #8B7BB5 !important;
    margin: 1.2rem 0 0.8rem 0;
    line-height: 1.6;
    text-indent: 0;
}

/* 區塊標籤（▌標題...） - 顏色 #806856 */
.bundle-124-141 .block-label {
    font-size: 1.3rem !important;
    font-weight: bold;
    color: #000 !important;
    margin: 1.5rem 0 0.8rem 0;
    line-height: 1.6;
    text-indent: 2em;
}

/* 段落文字樣式 */
.bundle-124-141 .content-paragraph {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
}

/* 首行縮排 */
.bundle-124-141 .content-paragraph.indent {
    text-indent: 2em;
}

/* 粗體文字（DFKaiShuStd-W7 / DFHeiStd-W7） */
.bundle-124-141 .fw-bold {
    font-weight: bold;
}

/* 引用詩句/偈子樣式 */
.bundle-124-141 .verse-quote {
    font-size: 1rem;
    line-height: 2;
    margin: 1rem 0;
    padding-left: 2em;
    color: #231F20;
}

/* 圖片說明文字 */
.bundle-124-141 figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 10px;
    line-height: 1.6;
}

/* 通用上方圖片樣式 */
.bundle-124-141 .page-image-top {
    margin: 20px 0 20px 0;
}

.bundle-124-141 .page-image-top img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   2. Page 124 專屬樣式 - 章節標題頁（四、第二次算）
   ============================================================ */

/* Page 124: 章節標題樣式 */
.bundle-124-141 .page-124 .chapter-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.6;
    text-indent: 0;
}


/* ============================================================
   3. Page 131 專屬樣式 - 含圖片頁面（畢業證書）
   ============================================================ */

.bundle-124-141 .page-131 .content figure {
    max-width: 100%;
    margin: 1.5rem auto 0;
    text-align: center;
}

.bundle-124-141 .page-131 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   3.1 Page 137 專屬樣式 - 含聘書照片頁面
   ============================================================ */

/* Page 137: 聘書照片 - 圖片置於文字前 */
.bundle-124-141 .page-137 .content figure {
    max-width: 600px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.bundle-124-141 .page-137 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* ============================================================
   3.2 Page 139 專屬樣式 - 含日本京都照片頁面
   ============================================================ */

/* Page 139: 日本京都照片 - 圖片置於文字前 */
.bundle-124-141 .page-139 .content figure {
    max-width: 600px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.bundle-124-141 .page-139 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* ============================================================
   3.3 Page 133-135 專屬樣式 - 含照片頁面
   ============================================================ */

/* Page 133: 印度朝聖照片 - 圖片置於文字前 */
.bundle-124-141 .page-133 .content figure {
    max-width: 600px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.bundle-124-141 .page-133 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* Page 134: 尼泊爾照片 - 圖片置於文字後 */
.bundle-124-141 .page-134 .content figure {
    max-width: 600px;
    margin: 1.5rem auto 0;
    text-align: center;
}

.bundle-124-141 .page-134 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* Page 135: 尼泊爾照片 - 圖片置於文字前 */
.bundle-124-141 .page-135 .content figure {
    max-width: 600px;
    margin: 0 auto 1.5rem;
    text-align: center;
}

.bundle-124-141 .page-135 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* ============================================================
   4. Page 141 專屬樣式 - 文章結尾頁（我的命盤結尾）
   ============================================================ */

/* Page 141: 最後段落底部間距（確保 end-icon 前有足夠空間） */
.bundle-124-141 .page-141 .content p:last-child {
    margin-bottom: 0.5rem;
}


/* ============================================================
   5. 全圖片頁面通用樣式
   ============================================================ */

.bundle-124-141 .full-page-image {
    padding: 0;
}

.bundle-124-141 .full-page-image .content {
    padding: 0;
}

.bundle-124-141 .full-page-image .content figure {
    max-width: 600px;
    margin: 0 auto 1rem;
}

.bundle-124-141 .full-page-image .content img {
    width: 100%;
    height: auto;
    display: block;
}


/* ============================================================
   6. 頁碼樣式
   ============================================================ */

.bundle-124-141 .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-124-141 .page-number .page-text {
    color: #666;
}

.bundle-124-141 .page-number .page-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #6850A1;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}


/* ============================================================
   7. RWD 響應式設計
   ============================================================ */

/* ----------- 7.1 平板尺寸 (max-width: 992px) ----------- */
@media (max-width: 992px) {
    .bundle-124-141 .container {
        padding: 20px 60px;
    }
}

/* ----------- 7.2 手機尺寸 (max-width: 768px) ----------- */

/* ============ 固定垂直標籤（Fixed Vertical Label）============ */
.bundle-124-141-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #823D5B;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bundle-124-141 .container {
        padding: 15px 30px;
    }

    /* 通用 RWD */
    .bundle-124-141 .section-title {
        font-size: 0.95rem;
    }

    /* 固定垂直標籤 RWD */
    .bundle-124-141-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

/* ----------- 7.3 小手機尺寸 (max-width: 576px) ----------- */
@media (max-width: 576px) {
    .bundle-124-141 .container {
        padding: 10px 20px;
    }

    /* 通用 RWD */
    .bundle-124-141 .content-paragraph {
        font-size: 0.9rem;
    }

    .bundle-124-141 .section-title {
        font-size: 0.9rem;
    }
}