/* style118-122.css */
/* 環保慈善主題模組 - 第78期 Page118-122 */
/* 文章：歲末回首，感謝自己為過去付出的努力 */

/* ========== 固定垂直標籤 ========== */
.bundle-118-122-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #90B744; /* 環保慈善主題色 */
    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-118-122-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }
}

/* ========== 主容器 ========== */
.bundle-118-122 .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: #F1F7DE; /* 環保慈善主題背景色 */
    position: relative;
}

/* ========== 標題（Page 118）========== */
.bundle-118-122 .title.page-118-title {
    text-align: center;
    color: #EA8A70;
    margin: 10px 0 5px 0;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
}

/* ========== 作者（Page 118）========== */
.bundle-118-122 .author.page-118-author {
    text-align: center;
    margin: 5px 0 20px 0;
    font-size: 1rem;
    color: #231F20;
}

/* ========== 圓形點點虛線 ========== */
.bundle-118-122 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #EA8A70 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

/* ========== 內容區塊 ========== */
.bundle-118-122 .content {
    max-width: 100%;
    margin: 0 auto;
}

.bundle-118-122 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* ========== 圖片樣式 ========== */
.bundle-118-122 figure {
    margin-bottom: 1rem;
}

.bundle-118-122 figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* 下方排版圖片（Page 118）*/
.bundle-118-122 .figure-bottom {
    text-align: center;
    margin: 20px auto;
    max-width: 80%;
    clear: both;
}

/* 上方排版圖片（Page 119-122）*/
.bundle-118-122 .figure-top {
    text-align: center;
    margin: 0 auto 20px auto;
    max-width: 90%;
    clear: both;
}

.bundle-118-122 .figure-top img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* ========== 出處引文 ========== */
.bundle-118-122 .source-info {
    text-indent: 0;
    text-align: right;
    font-size: 0.9rem;
    color: #666;
    margin-top: 10px;
}

/* ========== 頁碼 ========== */
.bundle-118-122 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
    clear: both;
}

.bundle-118-122 .page-text {
    font-size: 0.9em;
    color: #555;
}

.bundle-118-122 .page-circle {
    background: #90B744; /* 環保慈善主題頁碼色 */
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* 清除浮動 */
.bundle-118-122 .container::after,
.bundle-118-122 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* ========== Page 118 專屬樣式 ========== */
.bundle-118-122 .page-118 .content-paragraph {
    text-indent: 2em;
}

/* ========== Page 119 專屬樣式 ========== */
.bundle-118-122 .page-119 .content-paragraph {
    text-indent: 2em;
}

/* ========== Page 120 專屬樣式 ========== */
.bundle-118-122 .page-120 .content-paragraph {
    text-indent: 2em;
}

/* ========== Page 121 專屬樣式 ========== */
.bundle-118-122 .page-121 .content-paragraph {
    text-indent: 2em;
}

.bundle-118-122 .page-121 .figure-top {
    margin: 0 auto 20px auto;
    max-width: 90%;
}

/* ========== Page 122 專屬樣式 ========== */
.bundle-118-122 .page-122 .content-paragraph {
    text-indent: 2em;
}

.bundle-118-122 .page-122 .figure-top {
    margin: 0 auto 20px auto;
    max-width: 90%;
}

/* ========== 響應式設計 (RWD) ========== */

@media (max-width: 992px) {
    .bundle-118-122 .container {
        padding: 20px 40px;
    }

    .bundle-118-122 .figure-bottom,
    .bundle-118-122 .figure-top {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    .bundle-118-122 .container {
        padding: 15px 20px;
    }

    .bundle-118-122 .title.page-118-title {
        font-size: 1.8rem;
    }

    .bundle-118-122 .content {
        max-width: 100%;
    }

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

    .bundle-118-122 .figure-bottom,
    .bundle-118-122 .figure-top {
        max-width: 95%;
        margin: 20px auto;
    }
}

@media (max-width: 480px) {
    .bundle-118-122 .container {
        padding: 10px 15px;
    }

    .bundle-118-122 .title.page-118-title {
        font-size: 1.5rem;
    }

    .bundle-118-122 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-118-122 .figure-bottom,
    .bundle-118-122 .figure-top {
        max-width: 100%;
        margin: 15px auto;
    }
}
