/* 第74期雙月刊 p20-26 樣式檔案 */
/* 生成時間：2025-10-20 06:29:42 */

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

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

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

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

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

/* 小標題樣式 */
.bundle-20-26 .subtitle {
    text-align: center;
    color: #4b8044;
    font-size: 1.2rem;
    margin: 1.5rem auto;
    max-width: 90%;
    font-weight: bold;
}

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

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

.bundle-20-26 .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-20-26 .content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
}

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

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

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

/* Add End Icon Style */
.bundle-20-26 .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 22 專屬樣式：左側書法圖片 + 右側直排文字
   ======================================== */

/* Page 22 內容容器 */
.bundle-20-26 .page-22 .content-with-image {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

/* 左側書法圖片 */
.bundle-20-26 .page-22 .left-image {
    float: left;
    width: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.bundle-20-26 .page-22 .left-image figure {
    margin: 0;
}

.bundle-20-26 .page-22 .left-image img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}

.bundle-20-26 .page-22 .left-image figcaption {
    font-size: 0.85rem;
    color: #806856;
    text-align: center;
    margin-top: 8px;
}

.bundle-20-26 .page-22 .vertical-text {
    line-height: 1.8;
    margin: 0;
    text-indent: 0;
    font-size: 1rem;
    color: #000;
}

/* 下方橫排文字 */
.bundle-20-26 .page-22 .bottom-content {
    clear: both;
    padding-top: 20px;
}

.bundle-20-26 .page-22 .bottom-content .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
}

/* ========================================
   Page 23 專屬樣式：全頁圖片
   ======================================== */

.bundle-20-26 .page-23 .full-page-image {
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

.bundle-20-26 .page-23 .full-page-image figure {
    margin: 0;
}

.bundle-20-26 .page-23 .full-page-image img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}

.bundle-20-26 .page-23 .full-page-image figcaption {
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
}

/* ========================================
   Page 26 專屬樣式：右側圖片 + 左側文字
   ======================================== */

/* Page 26 內容容器 */
.bundle-20-26 .page-26 .content-with-image {
    max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

/* 右側圖片 */
.bundle-20-26 .page-26 .right-image {
    float: right;
    width: 200px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.bundle-20-26 .page-26 .right-image figure {
    margin: 0;
}

.bundle-20-26 .page-26 .right-image img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
}

/* 左側文字內容 */
.bundle-20-26 .page-26 .left-content {
    overflow: hidden;
}

.bundle-20-26 .page-26 .left-content .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
}

/* 下方文字內容 */
.bundle-20-26 .page-26 .bottom-content {
    clear: both;
    padding-top: 20px;
}

.bundle-20-26 .page-26 .bottom-content .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    font-size: 1rem;
    color: #000;
}

/* ========================================
   響應式設計
   ======================================== */

/* 中等螢幕 (768px 以下) */
@media (max-width: 768px) {
    .bundle-20-26 .container {
        margin: 0 auto 2rem auto;
        padding: 15px;
    }

    .bundle-20-26 .title {
        font-size: 2.2rem;
    }

    .bundle-20-26 .content-paragraph {
        text-indent: 1.5em;
        font-size: 0.95rem;
    }

    /* Page 22 響應式調整 */
    .bundle-20-26 .page-22 .left-image {
        width: 50%;
        margin-right: 15px;
    }

    .bundle-20-26 .page-22 .right-content {
        gap: 10px;
    }

    .bundle-20-26 .page-22 .vertical-text {
        font-size: 0.95rem;
    }

    /* Page 26 響應式調整 */
    .bundle-20-26 .page-26 .right-image {
        width: 150px;
        margin-left: 15px;
    }
}

/* 小螢幕 (480px 以下) */
@media (max-width: 480px) {
    .bundle-20-26 .title {
        font-size: 1.8rem;
    }

    .bundle-20-26 .content-paragraph {
        text-indent: 1em;
        font-size: 0.9rem;
    }

    /* Page 22 響應式調整 - 改為單欄佈局 */
    .bundle-20-26 .page-22 .left-image {
        float: left;
        width: 50%;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    .bundle-20-26 .page-22 .right-content {
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        flex-direction: column;
        gap: 15px;
    }

    .bundle-20-26 .page-22 .vertical-text {
        font-size: 0.9rem;
        text-indent: 2em;
    }

    .bundle-20-26 .page-22 .bottom-content {
        clear: both;
        padding-top: 20px;
    }

    /* Page 26 響應式調整 - 改為單欄佈局 */
    .bundle-20-26 .page-26 .right-image {
        float: none;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 20px auto;
    }

    .bundle-20-26 .page-26 .bottom-content {
        clear: both;
        padding-top: 20px;
    }
}

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

