/* style124-126.css */
/* 基於分析報告的頁面樣式 - 出版訊息主題 */

/* 主容器 */
.bundle-124-126 .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: #ffffff;
    position: relative;
}

/* 內容樣式 */
.bundle-124-126 .content {
    max-width: 100%;
    margin: 0 auto;
}

/* Page 124 專屬樣式 - 文繞圖排版 */
.bundle-124-126 .page-124 .content {
    overflow: hidden; /* 清除浮動 */
}

/* Page 125 專屬樣式 - 文繞圖排版 */
.bundle-124-126 .page-125 .content {
    overflow: hidden; /* 清除浮動 */
}

/* Page 126 專屬樣式 - 文繞圖排版（兩本書） */
.bundle-124-126 .page-126 .content {
    overflow: hidden; /* 清除浮動 */
}

/* Page 126 書籍區塊 */
.bundle-124-126 .page-126 .book-section {
    margin-bottom: 40px;
    overflow: hidden; /* 清除浮動 */
}

.bundle-124-126 .page-126 .book-section:last-child {
    margin-bottom: 0;
}

/* 標題樣式 (Page 124) - 調整字級至少16px起跳 */
.bundle-124-126 .page-124 .book-label {
    font-size: 1rem; /* 16px */
    color: #231F20;
    margin-bottom: 10px;
}

.bundle-124-126 .page-124 .book-title {
    font-size: 1.75rem; /* 28px - 標題放大 */
    color: #231F20;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
}

.bundle-124-126 .page-124 .book-subtitle {
    font-size: 1rem; /* 16px */
    color: #231F20;
    margin-bottom: 20px;
    line-height: 1.4;
}

/* 書籍資訊樣式 */
.bundle-124-126 .page-124 .book-info {
    font-size: 1rem; /* 16px */
    color: #231F20;
    line-height: 1.8;
    margin-bottom: 8px;
}

/* 新書簡介標題 */
.bundle-124-126 .page-124 .intro-title {
    font-size: 1.125rem; /* 18px */
    color: #231F20;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

/* 內容段落 */
.bundle-124-126 .page-124 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem; /* 16px */
    color: #231F20;
}

/* 引用文字（粗體） */
.bundle-124-126 .page-124 .quote-text {
    /* 粗體字體 */
    font-weight: bold;
}

/* 文繞圖樣式 - 圖片浮動右側 */
.bundle-124-126 .page-124 .image-float-right,
.bundle-124-126 .page-125 .image-float-right,
.bundle-124-126 .page-126 .image-float-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 280px; /* 增大書籍圖片尺寸 */
    width: 40%;
    min-width: 250px;
}

.bundle-124-126 .page-126 .image-float-right {
    width: 50%;
}

.bundle-124-126 .page-124 .image-float-right img,
.bundle-124-126 .page-125 .image-float-right img,
.bundle-124-126 .page-126 .image-float-right img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
}

/* Page 125 專屬樣式 - 與 Page 124 共用樣式 */
.bundle-124-126 .page-125 .book-label {
    font-size: 1rem; /* 16px */
    color: #231F20;
    margin-bottom: 10px;
}

.bundle-124-126 .page-125 .book-title {
    font-size: 1.75rem; /* 28px - 標題放大 */
    color: #231F20;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bundle-124-126 .page-125 .book-info {
    font-size: 1rem; /* 16px */
    color: #231F20;
    line-height: 1.8;
    margin-bottom: 8px;
}

.bundle-124-126 .page-125 .intro-title {
    font-size: 1.125rem; /* 18px */
    color: #231F20;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

.bundle-124-126 .page-125 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem; /* 16px */
    color: #231F20;
}

/* Page 126 專屬樣式 - 與 Page 124/125 共用樣式 */
.bundle-124-126 .page-126 .book-label {
    font-size: 1rem; /* 16px */
    color: #231F20;
    margin-bottom: 10px;
}

.bundle-124-126 .page-126 .book-title {
    font-size: 1.75rem; /* 28px - 標題放大 */
    color: #231F20;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.4;
}

.bundle-124-126 .page-126 .book-title-sub {
    font-size: 1.75rem; /* 28px - 標題放大 */
    color: #231F20;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bundle-124-126 .page-126 .book-info {
    font-size: 1rem; /* 16px */
    color: #231F20;
    line-height: 1.8;
    margin-bottom: 8px;
}

.bundle-124-126 .page-126 .intro-title {
    font-size: 1.125rem; /* 18px */
    color: #231F20;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

.bundle-124-126 .page-126 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem; /* 16px */
    color: #231F20;
    overflow: hidden;
}

.bundle-124-126 .page-126 .book-publish-date {
    font-size: 1rem; /* 16px */
    color: #231F20;
    margin-top: 10px;
    text-align: right;
}

/* 頁碼 */
.bundle-124-126 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
    clear: both;
}

.bundle-124-126 .page-text {
    font-size: 0.9em;
    color: #555;
}

.bundle-124-126 .page-circle {
    background: #806856;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* 清除浮動 */
.bundle-124-126 .container::after,
.bundle-124-126 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* 響應式設計 */
@media (max-width: 992px) {
    .bundle-124-126 .container {
        padding: 20px 40px;
    }

    .bundle-124-126 .page-124 .image-float-right,
    .bundle-124-126 .page-125 .image-float-right,
    .bundle-124-126 .page-126 .image-float-right {
        max-width: 250px;
        width: 35%;
        min-width: 200px;
    }
}

@media (max-width: 768px) {
    .bundle-124-126 .container {
        padding: 15px 20px;
    }

    .bundle-124-126 .page-124 .book-title,
    .bundle-124-126 .page-125 .book-title,
    .bundle-124-126 .page-126 .book-title {
        font-size: 1.5rem; /* 24px - 保持至少16px起跳 */
    }

    .bundle-124-126 .page-126 .book-title-sub {
        font-size: 1.5rem; /* 24px */
    }

    .bundle-124-126 .page-124 .image-float-right,
    .bundle-124-126 .page-125 .image-float-right,
    .bundle-124-126 .page-126 .image-float-right {
        float: none;
        max-width: 100%;
        width: 100%;
        margin: 20px auto;
        text-align: center;
        min-width: auto;
    }

    .bundle-124-126 .page-124 .content-paragraph,
    .bundle-124-126 .page-125 .content-paragraph,
    .bundle-124-126 .page-126 .content-paragraph {
        font-size: 1rem; /* 16px - 保持至少16px */
    }

    .bundle-124-126 .page-124 .book-info,
    .bundle-124-126 .page-125 .book-info,
    .bundle-124-126 .page-126 .book-info {
        font-size: 1rem; /* 16px */
    }

    .bundle-124-126 .page-126 .book-section {
        margin-bottom: 30px;
    }

    .bundle-124-126 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .bundle-124-126 .container {
        padding: 10px 15px;
    }

    .bundle-124-126 .page-124 .book-title,
    .bundle-124-126 .page-125 .book-title,
    .bundle-124-126 .page-126 .book-title {
        font-size: 1.25rem; /* 20px - 保持至少16px起跳 */
    }

    .bundle-124-126 .page-126 .book-title-sub {
        font-size: 1.25rem; /* 20px */
    }

    .bundle-124-126 .page-124 .content-paragraph,
    .bundle-124-126 .page-125 .content-paragraph,
    .bundle-124-126 .page-126 .content-paragraph {
        font-size: 1rem; /* 16px - 保持至少16px */
    }

    .bundle-124-126 .page-124 .book-info,
    .bundle-124-126 .page-125 .book-info,
    .bundle-124-126 .page-126 .book-info {
        font-size: 1rem; /* 16px */
    }

    .bundle-124-126 .page-124 .image-float-right,
    .bundle-124-126 .page-125 .image-float-right,
    .bundle-124-126 .page-126 .image-float-right {
        margin: 15px auto;
    }

    .bundle-124-126 .page-126 .book-section {
        margin-bottom: 25px;
    }
}

/* ========== 固定垂直標籤樣式 ========== */
.bundle-124-126-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #806856;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 響應式：小螢幕調整 */
@media (max-width: 768px) {
    .bundle-124-126-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}
