/* ===================================
   Page 53-54 樣式
   修學園地：淨宗寺法師與美加澳法師合影
   參考：49-50 樣式
   =================================== */

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

/* 主容器 */
.bundle-53-54 .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-53-54 .image-section {
    text-align: center;
    margin-bottom: 20px;
}

.bundle-53-54 .page-figure {
    margin: 0;
    text-align: center;
}

.bundle-53-54 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 圖片標題區域 */
.bundle-53-54 .image-caption-section {
    text-align: center;
    margin-bottom: 20px;
}

/* 圖片標題樣式 */
.bundle-53-54 .image-caption {
    color: #806856;
    font-size: 0.9rem;
    margin: 5px 0;
    line-height: 1.6;
}

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

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

.bundle-53-54 .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-53-54 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-53-54 .image-caption {
        font-size: 0.85rem;
    }

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

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

    .bundle-53-54 .image-caption {
        font-size: 0.8rem;
    }
}

