/* style116-118.css - 因果紀實主題模組 (第79期 Page116-118) */

/* ========== 固定垂直標籤樣式 ========== */
.bundle-116-118-active .fixed-vertical-label {
    background-color: #744056;
}

/* ========== Page 116-118 樣式 ========== */

/* 主容器 */
.bundle-116-118 .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-116-118 .title {
    text-align: center;
    color: #744056;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

/* 作者樣式 */
.bundle-116-118 .author {
    text-align: center;
    margin: 10px 0 5px 0;
    font-size: 1rem;
    color: #231F20;
}

/* 譯者樣式 */
.bundle-116-118 .translator {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 1rem;
    color: #231F20;
}

/* 圓形點點的虛線 */
.bundle-116-118 .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-118 .content {
    max-width: 600px;
    margin: 0 auto;
}

.bundle-116-118 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 小標題（慧淨法師案） */
.bundle-116-118 .subtitle {
    font-size: 1rem;
    font-weight: bold;
    color: #744056;
    margin: 20px 0 10px 0;
}

/* 慧淨法師案引用段落（顏色不同） */
.bundle-116-118 .comment-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #665344;
}

/* 圖片容器 */
.bundle-116-118 .page-figure {
    margin: 20px auto;
    text-align: center;
}

.bundle-116-118 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* 上方排版圖片 */
.bundle-116-118 .page-figure.top-image {
    margin: 0 0 20px 0;
}

/* 下方排版圖片 */
.bundle-116-118 .page-figure.bottom-image {
    margin: 20px 0 0 0;
}

/* 頁碼 */
.bundle-116-118 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
    clear: both;
}

.bundle-116-118 .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-118 .page-text {
    font-size: 14px;
    color: #231F20;
}

/* 清除浮動 */
.bundle-116-118 .content::after,
.bundle-116-118 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* ========== 響應式設計 (RWD) ========== */
@media (max-width: 1024px) {
    .bundle-116-118 .container {
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .bundle-116-118 .container {
        padding: 15px;
    }

    .bundle-116-118 .title {
        font-size: 1.8rem;
    }

    .bundle-116-118 .content {
        max-width: 100%;
    }

    .bundle-116-118 .page-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

@media (max-width: 580px) {
    .bundle-116-118 .container {
        padding: 15px 20px;
    }

    .bundle-116-118 .title {
        font-size: 1.6rem;
    }

    .bundle-116-118 .content-paragraph,
    .bundle-116-118 .comment-paragraph {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .bundle-116-118 .title {
        font-size: 1.4rem;
    }

    .bundle-116-118 .content-paragraph,
    .bundle-116-118 .comment-paragraph {
        font-size: 0.9rem;
    }
}
