/**
 * 第77期 page148-154 樣式
 * 生成時間：2025-12-27 06:58:00
 * 功能描述：第77期雙月刊 page148-154 頁面通用樣式
 * 備註：複製自 style142-147.css，主題色保持 #6850A1（紫色）- 我的命盤延續
 */

/* ============================================================
   目錄索引（Table of Contents）
   ============================================================
   1. 通用樣式（Page 148-154 共用）
   2. Page 148 專屬樣式（六、姓杜 章節起始）
   3. Page 149 專屬樣式（引用詩句頁）
   4. Page 151 專屬樣式（純圖片頁）
   5. Page 153 專屬樣式（圖文混排頁）
   6. Page 154 專屬樣式（雙圖片頁）
   7. 頁碼樣式
   8. RWD 響應式設計
   ============================================================ */


/* ============================================================
   1. 通用樣式（Page 148-154 共用）
   ============================================================ */

/* 主容器樣式 */
.bundle-148-154 .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-148-154 .section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.8;
    text-indent: 0;
}

/* 子標題（一）姓杜 */
.bundle-148-154 .sub-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1rem 0 0.5rem 0;
    line-height: 1.6;
}

/* 段落文字樣式 */
.bundle-148-154 .content p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
    text-indent: 2em;
}

/* 粗體文字 */
.bundle-148-154 .fw-bold {
    font-weight: bold;
}

/* 圖片說明文字 */
.bundle-148-154 figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 10px;
    line-height: 1.6;
}


/* ============================================================
   2. Page 148 專屬樣式 - 章節標題頁（六、姓杜...）
   ============================================================ */

.bundle-148-154 .page-148 .section-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1.5rem 0 1rem 0;
    line-height: 1.8;
    text-indent: 0;
}


/* ============================================================
   3. Page 149 專屬樣式 - 引用詩句頁
   ============================================================ */

.bundle-148-154 .page-149 .content .quote-verse {
    margin: 1em 2em;
    padding: 1em;
    background-color: #f9f7f5;
    border-left: 3px solid #6850A1;
    border-radius: 3px;
}

.bundle-148-154 .page-149 .content .quote-verse p {
    text-indent: 0;
    margin-bottom: 0.3em;
    line-height: 1.8;
}


/* ============================================================
   4. Page 151 專屬樣式 - 純圖片頁
   ============================================================ */

.bundle-148-154 .page-151 .content figure {
    max-width: 600px;
    margin: 0 auto 1rem;
    text-align: center;
}

.bundle-148-154 .page-151 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   5. Page 153 專屬樣式 - 圖文混排頁
   ============================================================ */

.bundle-148-154 .page-153 .content figure {
    max-width: 500px;
    margin: 1.5rem auto;
    text-align: center;
}

.bundle-148-154 .page-153 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   6. Page 154 專屬樣式 - 雙圖片頁
   ============================================================ */

.bundle-148-154 .page-154 .content figure {
    max-width: 600px;
    margin: 1rem auto;
    text-align: center;
}

.bundle-148-154 .page-154 .content figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}


/* ============================================================
   7. 頁碼樣式
   ============================================================ */

.bundle-148-154 .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-148-154 .page-number .page-text {
    color: #666;
}

.bundle-148-154 .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;
}


/* ============================================================
   8. RWD 響應式設計
   ============================================================ */

/* ----------- 8.1 平板尺寸 (max-width: 992px) ----------- */
@media (max-width: 992px) {
    .bundle-148-154 .container {
        padding: 20px 60px;
    }
}

/* ----------- 8.2 手機尺寸 (max-width: 768px) ----------- */

/* ============ 固定垂直標籤（Fixed Vertical Label）============ */
.bundle-148-154-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-148-154 .container {
        padding: 15px 30px;
    }

    .bundle-148-154 .section-title {
        font-size: 1.1rem;
    }

    .bundle-148-154 .sub-title {
        font-size: 1rem;
    }

    .bundle-148-154 .page-149 .content .quote-verse {
        margin: 1em 0.5em;
        padding: 0.8em;
    }

    /* 固定垂直標籤 RWD */
    .bundle-148-154-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

/* ----------- 8.3 小手機尺寸 (max-width: 576px) ----------- */
@media (max-width: 576px) {
    .bundle-148-154 .container {
        padding: 10px 20px;
    }

    .bundle-148-154 .content p {
        font-size: 0.9rem;
    }

    .bundle-148-154 .section-title {
        font-size: 1rem;
    }
}