/**
 * 第77期 page155-157 樣式
 * 生成時間：2025-12-27 12:01:00
 * 功能描述：第77期雙月刊 page155-157 頁面通用樣式
 * 備註：複製自 style148-154.css，主題色保持 #6850A1（紫色）- 我的命盤延續
 */

/* ============================================================
   目錄索引（Table of Contents）
   ============================================================
   1. 通用樣式（Page 155-157 共用）
   2. Page 155 專屬樣式（（二）一刀 章節）
   3. 頁碼樣式
   4. RWD 響應式設計
   ============================================================ */


/* ============================================================
   1. 通用樣式（Page 155-157 共用）
   ============================================================ */

/* 主容器樣式 */
.bundle-155-157 .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;
}

/* 子標題（二）一刀 */
.bundle-155-157 .sub-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #6850A1;
    margin: 1rem 0 0.5rem 0;
    line-height: 1.6;
    text-indent: 0;
}

/* 段落文字樣式 */
.bundle-155-157 .content p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
    text-indent: 2em;
}

/* 粗體文字 */
.bundle-155-157 .fw-bold {
    font-weight: bold;
}


/* ============================================================
   2. Page 155 專屬樣式 - （二）一刀 章節
   ============================================================ */

/* 小標題不縮進 */
.bundle-155-157 .page-155 .sub-title {
    text-indent: 0;
}


/* ============================================================
   3. 頁碼樣式
   ============================================================ */

.bundle-155-157 .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-155-157 .page-number .page-text {
    color: #666;
}

.bundle-155-157 .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;
}


/* ============================================================
   4. RWD 響應式設計
   ============================================================ */

/* ----------- 4.1 平板尺寸 (max-width: 992px) ----------- */
@media (max-width: 992px) {
    .bundle-155-157 .container {
        padding: 20px 60px;
    }
}

/* ----------- 4.2 手機尺寸 (max-width: 768px) ----------- */

/* ============ 固定垂直標籤（Fixed Vertical Label）============ */
.bundle-155-157-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-155-157 .container {
        padding: 15px 30px;
    }

    .bundle-155-157 .sub-title {
        font-size: 1rem;
    }

    /* 固定垂直標籤 RWD */
    .bundle-155-157-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

/* ----------- 4.3 小手機尺寸 (max-width: 576px) ----------- */
@media (max-width: 576px) {
    .bundle-155-157 .container {
        padding: 10px 20px;
    }

    .bundle-155-157 .content p {
        font-size: 0.9rem;
    }
}
