/* ===================================
   Page 63-68 樣式
   問答釋疑：念佛不多，願生心又不確定，還能往生嗎？
   =================================== */

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

/* 主容器 */
.bundle-63-68 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 2.5rem;
    position: relative;
}

.bundle-63-68 .page-figure .top-image{
    max-width: 400px;
  margin: auto;
}

/* 全圖片頁面容器 */
.bundle-63-68 .full-page-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.bundle-63-68 .full-page-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 文字疊加層 */
.bundle-63-68 .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 80px 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* 主標題 */
.bundle-63-68 .title {
    text-align: center;
    color: #806856;
    margin-bottom: 30px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
}

/* 問答區域 */
.bundle-63-68 .qa-section {
    margin: 30px 0;
}

/* 問題樣式 */
.bundle-63-68 .question {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #e25b45;
}

/* 回答樣式 */
.bundle-63-68 .answer {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 1.1rem;
    color: #231f20;
}

/* 問答標籤 (問/答) */
.bundle-63-68 .qa-label {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 0.3em;
}

/* 問題標籤顏色 */
.bundle-63-68 .question-label {
    color: #e25b45;
}

/* 回答標籤顏色 */
.bundle-63-68 .answer-label {
    color: #231f20;
}

/* 內容段落 */
.bundle-63-68 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #231f20;
    font-size: 1.1rem;
}

/* 內容區域 */
.bundle-63-68 .content {
    max-width: 600px;
    margin: 0 auto;
}

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

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

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

/* 圖片樣式 */
.bundle-63-68 .page-figure {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
}

.bundle-63-68 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.bundle-63-68 .top-image {
    margin:auto;
    margin-bottom: 20px;
    max-width:450px;

}

/* 圖片標題 */
.bundle-63-68 .image-caption {
    text-align: center;
    font-size: 0.9rem;
    color: #806856;
    margin-top: 15px;
    margin-bottom: 15px;
    font-style: italic;
}

/* Page 65 圖片容器 */
.bundle-63-68 .page65-image-container {
    text-align: center;
    margin: 60px auto 30px;
}

.bundle-63-68 .page65-image-container img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ===================================
   Page 66 特殊樣式 - 背景圖片頁面
   完全 copy 第73期 page58 的樣式
   =================================== */

/* Page 66 容器 */
.bundle-63-68 .container.page-66 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-63-68 .page-66 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 900px;
    margin: 0 auto;
    background-image: url('https://picsum.photos/600/900?random=265');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-63-68 .page-66 .background-image {
    display: none;
}

.bundle-63-68 .page-66 .overlay-content {
    position: relative;
    width: 100%;
    min-height: 900px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 40px;
    color: white;
}

.bundle-63-68 .page-66 .main-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.bundle-63-68 .page-66 .author {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 60px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.bundle-63-68 .page-66 .content-text {
    max-width: 550px;
    text-align: center;
    line-height: 2;
    font-size: 1rem;
    color: #231f20;
    position: relative;
    padding: 30px 40px;
    border-radius: 20px;
}

/* 玻璃效果背景 */
.bundle-63-68 .page-66 .content-text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.85) 0%,
        rgba(255, 255, 255, 0.7) 50%,
        rgba(255, 255, 255, 0.6) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.bundle-63-68 .page-66 .content-text p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bundle-63-68 .page-66 .content-text .mt-4 {
    margin-top: 1.5rem !important;
}

/* 頁碼 - 僅適用於 page-66 */
.bundle-63-68 .page-66 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}

.bundle-63-68 .page-66 .page-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #90B744;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* ===================================
   Page 67 特殊樣式 - 背景圖片頁面（空白頁）
   完全 copy 第73期 page60 的樣式
   =================================== */

/* Page 67 容器 */
.bundle-63-68 .container.page-67 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-63-68 .page-67 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 900px;
    margin: 0 auto;
    background-image: url('/bookweb/bimonthly/75/p63-68/67.jpg');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-63-68 .page-67 .background-image {
    display: none;
}

.bundle-63-68 .page-67 .overlay-content {
    position: relative;
    width: 100%;
    min-height: 900px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
}

/* 頁碼 - 僅適用於 page-67 */
.bundle-63-68 .page-67 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}

.bundle-63-68 .page-67 .page-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #90B744;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}

/* ===================================
   Page 68 特殊樣式 - 背景圖片頁面
   完全 copy 第73期 page60 的樣式
   =================================== */

/* Page 68 容器 */
.bundle-63-68 .container.page-68 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-63-68 .page-68 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-height: 900px;
    margin: 0 auto;
    background-image: url('/bookweb/bimonthly/75/p63-68/68.jpg');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-63-68 .page-68 .background-image {
    display: none;
}

.bundle-63-68 .page-68 .overlay-content {
    position: relative;
    width: 100%;
    min-height: 900px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 40px;
}

.bundle-63-68 .page-68 .main-title {
    font-size: 0.9rem;
    font-weight: normal;
    text-align: center;
    color: #ffffff;
    margin: 0;
    letter-spacing: 0.1em;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* 頁碼 - 僅適用於 page-68 */
.bundle-63-68 .page-68 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000;
    font-size: 12px;
    margin-top: 10px;
}

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

/* 清除浮動 */
.bundle-63-68 .container::after {
    content: "";
    display: table;
    clear: both;
}

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

    .bundle-63-68 .text-overlay {
        padding: 60px 30px;
    }

    .bundle-63-68 .title {
        font-size: 1.8rem;
    }

    .bundle-63-68 .question,
    .bundle-63-68 .answer,
    .bundle-63-68 .content-paragraph {
        font-size: 1rem;
    }

    .bundle-63-68 .page-text {
        font-size: small;
    }

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

    .bundle-63-68 .image-with-caption {
        max-width: 90%;
    }

    .bundle-63-68 .page65-image-container {
        margin: 40px auto 20px;
    }

    .bundle-63-68 .page65-buddha-name {
        font-size: 0.95rem;
        margin-top: 20px;
    }

    /* Page 66 響應式 */
    .bundle-63-68 .page-66 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-63-68 .page-66 .main-title {
        font-size: 2rem;
    }

    .bundle-63-68 .page-66 .content-text {
        padding: 20px 25px;
        font-size: 0.95rem;
    }

    /* Page 67 響應式 */
    .bundle-63-68 .page-67 .overlay-content {
        padding: 40px 20px;
    }

    /* Page 68 響應式 */
    .bundle-63-68 .page-68 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-63-68 .page-68 .main-title {
        font-size: 2rem;
    }
}

@media (max-width: 580px) {
    .bundle-63-68 .text-overlay {
        padding: 40px 20px;
    }

    .bundle-63-68 .title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .bundle-63-68 .question,
    .bundle-63-68 .answer,
    .bundle-63-68 .content-paragraph {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .bundle-63-68 .image-with-caption {
        max-width: 95%;
    }

    .bundle-63-68 .page65-image-container {
        margin: 30px auto 15px;
    }

    .bundle-63-68 .page65-buddha-name {
        font-size: 0.9rem;
        margin-top: 15px;
    }

    /* Page 66 更小螢幕調整 */
    .bundle-63-68 .page-66 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-63-68 .page-66 .main-title {
        font-size: 1.8rem;
    }

    .bundle-63-68 .page-66 .author {
        margin-bottom: 40px;
    }

    .bundle-63-68 .page-66 .content-text {
        padding: 15px 20px;
        font-size: 0.9rem;
    }

    /* Page 67 更小螢幕調整 */
    .bundle-63-68 .page-67 .overlay-content {
        padding: 30px 15px;
    }

    /* Page 68 更小螢幕調整 */
    .bundle-63-68 .page-68 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-63-68 .page-68 .main-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .bundle-63-68 .text-overlay {
        padding: 30px 15px;
    }

    .bundle-63-68 .title {
        font-size: 1.3rem;
    }

    .bundle-63-68 .question,
    .bundle-63-68 .answer,
    .bundle-63-68 .content-paragraph {
        font-size: 0.9rem;
    }

    .bundle-63-68 .image-with-caption {
        max-width: 100%;
    }

    .bundle-63-68 .page65-image-container {
        margin: 20px auto 10px;
    }

    .bundle-63-68 .page65-buddha-name {
        font-size: 0.85rem;
        margin-top: 10px;
    }
}

