/* 第74期雙月刊 p32-35 樣式檔案 */
/* 生成時間：2025-10-20 07:38:13 */

/* 基本容器樣式 */
.bundle-32-35 .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;
}

/* 標題樣式 */
.bundle-32-35 .main-title {
    text-align: center;
    margin-bottom: 20px;
    color: #4b8044;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

/* 作者樣式 */
.bundle-32-35 .author {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.1rem;
    color: #333;
}

/* 分隔線樣式 */
.bundle-32-35 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #767E77 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

/* 小標題樣式（帶圓圈背景） */
.bundle-32-35 .subtitle-with-circle {
    text-align: center;
    color: #4b8044;
    font-size: 1.2rem;
    margin: 2rem auto 1.5rem auto;
    font-weight: bold;
    background-color: #e8f5e9;
    padding: 10px 20px;
    border-radius: 25px;
    display: inline-block;
    width: auto;
    max-width: 90%;
}

/* 內容段落樣式 */
.bundle-32-35 .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
}

/* 特殊字體粗體樣式 */
.bundle-32-35 .fw-bold {
    font-weight: bold;
    color: #000;
}

/* 頁碼樣式 */
.bundle-32-35 .page-text {
    font-size: 0.9rem;
    color: #666;
}

.bundle-32-35 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.bundle-32-35 .page-circle {
    background-color: #767E77;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Page 34 上方圖片樣式 */
.bundle-32-35 .page-34 .top-image-container {
    text-align: center;
    margin-bottom: 30px;
}

.bundle-32-35 .page-34 .top-image-container img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

.bundle-32-35 .page-34 .image-caption {
    text-align: center;
    color: #806856;
    font-size: 0.9rem;
    margin-top: 10px;
}

/* 文字對齊樣式 */
.bundle-32-35 .text-end {
    text-align: right;
}

/* RWD 響應式設計 */

/* 平板尺寸 (481px - 768px) */
@media (max-width: 768px) {
    .bundle-32-35 .container {
        padding: 15px 50px;
    }

    .bundle-32-35 .main-title {
        font-size: 2rem;
    }

    .bundle-32-35 .subtitle-with-circle {
        font-size: 1.1rem;
        padding: 8px 16px;
    }

    .bundle-32-35 .content-paragraph {
        font-size: 0.95rem;
    }

    /* Page 34 圖片調整 */
    .bundle-32-35 .page-34 .top-image-container img {
        max-width: 300px;
    }
}

/* 手機尺寸 (≤480px) */
@media (max-width: 480px) {
    .bundle-32-35 .container {
        padding: 10px 20px;
    }

    .bundle-32-35 .main-title {
        font-size: 1.6rem;
    }

    .bundle-32-35 .subtitle-with-circle {
        font-size: 1rem;
        padding: 6px 12px;
    }

    .bundle-32-35 .content-paragraph {
        font-size: 0.9rem;
        text-indent: 2em;
    }

    .bundle-32-35 .author {
        font-size: 1rem;
    }

    /* Page 34 圖片調整 */
    .bundle-32-35 .page-34 .top-image-container img {
        max-width: 100%;
    }
}

/* Bundle 32-35 專屬 fixed-vertical-label 樣式 */
.bundle-32-35-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #767E77;
    color: white;
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

@media (max-width: 768px) {
    .bundle-32-35-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

