/* ===================================
   Page 92-93 樣式
   念佛感應：禪和子與念佛人
   生成時間：2025-12-14
   =================================== */

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

/* 主容器 */
.bundle-92-93 .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-92-93 .title {
    text-align: center;
    color: #d89852;
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.4;
}

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

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

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

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

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

/* 日期區塊 */
.bundle-92-93 .date-block {
    text-align: right;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1rem;
}

/* 頁碼 */
.bundle-92-93 .page-number { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 30px; padding: 8px 0; }
.bundle-92-93 .page-text { color: #666; font-size: 14px; }
.bundle-92-93 .page-circle { background: #d89852; color: white; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }

/* Page 92 標題頁 */
.bundle-92-93 .page-92 { padding-top: 40px; }
.bundle-92-93 .page-92 .title { margin-top: 30px; }

/* ===================================
   Page 93 專屬樣式 - 文繞圖排版
   =================================== */
.bundle-92-93 .page-93 { padding: 20px 50px; }

/* 文繞圖容器 */
.bundle-92-93 .page-93 .text-wrap-image-container {
    position: relative;
    overflow: hidden;
}

/* 右側浮動圖片 */
.bundle-92-93 .page-93 .float-right-image {
    float: right;
    width: 45%;
    max-width: 280px;
    margin: 0 0 15px 20px;
    shape-outside: margin-box;
}

.bundle-92-93 .page-93 .float-right-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

.bundle-92-93 .page-93 .image-caption {
    text-align: center;
    color: #806856;
    font-size: 0.85rem;
    margin-top: 8px;
}

/* 引用區塊樣式 */
.bundle-92-93 .quote-block {
    margin: 15px 0;
    padding-left: 1em;
}

.bundle-92-93 .quote-intro {
    margin-bottom: 8px;
    line-height: 1.8;
    font-size: 1rem;
}

.bundle-92-93 .quote-content {
    margin-bottom: 8px;
    line-height: 1.8;
    font-size: 1rem;
    padding-left: 1em;
}

/* 清除浮動 */
.bundle-92-93 .clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* RWD */
@media (max-width: 992px) { .bundle-92-93 .container { padding: 20px 60px; } .bundle-92-93 .title { font-size: 1.9rem; } .bundle-92-93 .page-93 { padding: 20px 40px; } }
@media (max-width: 768px) { .bundle-92-93 .container { padding: 15px 30px; } .bundle-92-93 .title { font-size: 1.6rem; } .bundle-92-93 .content-paragraph { font-size: 0.95rem; } .bundle-92-93 .page-93 { padding: 15px 20px; } .bundle-92-93 .page-93 .float-right-image { width: 40%; max-width: 200px; margin: 0 0 10px 15px; } }
@media (max-width: 576px) { .bundle-92-93 .container { padding: 12px 15px; margin-bottom: 1.5rem; } .bundle-92-93 .title { font-size: 1.4rem; } .bundle-92-93 .content-paragraph { font-size: 0.9rem; line-height: 1.7; } .bundle-92-93 .page-93 { padding: 12px 10px; } .bundle-92-93 .page-93 .float-right-image { float: none; width: 100%; max-width: 100%; margin: 0 auto 15px auto; } }

