/* ================================================
   style48-49.css — Bundle p48-49
   79期 [淨宗俗諦] 只管自家　不管人家 / 釋宗道
   來源：仿照 78期 style56-57.css 生成
   ================================================ */

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

/* 標題樣式（CHei3HK-Bold, 38pt, #d89852）*/
.bundle-48-49 .title {
    text-align: center;
    color: #d89852;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

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

/* 圓形點點的虛線 */
.bundle-48-49 .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-48-49 .content {
    max-width: 600px;
    margin: 0 auto;
}

/* 內容段落樣式 */
.bundle-48-49 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231f20;
}

/* 引用文字（DFKaiShuStd-W7）*/
.bundle-48-49 .quote-text {
    font-weight: bold;
    color: #231f20;
}

/* 圖片容器 */
.bundle-48-49 .page-figure {
    margin: 0 0 20px 0;
    text-align: center;
}

.bundle-48-49 .page-figure img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 上方裝飾圖 */
.bundle-48-49 .top-decorative-image {
    margin-bottom: 25px;
}

.bundle-48-49 .top-decorative-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

/* 下方裝飾圖（p49 第二張圖）*/
.bundle-48-49 .bottom-decorative-image {
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
}

.bundle-48-49 .bottom-decorative-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 0 auto;
}

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

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

.bundle-48-49 .page-circle {
    background: #D89852;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

/* 文章結尾日期 */
.bundle-48-49 .article-date {
    text-align: right;
    color: #555;
    font-size: 0.95rem;
    margin-top: 1.5rem;
}

/* 結束標記 */
.bundle-48-49 .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;
}

/* fixed-vertical-label（淨宗俗諦 #D89852）*/
.bundle-48-49-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;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

/* ========================================
   Page 48 專屬樣式
   ======================================== */
.bundle-48-49 .page-48 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ========================================
   Page 49 專屬樣式
   ======================================== */
.bundle-48-49 .page-49 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
}

/* ========================================
   響應式設計 (RWD)
   ======================================== */

/* 平板尺寸 (768px - 1024px) */
@media (max-width: 1024px) {
    .bundle-48-49 .container {
        padding: 20px 60px;
    }

    .bundle-48-49 .title {
        font-size: 2.4rem;
    }
}

/* 手機尺寸 (小於 768px) */
@media (max-width: 768px) {
    .bundle-48-49 .container {
        padding: 15px 30px;
        margin-bottom: 2rem;
    }

    .bundle-48-49 .title {
        font-size: 2rem;
    }

    .bundle-48-49 .author {
        font-size: 0.9rem;
    }

    .bundle-48-49 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .bundle-48-49 .dotted-line {
        margin: 20px 0;
    }

    .bundle-48-49 .top-decorative-image {
        margin-bottom: 20px;
    }

    .bundle-48-49 .bottom-decorative-image {
        margin-top: 20px;
    }

    .bundle-48-49-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 小手機尺寸 (小於 480px) */
@media (max-width: 480px) {
    .bundle-48-49 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-48-49 .title {
        font-size: 1.6rem;
    }

    .bundle-48-49 .author {
        font-size: 0.85rem;
        margin: 10px 0;
    }

    .bundle-48-49 .content-paragraph {
        font-size: 0.9rem;
        line-height: 1.6;
        text-indent: 1.5em;
        margin-bottom: 12px;
    }

    .bundle-48-49 .dotted-line {
        height: 6px;
        margin: 15px 0;
        background-size: 6px 6px;
    }

    .bundle-48-49 .page-number {
        margin-top: 20px;
        gap: 6px;
    }

    .bundle-48-49 .page-text {
        font-size: 12px;
    }

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

    .bundle-48-49 .top-decorative-image {
        margin-bottom: 15px;
    }

    .bundle-48-49 .bottom-decorative-image {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
