/**
 * 第77期 page162 樣式
 * 生成時間：2025-12-27 12:24:00
 * 功能描述：第77期雙月刊 page162 頁面樣式
 * 備註：複製自 style158-161.css，主題色保持 #6850A1（紫色）
 */

/* ============================================================
   1. 通用樣式（Page 162）
   ============================================================ */

/* 主容器樣式 */
.bundle-162-162 .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-162-162 .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-162-162 .content p {
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 0;
    color: #231F20;
    text-indent: 2em;
}

/* 粗體文字 */
.bundle-162-162 .fw-bold {
    font-weight: bold;
}

/* ============================================================
   2. 頁碼樣式
   ============================================================ */

.bundle-162-162 .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-162-162 .page-number .page-text {
    color: #666;
}

.bundle-162-162 .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;
}

/* ============================================================
   3. RWD 響應式設計
   ============================================================ */

@media (max-width: 992px) {
    .bundle-162-162 .container {
        padding: 20px 60px;
    }
}


/* ============ 固定垂直標籤（Fixed Vertical Label）============ */
.bundle-162-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-162-162 .container {
        padding: 15px 30px;
    }

    .bundle-162-162 .sub-title {
        font-size: 1rem;
    }

    /* 固定垂直標籤 RWD */
    .bundle-162-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

@media (max-width: 576px) {
    .bundle-162-162 .container {
        padding: 10px 20px;
    }

    .bundle-162-162 .content p {
        font-size: 0.9rem;
    }
}