/* ===================================
   Page 91-95 樣式
   修學園地：「本願稱名」之殊勝效益
   生成時間：2025-11-28
   =================================== */

/* 固定垂直標籤 */
.bundle-91-95-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #75628c;
    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-91-95-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-91-95 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 100px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
}

/* 標題樣式 */
.bundle-91-95 .title {
    text-align: center;
    color: #75628c;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}

/* 副標題 */
.bundle-91-95 .subtitle {
    text-align: center;
    color: #75628c;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

/* 作者樣式 */
.bundle-91-95 .author { text-align: center; margin: 15px 0; font-size: 1rem; }

/* 圓形點點的虛線 */
.bundle-91-95 .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-91-95 .content { max-width: 600px; margin: 0 auto; }

.bundle-91-95 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
}

/* 經典引用 - 粗體楷書 */
.bundle-91-95 .content-quote { text-indent: 2em; margin-bottom: 15px; line-height: 1.8; font-size: 1rem; font-weight: bold; }

/* 經典引用區塊 */
.bundle-91-95 .quote-block { margin: 15px 0; padding-left: 1em; }
.bundle-91-95 .quote-block .content-quote { text-indent: 0; }

/* 粗體文字 */
.bundle-91-95 .fw-bold { font-weight: bold; }

/* 圖片容器 */
.bundle-91-95 .bottom-image { width: 100%; max-width: 600px; margin: 20px auto 0 auto; }
.bundle-91-95 .bottom-image img { width: 100%; height: auto; display: block; }

/* 頁碼 */
.bundle-91-95 .page-number { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; padding: 8px 0; }
.bundle-91-95 .page-text { color: #666; font-size: 14px; }
.bundle-91-95 .page-circle { background: #9E8BAD; color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }

/* Page 91 標題頁 */
.bundle-91-95 .page-91 { padding-top: 40px; }
.bundle-91-95 .page-91 .title { margin-top: 30px; }

/* RWD */
@media (max-width: 992px) { .bundle-91-95 .container { padding: 20px 60px; } .bundle-91-95 .title, .bundle-91-95 .subtitle { font-size: 1.9rem; } }
@media (max-width: 768px) { .bundle-91-95 .container { padding: 15px 30px; } .bundle-91-95 .title, .bundle-91-95 .subtitle { font-size: 1.6rem; } .bundle-91-95 .content-paragraph, .bundle-91-95 .content-quote { font-size: 0.95rem; } }
@media (max-width: 576px) { .bundle-91-95 .container { padding: 12px 15px; margin-bottom: 1.5rem; } .bundle-91-95 .title, .bundle-91-95 .subtitle { font-size: 1.4rem; } .bundle-91-95 .content-paragraph, .bundle-91-95 .content-quote { font-size: 0.9rem; line-height: 1.7; } }