/* style119-125.css - 環保慈善主題模組 (第79期 Page119-125) */

/* ========== 固定垂直標籤樣式 ========== */
.bundle-119-125-active .fixed-vertical-label {
    background-color: #90B744;
}

/* ========== 主容器 ========== */
.bundle-119-125 .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-119-125 .title {
    text-align: center;
    color: #EA8A70;
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
}

/* ========== 作者樣式 ========== */
.bundle-119-125 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231F20;
}

/* ========== 圓形點點的虛線 ========== */
.bundle-119-125 .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-119-125 .subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #F68B1E;
    margin: 20px 0 10px 0;
}

/* ========== 內容段落 ========== */
.bundle-119-125 .content {
    max-width: 600px;
    margin: 0 auto;
}

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

/* ========== 圖片樣式 ========== */
.bundle-119-125 .page-figure {
    margin: 20px auto;
    text-align: center;
    max-width: 600px;
}

.bundle-119-125 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 4px;
}

.bundle-119-125 .page-figure figcaption {
    font-size: 0.85rem;
    color: #806856;
    margin-top: 6px;
    text-align: center;
}

/* 上方圖片 */
.bundle-119-125 .page-figure.top-image {
    margin: 0 auto 20px auto;
}

/* 全頁圖 (p123, p124) */
.bundle-119-125 .full-page-image .content {
    max-width: 100%;
    padding: 0;
}

.bundle-119-125 .full-page-image figure {
    margin: 0 auto;
    max-width: 600px;
    padding-bottom: 20px;
}

.bundle-119-125 .full-page-image figure img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-119-125 .full-page-image figure figcaption {
    font-size: 0.85rem;
    color: #806856;
    margin-top: 8px;
    text-align: center;
    line-height: 1.6;
}

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

.bundle-119-125 .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-119-125 .page-text {
    font-size: 14px;
    color: #231F20;
}

/* ========== 響應式設計 (RWD) ========== */
@media (max-width: 1024px) {
    .bundle-119-125 .container {
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .bundle-119-125 .container {
        padding: 15px 30px;
        margin-bottom: 2rem;
    }

    .bundle-119-125 .title {
        font-size: 1.8rem;
    }

    .bundle-119-125 .content {
        max-width: 100%;
    }

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

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

    .bundle-119-125 .title {
        font-size: 1.6rem;
    }

    .bundle-119-125 .content-paragraph {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .bundle-119-125 .title {
        font-size: 1.4rem;
    }

    .bundle-119-125 .content-paragraph {
        font-size: 0.9rem;
    }
}
