/* 第75期雙月刊 p35-39 樣式檔案 */
/* 生成時間：2025-10-27 08:03:22 */
/* 功能描述：page35-39 的樣式規則，包含基本容器、標題、內容段落、圖片排版等樣式 */

/* 基本容器樣式 */
.bundle-35-39 .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-35-39 .title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #4b8044;
}

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

/* 分隔線樣式 */
.bundle-35-39 .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-35-39 .content {
    max-width: 600px;
    margin: 0 auto;
}

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

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

/* 小標題樣式 (DFHeiStd-W7) */
.bundle-35-39 .subtitle {
    text-align: left;
    color: #4b8044;
    font-size: 1.1rem;
    margin: 1.5rem 0 1rem 0;
    font-weight: bold;
    text-indent: 2em;
}

/* 頁碼樣式 */
.bundle-35-39 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

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

.bundle-35-39 .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;
}

/* 圖片樣式 */
.bundle-35-39 .content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

/* Figure/Image Styles */
.bundle-35-39 figure {
    margin-bottom: 1rem;
}

.bundle-35-39 figure img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 auto;
}

.bundle-35-39 figcaption {
    font-size: 0.9em;
    color: #806856;
    text-align: center;
    margin-top: 5px;
}

/* Add End Icon Style */
.bundle-35-39 .end-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
    vertical-align: middle;
    background-image: url('../common/logo-notext.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========================================
   Page 39 專屬樣式：圖片排版
   ======================================== */

/* Page 39 圖片容器 */
.bundle-35-39 .page-39 .image-container {
    max-width: 600px;
    margin: 2rem auto;
}

.bundle-35-39 .page-39 .image-container figure {
    margin: 0;
}

.bundle-35-39 .page-39 .image-container img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}

.bundle-35-39 .page-39 .image-container figcaption {
    font-size: 0.85rem;
    color: #806856;
    text-align: center;
    margin-top: 8px;
    text-indent: 0;
}

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

/* 平板尺寸 (768px - 991px) */
@media (max-width: 991px) {
    .bundle-35-39 .container {
        padding: 20px 60px;
    }

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

    .bundle-35-39 .subtitle {
        font-size: 1rem;
    }
}

/* 手機尺寸 (小於 768px) */
@media (max-width: 767px) {
    .bundle-35-39 .container {
        padding: 15px 30px;
    }

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

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

    .bundle-35-39 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .bundle-35-39 .subtitle {
        font-size: 0.95rem;
    }

    .bundle-35-39 .page-text {
        font-size: 0.8rem;
    }

    .bundle-35-39 .page-circle {
        width: 26px;
        height: 26px;
        font-size: 0.8rem;
    }
}

/* 小手機尺寸 (小於 576px) */
@media (max-width: 575px) {
    .bundle-35-39 .container {
        padding: 10px 20px;
    }

    .bundle-35-39 .title {
        font-size: 1.4rem;
    }

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

    .bundle-35-39 .subtitle {
        text-indent: 1.5em;
    }
}

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

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

