/* 第74期雙月刊 p27-31 樣式檔案 */
/* 生成時間：2025-10-20 07:18:39 */

/* 基本容器樣式 */
.bundle-27-31 .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-27-31 .main-title {
    text-align: center;
    margin-bottom: 20px;
    color: #4b8044;
}

.bundle-27-31 .title-line-1,
.bundle-27-31 .title-line-2 {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-27-31 .title-line-3 {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}

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

/* 分隔線樣式 */
.bundle-27-31 .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-27-31 .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%;
}

/* 列表項目樣式（1 無信心；2 無定心。） */
.bundle-27-31 .list-item {
    line-height: 1.8;
    margin-bottom: 0.8rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
}

/* 列表項目樣式（1. 2. 3. 4.） */
.bundle-27-31 .list-item-number {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}

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

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

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

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

.bundle-27-31 .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 29 全頁圖片樣式 */
.bundle-27-31 .page-29 .full-page-image {
    text-align: center;
    margin: 0 auto;
}

.bundle-27-31 .page-29 .full-page-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

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

/* Page 31 上下排版樣式 */
.bundle-27-31 .page-31 .top-image-container {
    text-align: center;
    margin-bottom: 30px;
}

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

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

.bundle-27-31 .page-31 .bottom-content {
    max-width: 600px;
    margin: 0 auto;
}

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

/* RWD 響應式設計 */

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

    .bundle-27-31 .title-line-1,
    .bundle-27-31 .title-line-2 {
        font-size: 2rem;
    }

    .bundle-27-31 .title-line-3 {
        font-size: 1.3rem;
    }

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

    .bundle-27-31 .content-paragraph,
    .bundle-27-31 .list-item,
    .bundle-27-31 .list-item-number {
        font-size: 0.95rem;
    }

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

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

    .bundle-27-31 .title-line-1,
    .bundle-27-31 .title-line-2 {
        font-size: 1.6rem;
    }

    .bundle-27-31 .title-line-3 {
        font-size: 1.1rem;
    }

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

    .bundle-27-31 .content-paragraph,
    .bundle-27-31 .list-item,
    .bundle-27-31 .list-item-number {
        font-size: 0.9rem;
        text-indent: 2em;
    }

    .bundle-27-31 .author {
        font-size: 1rem;
    }

    .bundle-27-31 .share-btn {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

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

/* Bundle 27-31 專屬 fixed-vertical-label 樣式 */
.bundle-27-31-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-27-31-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

