/* style116-120.css - 因果紀實主題模組 (第75期 Page116-120) */
/* 合併檔案 - 包含page116-117和page118-120的樣式 */

/* ========== Page 116-117 樣式 ========== */

/* Bundle容器包裝 */
.bundle-116-117 {
    width: 100%;
}

/* 主容器 */
.bundle-116-117 .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;
    position: relative;
}

/* 標題樣式 - 使用主題色 #744056 */
.bundle-116-117 .title {
    text-align: center;
    color: #744056;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-116-117 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231F20;
}

/* 圓形點點的虛線 - 使用主題色 */
.bundle-116-117 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #744056 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

/* 內容樣式 */
.bundle-116-117 .content {
    max-width: 600px;
    margin: 0 auto;
}

.bundle-116-117 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 頁碼 - 使用主題色 */
.bundle-116-117 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-116-117 .page-circle {
    background: #744056;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.bundle-116-117 .page-text {
    font-size: 14px;
    color: #231F20;
}

/* 固定垂直標籤 */
.bundle-116-117-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #744056;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
}

/* 清除浮動 */
.bundle-116-117 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* ========== Page 118-120 樣式 ========== */

/* Bundle容器包裝 */
.bundle-118-120 {
    width: 100%;
}

/* 主容器 */
.bundle-118-120 .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;
    position: relative;
}

/* 內容樣式 */
.bundle-118-120 .content {
    max-width: 600px;
    margin: 0 auto;
}

.bundle-118-120 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 文繞圖樣式 - 圖片浮動右側 */
.bundle-118-120 .image-float-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 40%;
}

.bundle-118-120 .image-float-right img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* 清除浮動 */
.bundle-118-120 .content::after {
    content: "";
    display: table;
    clear: both;
}

.bundle-118-120 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* 頁碼 - 使用主題色 #744056 */
.bundle-118-120 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-118-120 .page-circle {
    background: #744056;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.bundle-118-120 .page-text {
    font-size: 14px;
    color: #231F20;
}

/* ========== 響應式設計 ========== */

/* Page 116-117 響應式 */
@media (max-width: 768px) {
    .bundle-116-117-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }

    .bundle-116-117 .container {
        padding: 15px;
    }

    .bundle-116-117 .title {
        font-size: 1.8rem;
    }

    .bundle-116-117 .content {
        max-width: 100%;
    }

    .bundle-116-117 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 580px) {
    .bundle-116-117 .container {
        padding: 15px 20px;
    }

    .bundle-116-117 .title {
        font-size: 1.6rem;
    }

    .bundle-116-117 .content-paragraph {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .bundle-116-117 .title {
        font-size: 1.4rem;
    }

    .bundle-116-117 .content-paragraph {
        font-size: 0.9rem;
    }
}

/* Page 118-120 響應式 */
@media (max-width: 768px) {
    .bundle-118-120 .container {
        padding: 15px;
    }

    .bundle-118-120 .content {
        max-width: 100%;
    }

    .bundle-118-120 .image-float-right {
        max-width: 50%;
        margin: 0 0 15px 15px;
    }

    .bundle-118-120 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 580px) {
    .bundle-118-120 .container {
        padding: 15px 20px;
    }

    .bundle-118-120 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-118-120 .image-float-right {
        max-width: 60%;
        margin: 0 0 10px 10px;
    }
}

@media (max-width: 480px) {
    .bundle-118-120 .content-paragraph {
        font-size: 0.9rem;
    }

    /* 手機版文繞圖改為不浮動，置中顯示 */
    .bundle-118-120 .image-float-right {
        float: none;
        max-width: 80%;
        margin: 20px auto;
        display: block;
    }
}




