/* ===================================
   Page 82-89 樣式
   我畫「護念佛」
   參考：76期 p85-92 樣式
   =================================== */

/* 固定垂直標籤 */
.bundle-82-89-active .fixed-vertical-label {
	position: fixed;
	top: 30px;
	left: 30px;
	writing-mode: vertical-rl;
	text-orientation: upright;
	background-color: #806856;
	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-82-89-active .fixed-vertical-label {
		font-size: 11px;
		padding: 2px 0px;
		left: 0px;
		line-height: 1.2;
	}
}

/* 主容器 */
.bundle-82-89 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 50px 20px 50px;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #F4ECDA;
    position: relative;
}

/* 標題樣式 */
.bundle-82-89 .title {
    text-align: center;
    color: #806856;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.bundle-82-89 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

/* 圓形點點的虛線 */
.bundle-82-89 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}

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

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

.bundle-82-89 .fw-bold {
    font-weight: bold;
}

/* 圖片樣式 */
.bundle-82-89 .page-figure {
    margin: 0 auto 20px;
}

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

.bundle-82-89 .page-figure figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #806856;
    margin-top: 10px;
}

/* 全圖片頁面樣式 */
.bundle-82-89 .full-page-image {
    margin-bottom: 20px;
}

.bundle-82-89 .full-page-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Page 82 專屬樣式 - 標題頁（含背景 SVG） */
.bundle-82-89 .page-82 {
    position: relative;
    margin: 5rem auto;
}

/* Page 83 專屬樣式 - 全圖片頁面 */
.bundle-82-89 .page-83 {
    position: relative;
    margin: 5rem auto;
}

.bundle-82-89 .page-83 .full-page-image {
    margin-bottom: 20px;
}

.bundle-82-89 .page-83 .full-page-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-82-89 .page-83 .full-page-image figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #806856;
    margin-top: 10px;
}

/* Page 84 專屬樣式 - 純文字內容（含背景 SVG） */
.bundle-82-89 .page-84 {
    position: relative;
    margin: 5rem auto;
}

.bundle-82-89 .page-84 .content {
    max-width: 100%;
}

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

/* Page 85 專屬樣式 - 全圖片頁面 */
.bundle-82-89 .page-85 {
    position: relative;
    margin: 5rem auto;
}

.bundle-82-89 .page-85 .full-page-image {
    margin-bottom: 20px;
}

.bundle-82-89 .page-85 .full-page-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-82-89 .page-85 .full-page-image figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #806856;
    margin-top: 10px;
}

/* Page 86 專屬樣式 - 純文字內容（含背景 SVG） */
.bundle-82-89 .page-86 {
    position: relative;
    margin: 5rem auto;
}

.bundle-82-89 .page-86 .content {
    max-width: 100%;
}

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

/* Page 87 專屬樣式 - 純文字內容 */
.bundle-82-89 .page-87 .content {
    max-width: 100%;
}

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

/* Page 88 專屬樣式 - 全圖片頁面（含背景 SVG） */
.bundle-82-89 .page-88 {
    position: relative;
    margin: 5rem auto;
}

.bundle-82-89 .page-88 .full-page-image {
    margin-bottom: 20px;
}

.bundle-82-89 .page-88 .full-page-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.bundle-82-89 .page-88 .full-page-image figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #806856;
    margin-top: 10px;
}

/* Page 89 專屬樣式 - 純文字內容 */
.bundle-82-89 .page-89 .content {
    max-width: 100%;
}

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

/* Background SVG styles for Page 82, 84, 86, 88 */
.bundle-82-89 .background-yi,
.bundle-82-89 .background-shu {
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    pointer-events: none;
}

.bundle-82-89 .background-yi {
    top: -105px;
    left: 10px;
    width: 120px;
    height: auto;
}

.bundle-82-89 .background-shu {
    bottom: -40px;
    left: 10px;
    width: 120px;
    height: auto;
}

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

.bundle-82-89 .page-circle {
    background: #D0A74ACC;
    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-82-89 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-82-89 .title {
        font-size: 1.8rem;
    }

    .bundle-82-89 .author,
    .bundle-82-89 .content-paragraph {
        font-size: 1rem;
    }

    .bundle-82-89 .page-text {
        font-size: small;
    }

    .bundle-82-89 .page-circle {
        font-size: small;
        width: 25px;
        height: 25px;
    }

    .bundle-82-89 .page-figure figcaption {
        font-size: 0.8em;
    }
}

@media (max-width: 580px) {
    .bundle-82-89 .container {
        padding: 15px 15px;
    }

    .bundle-82-89 .background-yi {
        top: -75px;
        left: 10px;
        width: 80px;
        height: auto;
    }

    .bundle-82-89 .background-shu {
        bottom: -30px;
        left: 10px;
        width: 80px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .bundle-82-89 .title {
        font-size: 1.5rem;
    }

    .bundle-82-89 .page-figure figcaption {
        font-size: 0.75em;
    }

    .bundle-82-89 .background-yi {
        top: -55px;
        left: 10px;
        width: 60px;
        height: auto;
    }

    .bundle-82-89 .background-shu {
        bottom: -20px;
        left: 10px;
        width: 60px;
        height: auto;
    }
}

