/* ===================================
   Page 69-76 樣式
   修學園地：因為需要，所以相信，所以快樂
   第78期
   =================================== */

/* 主容器 */
.bundle-69-76 .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-69-76 .title {
    text-align: center;
    color: #75628c;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

/* 英文標題樣式 */
.bundle-69-76 .title-en {
    text-align: center;
    color: #75628c;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}

/* 作者樣式 */
.bundle-69-76 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

/* 圓形點點的虛線 */
.bundle-69-76 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #75628C 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}

/* 小標題樣式 (若有需要) */
.bundle-69-76 .subtitle {
    color: #75628c;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0 15px 0;
    text-indent: 0;
}

/* 上方圖片區域 */
.bundle-69-76 .top-image,
.bundle-69-76 .image-section:not(.bottom-image) {
    text-align: center;
    margin-bottom: 25px;
}

.bundle-69-76 .top-image img,
.bundle-69-76 .image-section:not(.bottom-image) img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 下方圖片區域 */
.bundle-69-76 .bottom-image {
    margin-top: 30px;
    text-align: center;
}

.bundle-69-76 .bottom-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 內容樣式 */
.bundle-69-76 .content {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.bundle-69-76 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
}

/* 英文段落不縮排 */
.bundle-69-76 .content-paragraph-en {
    text-indent: 0;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
}

/* 粗體文字 */
.bundle-69-76 .fw-bold {
    font-weight: bold;
}

/* 特別小標題或是引言使用 */
.bundle-69-76 .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;
}

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

.bundle-69-76 .page-text {
    color: #666;
    font-size: 14px;
}

.bundle-69-76 .page-circle {
    background: #75628C;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Page 69 專屬樣式 */
.bundle-69-76 .page-69 .title {
    font-size: 2.5rem;
    line-height: 1.3;
}

.bundle-69-76 .page-69 .title-en {
    font-size: 1.3rem;
    line-height: 1.4;
}

/* RWD設定 */
@media (max-width: 768px) {
    .bundle-69-76 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-69-76 .title {
        font-size: 1.8rem;
    }

    .bundle-69-76 .title-en {
        font-size: 1.2rem;
    }

    .bundle-69-76 .subtitle {
        font-size: 1.1rem;
    }

    .bundle-69-76 .author,
    .bundle-69-76 .content-paragraph,
    .bundle-69-76 .content-paragraph-en {
        font-size: 1rem;
    }

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

@media (max-width: 480px) {
    .bundle-69-76 .container {
        padding: 15px 20px 15px 20px;
    }

    .bundle-69-76 .title {
        font-size: 1.5rem;
    }

    .bundle-69-76 .title-en {
        font-size: 1rem;
    }

    .bundle-69-76 .subtitle {
        font-size: 1rem;
    }

    .bundle-69-76 .content-paragraph,
    .bundle-69-76 .content-paragraph-en {
        font-size: 0.95rem;
        text-indent: 1.5em;
    }

    .bundle-69-76 .content-paragraph-en {
        text-indent: 0;
    }
}
