/* style101-103.css - 媽媽我要聽阿彌陀佛主題模組 */
/* 主容器 */
.bundle-101-103 .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 101 專屬樣式 */
.bundle-101-103 .page-101 {
    /* Page 101 專屬樣式 */
}

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

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

/* 小標題樣式 */
.bundle-101-103 .subtitle {
    color: #D89852;
    font-size: 1rem;
    font-weight: bold;
    margin: 20px auto;
}

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

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

/* 分隔符樣式 */
.bundle-101-103 .separator {
    text-align: center;
    color: #D89852;
    font-size: 1rem;
    margin: 20px 0;
}

/* Page 102 全圖頁 */
.bundle-101-103 .page-102 {
    /* Page 102 全圖頁樣式 */
}

.bundle-101-103 .page-102.full-page-image {
    padding: 0;
    overflow: hidden;
}

.bundle-101-103 .page-102.full-page-image .content {
    max-width: 100%;
}

.bundle-101-103 .page-102.full-page-image figure {
    margin: 0;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.bundle-101-103 .page-102.full-page-image figure img {
    width: 100%;
    height: auto;
    display: block;
}

/* Page 103 專屬樣式 */
.bundle-101-103 .page-103 {
    /* Page 103 專屬樣式 */
}

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

.bundle-101-103 .source-info {
    text-align: right;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #231f20;
}

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

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

/* 響應式設計 */
@media (max-width: 768px) {
    .bundle-101-103 .container {
        padding: 15px;
    }

    .bundle-101-103 .title.page-101-title {
        font-size: 1.8rem;
    }

    .bundle-101-103 .content {
        max-width: 100%;
    }

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

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

    .bundle-101-103 .title.page-101-title {
        font-size: 1.6rem;
    }

    .bundle-101-103 .content-paragraph {
        font-size: 0.95rem;
    }
}

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

    .bundle-101-103 .content-paragraph {
        font-size: 0.9rem;
    }
}

/* ============ 固定垂直標籤背景色（念佛感應）============ */
.bundle-101-103-active .fixed-vertical-label {
    background-color: #D99852;
}