/* ========================================
   第68期雙月刊 p60-61 樣式檔案
   生成時間：2025-11-27 11:42:00
   功能描述：page60-61 的樣式規則
   分類：淨土宗妙喻（專志西方：引牛吃草喻）
   ======================================== */

/* 基本容器樣式 */
.bundle-60-61 .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;
}

/* 頁首裝飾圖樣式 */
.bundle-60-61 .header-image {
    margin: -20px -100px 20px -100px;
    text-align: center;
}

.bundle-60-61 .header-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 主標題樣式 - 綠色 #77ab42 */
.bundle-60-61 .title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #77ab42;
}

/* 作者樣式 */
.bundle-60-61 .author {
    text-align: center;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #333;
}

/* 分隔線樣式 */
.bundle-60-61 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #77ab42 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

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

/* 內容段落樣式 */
.bundle-60-61 .content-paragraph {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    text-indent: 2em;
    font-size: 1rem;
    color: #000;
}

/* 無縮排段落 */
.bundle-60-61 .content-paragraph.no-indent {
    text-indent: 0;
}

/* 引用文段落樣式 (DFKaiShuStd-W7 粗體) */
.bundle-60-61 .fw-bold {
    font-weight: bold;
}

/* 頁碼樣式 */
.bundle-60-61 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.bundle-60-61 .page-text {
    font-size: 0.9rem;
    color: #666;
}

.bundle-60-61 .page-circle {
    background-color: #767E77;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

/* Page 61 圖片樣式 */
.bundle-60-61 .page-61 .image-content {
    text-align: center;
    margin: 1.5rem auto;
}

.bundle-60-61 .page-61 .image-content img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* RWD 響應式設計 */
@media (max-width: 768px) {
    .bundle-60-61 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    .bundle-60-61 .header-image {
        margin: -15px -20px 15px -20px;
    }

    .bundle-60-61 .title {
        font-size: 1.6rem;
    }

    .bundle-60-61 .content-paragraph {
        font-size: 0.95rem;
    }

    .bundle-60-61 .page-61 .image-content img {
        max-width: 100%;
    }
}

