/* ===================================
   Page 77-79 樣式
   修學園地：採訪淨開法師的爸爸──父親節採訪
   參考：76期 p69-76 樣式
   生成時間：2025-11-17 07:36:55
   =================================== */

/* 固定垂直標籤 */
.bundle-77-79-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-77-79-active .fixed-vertical-label {
		font-size: 11px;
		padding: 2px 0px;
		left: 0px;
		line-height: 1.2;
	}
}

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

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

/* 圓形點點的虛線 */
.bundle-77-79 .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-77-79 .subtitle {
    color: #75628c;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0 15px 0;
    text-indent: 0;
}

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

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

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

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

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

/* Page 79 專屬樣式 - 上方圖片排版 */
.bundle-77-79 .page-79 .top-image {
    max-width: 100%;
    margin: 0 auto 2rem auto;
}

.bundle-77-79 .page-79 .top-image img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    display: block;
}

.bundle-77-79 .page-79 .top-image figcaption {
    font-size: 0.9rem;
    color: #806856;
    text-align: center;
    margin-top: 10px;
    line-height: 1.6;
}

/* 結尾樣式 */
.bundle-77-79 .ending-text {
    text-align: center;
    margin: 20px 0 10px 0;
    font-size: 1rem;
}

.bundle-77-79 .date-text {
    text-align: right;
    margin: 10px 0;
    font-size: 1rem;
}

