/* style112-115.css - 搬弄是非被凍掉舌頭主題模組 (第67期 Page112-115) */

/* ========== Page 112-115 樣式 ========== */

/* Bundle容器包裝 */
.bundle-112-115 {
    width: 100%;
}

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

/* 標題樣式 - 使用主題色 #62192d */
.bundle-112-115 .title {
    text-align: center;
    color: #62192d;
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-112-115 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231F20;
}

/* 圓形點點的虛線 - 使用主題色 */
.bundle-112-115 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #62192d 2px, transparent 2px);
    background-size: 8px 8px;
    background-position: center;
}

/* 小標題樣式 - 使用 #75628c 顏色 */
.bundle-112-115 .subtitle {
    color: #75628c;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

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

.bundle-112-115 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* 圖片區域 */
.bundle-112-115 .page-figure {
    margin: 0;
    text-align: center;
}

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

/* 上方排版 - 圖片在上方 */
.bundle-112-115 .top-image {
    margin-bottom: 20px;
}

/* 圖片說明文字 - 使用 #806856 顏色 */
.bundle-112-115 .image-caption {
    text-align: center;
    color: #806856;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* 頁碼 - 使用主題色 #62192d */
.bundle-112-115 .page-number {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
    padding: 8px 0;
}

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

.bundle-112-115 .page-text {
    font-size: 14px;
    color: #231F20;
}

/* 來源標記 */
.bundle-112-115 .source {
    text-align: right;
    margin-top: 20px;
    font-size: 0.9rem;
    color: #231F20;
}

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

.bundle-112-115 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* ========== Page 112-115 專屬樣式 ========== */

/* Page 112 專屬樣式 */
.page-112 .title {
    font-size: 2.8rem;
    color: #62192d;
    font-weight: bold;
}

.page-112 .author {
    font-size: 1rem;
    color: #231F20;
}

/* Page 113 專屬樣式 */
.page-113 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* Page 114 專屬樣式 */
.page-114 .subtitle {
    color: #75628c;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.page-114 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* Page 115 專屬樣式 */
.page-115 .page-figure {
    margin-bottom: 20px;
}

.page-115 .image-caption {
    text-align: center;
    color: #806856;
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
}

.page-115 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 1rem;
    color: #231F20;
}

/* ========== 響應式設計 ========== */

/* Page 112-115 響應式 */
@media (max-width: 768px) {
    .bundle-112-115 .container {
        padding: 15px;
    }

    .bundle-112-115 .title {
        font-size: 1.8rem;
    }

    .bundle-112-115 .content {
        max-width: 100%;
    }

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

    .bundle-112-115 .subtitle {
        font-size: 1.1rem;
    }
}

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

    .bundle-112-115 .title {
        font-size: 1.6rem;
    }

    .bundle-112-115 .content-paragraph {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .bundle-112-115 .title {
        font-size: 1.4rem;
    }

    .bundle-112-115 .content-paragraph {
        font-size: 0.9rem;
    }
}

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

