/* ===================================
   Page 50-52 樣式
   見己罪者聞佛救
   生成時間：2025-12-01 11:35:13
   =================================== */

/* 主容器 */
.bundle-50-52 .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-50-52 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

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

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

/* Page 50 專屬樣式 - 背景圖片頁面 */
.bundle-50-52 .container.page-50 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

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

.bundle-50-52 .page-50 .background-image {
    display: none;
}

.bundle-50-52 .page-50 .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 50 文字區域容器 - 黃色半透明背景 */
.bundle-50-52 .page-50 .text-container {
    background-color: rgba(255, 245, 109, 0.6);
    padding: 40px 50px;
    border-radius: 15px;
    text-align: center;
}

.bundle-50-52 .page-50 .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-50-52 .page-50 .author {
    font-size: 1rem;
    text-align: center;
    margin-top: 30px;
    color: #231f20;
}

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

.bundle-50-52 .page-50 .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 51 專屬樣式 - 文繞圖排版（背景圖片+文字重疊） */
.bundle-50-52 .container.page-51 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-50-52 .page-51 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-image: url('https://picsum.photos/600/900?random=268');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-50-52 .page-51 .background-image {
    display: none;
}

.bundle-50-52 .page-51 .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-50-52 .page-51 .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-50-52 .page-51 .content-text p {
    margin: 0;
    padding: 0;
}

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

.bundle-50-52 .page-51 .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 52 專屬樣式 - 全圖片頁面 */
.bundle-50-52 .container.page-52 {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0;
}

.bundle-50-52 .page-52 .page-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-image: url('52.jpg');
    background-size: cover;
    background-position: center;
    overflow: visible;
}

.bundle-50-52 .page-52 .background-image {
    display: none;
}

.bundle-50-52 .page-52 .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-50-52 .page-52 .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);
}

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

.bundle-50-52 .page-52 .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;
}

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

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

    .bundle-50-52 .page-50 .main-title {
        font-size: 2rem;
    }

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

    .bundle-50-52 .page-51 .content-text {
        font-size: 0.8rem;
    }

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

    .bundle-50-52 .page-52 .main-title {
        font-size: 0.9rem;
    }
}

/* 更小螢幕的額外調整 */
@media (max-width: 630px) {
    /* Page 50 更小螢幕調整 */
    .bundle-50-52 .page-50 .overlay-content {
        padding: 30px 15px;
    }

    .bundle-50-52 .page-50 .main-title {
        font-size: 1.8rem;
    }

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

    .bundle-50-52 .page-51 .content-text {
        font-size: 1rem;
    }

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

    .bundle-50-52 .page-52 .main-title {
        font-size: 0.8rem;
    }
}

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

