/* ===================================
   Page 73-78 樣式
   修學園地：有一種父愛，叫念佛
   參考：74期 p49-50 樣式
   =================================== */

/* 固定垂直標籤 */
.bundle-73-78-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;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

@media (max-width: 768px) {
	.bundle-73-78-active .fixed-vertical-label {
		font-size: 11px;
		padding: 2px 0px;
		left: 0px;
		line-height: 1.2;
	}
}

/* 主容器 */
.bundle-73-78 .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-73-78 .title {
    text-align: center;
    color: #75628c;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

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

/* 圓形點點的虛線 */
.bundle-73-78 .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-73-78 .subtitle {
    text-align: center;
    margin: 30px 0 20px 0;
}

.bundle-73-78 .subtitle-circle {
    display: inline-block;
    background-color: #75628c;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: bold;
}

/* 圖片區域（上方排版） */
.bundle-73-78 .image-section {
    text-align: center;
    margin-bottom: 20px;
}

.bundle-73-78 .page-figure {
    margin: 0;
    text-align: center;
}

.bundle-73-78 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 圖片標題文字 */
.bundle-73-78 .image-caption {
    text-align: right;
    color: #806856;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-right: 20px;
}

/* Page 76 右側浮動圖片（文繞圖） */
.bundle-73-78 .page-76 .image-float-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 45%;
}

.bundle-73-78 .page-76 .image-float-right img {
    width: 100%;
    height: auto;
    display: block;
}

.bundle-73-78 .page-76 .image-float-right .image-caption {
    text-align: right;
    color: #806856;
    font-size: 0.9rem;
    margin-top: 10px;
}

/* 清除浮動 */
.bundle-73-78 .page-76 .content::after {
    content: "";
    display: table;
    clear: both;
}

/* Page 78 右側浮動圖片（文繞圖） */
.bundle-73-78 .page-78 .image-float-right {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 45%;
}

.bundle-73-78 .page-78 .image-float-right img {
    width: 100%;
    height: auto;
    display: block;
}

/* 清除浮動 */
.bundle-73-78 .page-78 .content::after {
    content: "";
    display: table;
    clear: both;
}

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

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

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

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

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

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

/* RWD設定 */
@media (max-width: 768px) {
    .bundle-73-78 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-73-78 .title {
        font-size: 1.8rem;
    }

    .bundle-73-78 .author,
    .bundle-73-78 .content-paragraph {
        font-size: 1rem;
    }

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

    .bundle-73-78 .subtitle-circle {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }

    /* Page 76 文繞圖 RWD */
    .bundle-73-78 .page-76 .image-float-right {
        max-width: 50%;
    }

    /* Page 78 文繞圖 RWD */
    .bundle-73-78 .page-78 .image-float-right {
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .bundle-73-78 .container {
        padding: 15px 20px 15px 20px;
    }

    .bundle-73-78 .title {
        font-size: 1.5rem;
    }

    .bundle-73-78 .content-paragraph {
        font-size: 0.95rem;
        text-indent: 1.5em;
    }

    .bundle-73-78 .subtitle-circle {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    /* Page 76 文繞圖 RWD - 手機版不浮動 */
    .bundle-73-78 .page-76 .image-float-right {
        float: none;
        max-width: 100%;
        margin: 20px 0;
    }

    /* Page 78 文繞圖 RWD - 手機版不浮動 */
    .bundle-73-78 .page-78 .image-float-right {
        float: none;
        max-width: 100%;
        margin: 20px 0;
    }
}

