/* ===================================
   Page 66-68 樣式
   不如認輸生淨土
   生成時間：2025-12-12
   =================================== */

/* 固定垂直標籤 */
.bundle-66-68-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #90B744;
    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-66-68-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0px;
        left: 0px;
        line-height: 1.2;
    }
}

/* 主容器 */
.bundle-66-68 .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-66-68 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

.bundle-66-68 .page-text {
    color: #666;
    font-size: 14px;
}

.bundle-66-68 .page-circle {
    background: #90B744;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/* Page 66 專屬樣式 - 背景圖片頁面（標題頁） */

.bundle-66-68 .page-66 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-image: url('https://picsum.photos/600/900?random=366');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-66-68 .page-66 .background-image {
    display: none;
}

.bundle-66-68 .page-66 .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;
    color: white;
}

/* Page 66 文字區域容器 - 黃色半透明背景 */
.bundle-66-68 .page-66 .text-container {
    background-color: rgba(255, 245, 109, 0.6);
    padding: 40px 50px;
    border-radius: 15px;
    text-align: center;
}

.bundle-66-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-66-68 .page-66 .author {
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
    color: #231f20;
}



/* Page 67 專屬樣式 - 文繞圖排版（背景圖片+文字重疊） */

.bundle-66-68 .page-67 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-image: url('https://picsum.photos/600/900?random=367');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-66-68 .page-67 .background-image {
    display: none;
}

.bundle-66-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;
    color: white;
}


.bundle-66-68 .page-67 .content-text {
    max-width: 550px;
    text-align: center;
    line-height: 2;
    font-size: 1.1rem;
    color: #231f20;
    background-color: rgba(255, 245, 109, 0.6);
    padding: 40px 50px;
    border-radius: 15px;
}

.bundle-66-68 .page-67 .content-text p {
    margin: 0;
    padding: 0;
}



/* Page 68 專屬樣式 - 全圖片頁面 */

.bundle-66-68 .page-68 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-image: url('/bookweb/bimonthly/67/p66-68/68.jpg');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-66-68 .page-68 .background-image {
    display: none;
}

.bundle-66-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-66-68 .page-68 .main-title {
    font-size: 1.5rem;
    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);
    font-family: 'Times New Roman', serif;
}




/* ===================================
   RWD 響應式設計
   =================================== */

@media (max-width: 992px) {
    .bundle-66-68 .container {
        padding: 20px 60px;
    }
}

@media (max-width: 768px) {
    .bundle-66-68 .container {
        padding: 20px 40px;
    }

    /* Page 66 響應式 */
    .bundle-66-68 .page-66 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-66-68 .page-66 .main-title {
        font-size: 2rem;
    }

    /* Page 67 響應式 */
    .bundle-66-68 .page-67 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-66-68 .page-67 .content-text {
        font-size: 0.8rem;
    }

    /* Page 68 響應式 */
    .bundle-66-68 .page-68 .overlay-content {
        padding: 40px 20px;
    }

    .bundle-66-68 .page-68 .main-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .bundle-66-68 .container {
        padding: 15px 20px;
        margin-bottom: 1.5rem;
    }

    /* Page 66 更小螢幕調整 */
    .bundle-66-68 .page-66 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-66-68 .page-66 .main-title {
        font-size: 1.8rem;
    }

    /* Page 67 更小螢幕調整 */
    .bundle-66-68 .page-67 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-66-68 .page-67 .content-text {
        font-size: 1rem;
    }

    /* Page 68 更小螢幕調整 */
    .bundle-66-68 .page-68 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-66-68 .page-68 .main-title {
        font-size: 0.8rem;
    }
}