/* style95-99.css - 媽媽，阿彌陀佛一定會來的主題模組 */
/* 生成時間：2025-11-19 12:17:29 */
/* 功能描述：第69期 page95-99 專屬樣式 */

/* 主容器 */
.bundle-95-99 .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 95 專屬樣式 */
.bundle-95-99 .page-95 {
    /* Page 95 專屬樣式 */
}

/* 標題樣式 (Page 95) */
.bundle-95-99 .title.page-95-title {
    text-align: center;
    color: #D89852;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-95-99 .author.page-95-author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #333;
}

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

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

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

/* 文繞圖排版 - 通用樣式 */
.bundle-95-99 .page-figure {
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}

.bundle-95-99 .page-figure img {
    width: 100%;
    height: auto;
    display: block;
}

/* Page 95 文繞圖排版 - 圖片在右下方 */
.bundle-95-99 .page-95 .page-figure {
    float: right;
    margin: 0 0 15px 20px;
    max-width: 45%;
}

/* Page 96 文繞圖排版 - 圖片在右側 */
.bundle-95-99 .page-96 .page-figure {
    float: right;
    margin: 0 0 15px 20px;
    max-width: 45%;
}

/* Page 97 文繞圖排版 - 圖片在右側 */
.bundle-95-99 .page-97 .page-figure {
    float: right;
    margin: 0 0 15px 20px;
    max-width: 45%;
}

/* Page 98 上方排版 - 圖片在上方 */
.bundle-95-99 .page-98 .page-figure {
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
}

/* Page 99 文繞圖排版 - 圖片在下方 */
.bundle-95-99 .page-99 .page-figure {
    margin: 20px auto;
    max-width: 100%;
    text-align: center;
}

/* 小標題樣式 */
.bundle-95-99 .subtitle {
    color: #F68B1E;
    font-size: 1rem;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
}

/* 日期資訊樣式 */
.bundle-95-99 .date-info {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #231f20;
}

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

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

/* 固定垂直標籤 */
.bundle-95-99-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #D99852;
    color: white;
    padding: 10px 8px;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 5px;
    z-index: 1000;
    font-weight: bold;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .bundle-95-99-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }

    .bundle-95-99 .container {
        padding: 15px;
    }

    .bundle-95-99 .title.page-95-title {
        font-size: 1.8rem;
    }

    .bundle-95-99 .content {
        max-width: 100%;
    }

    .bundle-95-99 .page-95 .page-figure,
    .bundle-95-99 .page-96 .page-figure,
    .bundle-95-99 .page-97 .page-figure {
        float: none;
        margin: 20px auto;
        max-width: 100%;
        width: 100%;
    }

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

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

    .bundle-95-99 .title.page-95-title {
        font-size: 1.6rem;
    }

    .bundle-95-99 .content-paragraph {
        font-size: 0.95rem;
    }
}

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

    .bundle-95-99 .content-paragraph {
        font-size: 0.9rem;
    }
}

