/* ===================================
   Page 102-103 樣式
   老土讀畫：青山不識我姓氏，我亦不識青山名
   參考：69期 p90-93 樣式
   生成時間：2025-11-29 11:13:50
   =================================== */

/* 固定垂直標籤 */
.bundle-102-103-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-102-103-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-102-103 .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 102 專屬樣式 - 上下排版（標題在上，圖片在下） */
.bundle-102-103 .page-102 .title {
    text-align: center;
    color: #7D685D;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
}

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

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

/* Page 103 專屬樣式 - 置中對齊排版 */
.bundle-102-103 .page-103 .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

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

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

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

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

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

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

.bundle-102-103 .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-102-103 .container {
        padding: 15px;
    }

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

    .bundle-102-103 .page-102 .bottom-image img {
        max-width: 100%;
    }

    .bundle-102-103 .page-103 .poem-title {
        font-size: 1.1rem;
    }

    .bundle-102-103 .page-103 .content {
        max-width: 100%;
        padding: 20px 0;
    }

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

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

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

    .bundle-102-103 .page-103 .poem-title {
        font-size: 1rem;
    }

    .bundle-102-103 .page-103 .content-paragraph {
        font-size: 0.95rem;
    }
}

