/* 第75期 page5-13 樣式 */
/**
 * 生成時間：2025-10-26 08:01:16
 * 功能描述：第75期雙月刊 page5-13 頁面樣式
 * 包含頁面：page5-13（阿彌陀佛四十八題──以四十八題略解「阿彌陀佛是怎樣一尊佛？」（十九））
 */

/* 主容器 */
.bundle-5-13 .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;
}

/* ============ 標題樣式 ============ */

/* Page 5-13: 阿彌陀佛四十八題 - 使用 #86633A 色系 */
.bundle-5-13 .page-5 .title,
.bundle-5-13 .page-5 .subtitle,
.bundle-5-13 .page-5 .chapter {
    color: #86633A;
}

.bundle-5-13 .title {
    text-align: center;
    color: #806856;
    margin: 10px 0 5px 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-5-13 .subtitle {
    text-align: center;
    color: #806856;
    font-size: 1.2rem;
    margin: 0 auto 10px auto;
    max-width: 90%;
}

.bundle-5-13 .chapter {
    text-align: center;
    color: #806856;
    margin: 5px 0 20px 0;
    font-size: 1.2rem;
}

/* ============ 作者樣式 ============ */
.bundle-5-13 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231f20;
}

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

/* ============ 內容樣式 ============ */
.bundle-5-13 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* 頁面 6-13 使用全寬 */
.bundle-5-13 .page-6 .content,
.bundle-5-13 .page-7 .content,
.bundle-5-13 .page-8 .content,
.bundle-5-13 .page-9 .content,
.bundle-5-13 .page-10 .content,
.bundle-5-13 .page-11 .content,
.bundle-5-13 .page-12 .content,
.bundle-5-13 .page-13 .content {
    max-width: none;
}

/* ============ 小標題樣式 ============ */

/* 一般小標題 */
.bundle-5-13 .content-title {
    text-align: left;
    color: #86633A;
    margin: 30px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

/* ============ 段落樣式 ============ */
.bundle-5-13 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #231f20;
}

/* 粗體文字 */
.bundle-5-13 .content-paragraph .fw-bold {
    font-weight: 700;
}

/* ============ Page 7 圖片頁樣式（左側排版）============ */
.bundle-5-13 .page-7 .content {
    text-align: center;
}

.bundle-5-13 .page-7 .full-page-image {
    margin: 0;
    padding: 0;
}

.bundle-5-13 .page-7 .full-page-image img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
}

.bundle-5-13 .page-7 figcaption {
    color: #806856;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* ============ Page 11 圖片頁樣式（左側排版）============ */
.bundle-5-13 .page-11 .content {
    text-align: center;
}

.bundle-5-13 .page-11 .full-page-image {
    margin: 0;
    padding: 0;
}

.bundle-5-13 .page-11 .full-page-image img {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
}

.bundle-5-13 .page-11 figcaption {
    color: #806856;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* ============ Page 12 圖片頁樣式（右側排版 float:right）============ */
.bundle-5-13 .page-12 .right-image {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1rem;
    max-width: 35%;
}

.bundle-5-13 .page-12 .right-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.bundle-5-13 .page-12 .right-image figcaption {
    color: #806856;
    font-size: 0.85rem;
    margin-top: 10px;
    text-align: center;
}

/* 清除浮動 */
.bundle-5-13 .page-12 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* ============ Page 13 圖片頁樣式（上下排版）============ */
.bundle-5-13 .page-13 .figure-bottom {
    margin: 30px 0 20px 0;
    text-align: center;
}
.bundle-5-13 .page-13 .inner-image > img{
    width: 100%;
    height: auto;
}

.bundle-5-13 .page-13 .figure-bottom figcaption {
    color: #806856;
    font-size: 0.9rem;
    margin-top: 15px;
}

/* ============ 頁碼樣式 ============ */
.bundle-5-13 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    font-size: 0.9rem;
    color: #666;
}

.bundle-5-13 .page-number .page-text {
    color: #666;
}

.bundle-5-13 .page-number .page-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #806856;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

/* ============ 響應式設計 ============ */
@media (max-width: 768px) {
    .bundle-5-13 .container {
        padding: 15px 30px;
    }

    .bundle-5-13 .title {
        font-size: 1.8rem;
    }

    .bundle-5-13 .subtitle {
        font-size: 1rem;
    }

    .bundle-5-13 .content-title {
        font-size: 1.1rem;
    }

    /* Page 12 響應式 */
    .bundle-5-13 .page-12 .right-image {
        float: none;
        margin-left: 0;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 480px) {
    .bundle-5-13 .container {
        padding: 10px 20px;
    }

    .bundle-5-13 .title {
        font-size: 1.5rem;
    }

    .bundle-5-13 .content-paragraph {
        text-indent: 1.5em;
    }
}

/* ============ 固定垂直標籤樣式 ============ */
.bundle-5-13-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #86633A;
    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-5-13-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

