/* ===================================
   Page 90-93 樣式
   老土讀畫：唯有君家老松樹，春風來似未曾來
   參考：69期 p82-89 樣式
   生成時間：2025-11-19 11:21:41
   =================================== */

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

/* 主容器 */
.bundle-90-93 .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;
    position: relative;
}

/* Page 90 專屬樣式 - 上下排版（標題在上，圖片在下） */
.bundle-90-93 .page-90 .title {
    text-align: center;
    color: #7D685D;
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: bold;
}

.bundle-90-93 .page-90 .bottom-image {
    margin: 20px auto 0;
    text-align: center;
}

.bundle-90-93 .page-90 .bottom-image img {
    max-width: 600px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Page 91 專屬樣式 - 置中對齊排版 */
.bundle-90-93 .page-91 .content {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px 0;
}

.bundle-90-93 .page-91 .poem-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    color: #231F20;
    margin-bottom: 30px;
    line-height: 1.6;
}

.bundle-90-93 .page-91 .content-paragraph {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 段落組間距 */
.bundle-90-93 .page-91 .section-spacing {
    margin-top: 40px;
}

/* Page 92-93 專屬樣式 - 上方排版（圖片說明） */
.bundle-90-93 .page-92 .top-image,
.bundle-90-93 .page-93 .top-image {
    margin: 0 auto 20px;
    text-align: center;
}

.bundle-90-93 .page-92 .top-image img,
.bundle-90-93 .page-93 .top-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.bundle-90-93 .page-92 .image-caption,
.bundle-90-93 .page-93 .image-caption {
    margin-top: 15px;
    text-align: center;
    font-size: 0.95rem;
    color: #806856;
    line-height: 1.6;
}

/* 頁碼樣式 */
.bundle-90-93 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding-top: 20px;
}

.bundle-90-93 .page-text {
    font-size: 0.9rem;
    color: #666;
}

.bundle-90-93 .page-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #7D685D;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

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

    .bundle-90-93 .page-90 .title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .bundle-90-93 .page-90 .bottom-image img {
        max-width: 100%;
    }

    .bundle-90-93 .page-91 .poem-title {
        font-size: 1.1rem;
    }

    .bundle-90-93 .page-91 .content {
        max-width: 100%;
        padding: 20px 0;
    }

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

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

    .bundle-90-93 .page-90 .title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .bundle-90-93 .page-91 .poem-title {
        font-size: 1rem;
    }

    .bundle-90-93 .page-91 .content-paragraph,
    .bundle-90-93 .page-92 .image-caption,
    .bundle-90-93 .page-93 .image-caption {
        font-size: 0.95rem;
    }
}

