/* ===================================
   Page 88-91 樣式
   老土讀畫：靜看簷蛛結網低　無端妨礙小蟲飛
   參考：68期 p102-103 樣式
   生成時間：2025-12-13 11:28:43
   =================================== */

/* 固定垂直標籤 */
.bundle-88-91-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #7D685D;
    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-88-91-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-88-91 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px 20px 50px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
}

/* ===================================
   Page 88 專屬樣式 - 全圖片頁面（標題在上，圖片在下）
   =================================== */
.bundle-88-91 .page-88 .title {
    text-align: center;
    color: #7D685D;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
}

.bundle-88-91 .page-88 .bottom-image {
    margin: 20px auto 0;
    text-align: center;
}

.bundle-88-91 .page-88 .bottom-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* ===================================
   Page 89 專屬樣式 - 文繞圖排版（置中對齊）
   =================================== */
.bundle-88-91 .page-89 .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.bundle-88-91 .page-89 .poem-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 30px;
    line-height: 1.6;
}

.bundle-88-91 .page-89 .content-paragraph {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 粗體文字（詩句引文） - 對應 DFKaiShuStd-W7 */
.bundle-88-91 .page-89 .fw-bold {
    font-weight: bold;
}

/* 段落組間距 */
.bundle-88-91 .page-89 .section-spacing {
    margin-top: 40px;
}

/* ===================================
   Page 90-91 專屬樣式 - 全圖片頁面
   =================================== */
.bundle-88-91 .page-90,
.bundle-88-91 .page-91 {
    padding: 20px;
}

.bundle-88-91 .page-90 .full-image,
.bundle-88-91 .page-91 .full-image {
    text-align: center;
    margin-bottom: 20px;
}

.bundle-88-91 .page-90 .full-image img,
.bundle-88-91 .page-91 .full-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* 圖片說明文字 */
.bundle-88-91 .image-caption {
    text-align: center;
    color: #806856;
    font-size: 0.95rem;
    line-height: 1.8;
    margin-top: 15px;
}

.bundle-88-91 .image-caption .caption-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.bundle-88-91 .image-caption .caption-desc {
    margin-bottom: 5px;
}

.bundle-88-91 .image-caption .caption-source {
    font-size: 0.9rem;
}

/* ===================================
   頁碼樣式
   =================================== */
.bundle-88-91 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
}

.bundle-88-91 .page-text {
    font-size: 0.9rem;
    color: #666;
}

.bundle-88-91 .page-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #7D685D;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

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

    .bundle-88-91 .page-88 .title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .bundle-88-91 .page-88 .bottom-image img {
        max-width: 100%;
    }

    .bundle-88-91 .page-89 .poem-title {
        font-size: 1.1rem;
    }

    .bundle-88-91 .page-89 .content {
        max-width: 100%;
        padding: 20px 0;
    }

    .bundle-88-91 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 580px) {
    .bundle-88-91 .container {
        padding: 15px 20px;
    }

    .bundle-88-91 .page-88 .title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .bundle-88-91 .page-89 .poem-title {
        font-size: 1rem;
    }

    .bundle-88-91 .page-89 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-88-91 .image-caption {
        font-size: 0.85rem;
    }
}

