/* 主容器 */
.bundle-55-67 .container {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    /* 水平置中 */
    margin-right: auto;
    /* 水平置中 */
    padding: 20px 100px 20px 100px;
    /* --- Method C Styles --- */
    margin-bottom: 2.5rem;
    /* 為每個區塊下方添加外邊距以分隔 */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* 添加陰影 */
    border-radius: 5px;
    /* 添加圓角 */
    background-color: #fff;
    /* 確保背景色 */
    position: relative;
    /* 放在最下面，避免影響其他屬性 */
    animation: fadeIn 0.5s ease-in-out;
    /* 淡入動畫 */
}

/* 標題樣式 */
.bundle-55-67 .title {
    text-align: center;
    color: #6a5a4b;
    /* 標題顏色，接近圖片中的褐色 */
    margin-bottom: 10px;
    font-size: 2.8rem;
    font-weight: bold;
}

.bundle-55-67 .subtitle {
    text-align: center;
    color: #6a5a4b;
    font-size: 1.2rem;
    margin: 0 auto;
    max-width: 90%;
}

.bundle-55-67 .chapter {
    text-align: center;
    color: #6a5a4b;
    margin: 10px 0 20px;
    font-size: 1.2rem;
}

.bundle-55-67 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
}

/* 圓形點點的虛線 */
.bundle-55-67 .dotted-line {
    height: 8px;
    width: 100%;
    margin: 25px 0;
    background-image: radial-gradient(circle, #aaa 1px, transparent 1px);
    background-size: 8px 8px;
    background-position: center;
}

/* Style for page 55 title "四" with circle */
.bundle-55-67 .page-55 .content-title-circled,
.bundle-55-67 .page-56 .content-title-circled {
    display: flex;
    /* Changed from inline-flex to flex for centering with margin:auto */
    width: 40px;
    /* Adjust size as needed */
    height: 40px;
    /* Adjust size as needed */
    border-radius: 50%;
    /* Make it circular */
    background-color: #6682B3;
    /* Circle background color */
    color: white;
    /* Text color inside circle */
    align-items: center;
    /* Center text vertically */
    justify-content: center;
    /* Center text horizontally */
    font-size: 1.3rem;
    /* Match content-title font size */
    font-weight: bold;
    margin: 30px auto 20px;
    /* Center block and add margin */
    text-align: center;
    /* Ensure text inside is centered if it wraps */
    position: relative;
}

/* Add decorative element to circle */
.bundle-55-67 .page-55 .content-title-circled::before,
.bundle-55-67 .page-56 .content-title-circled::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid #3377BB;
    border-radius: 50%;
}

/* 內容樣式 */
.bundle-55-67 .content-title-left {
    text-align: left;
    color: #6a5a4b;
    margin: 30px 0 20px;
    font-size: 1.3rem;
    font-weight: bold;
}

.bundle-55-67 .content-title-center {
    text-align: center;
    color: #6a5a4b;
    margin: 70px 0 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.bundle-55-67 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    /* font-size: 1rem; */
}

/* 引用樣式 */
.bundle-55-67 .quote {
    margin: 20px 0;
    padding-left: 2em;
}

.bundle-55-67 .quote-source {
    margin-top: 10px;
    margin-left: 2em;
    font-weight: bold;
}

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

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

/* 移除最後一個區塊的下外邊距 - 特殊處理 */
/* .bundle-55-67 .container:last-of-type {
    margin-bottom: 0;
} */

/* Extracted Inline Styles (Generic classes based on style46-50.css) */
.bundle-55-67 .page-12-title,
.bundle-55-67 .page-title {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.bundle-55-67 .page-12-author,
.bundle-55-67 .page-author {
    text-align: center;
    margin-bottom: 30px;
}

.bundle-55-67 .page-12-content-title,
.bundle-55-67 .page-content-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6a5a4b;
    color: white;
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-indent: 0;
}

.bundle-55-67 .page-13-quote,
.bundle-55-67 .page-20-quote-1,
.bundle-55-67 .page-quote {
    margin-left: 2em;
}

.bundle-55-67 .page-14-list-1,
.bundle-55-67 .page-14-list-2,
.bundle-55-67 .page-15-list,
.bundle-55-67 .page-17-list,
.bundle-55-67 .page-list {
    list-style-type: none;
    padding-left: 2em;
    margin-bottom: 15px;
}

.bundle-55-67 .page-17-h4,
.bundle-55-67 .page-19-h4,
.bundle-55-67 .page-h4 {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.bundle-55-67 .page-20-quote-2,
.bundle-55-67 .quote-bold {
    margin-left: 2em;
    font-weight: bold;
}

/* Grid Layout (Generic class based on style46-50.css) */
.bundle-55-67 .page-grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* Figure Layout (Generic class based on style46-50.css) */
.bundle-55-67 .page-figure {
    margin: 0;
}

.bundle-55-67 .page-figure img {
    max-width: 100%;
    height: auto;
    display: block;
}

.bundle-55-67 .page-figure figcaption {
    text-align: center;
}

/* Fixed Vertical Label */
.bundle-55-67 .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background-color: #6682B3;
    color: white;
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

/* Source Logo Style */
.bundle-55-67 .source-logo {
    height: 1em;
    vertical-align: -0.125em;
    margin-left: 0.3em;
}

/* MODIFIED: Scoped .fixed-vertical-label styles for bundle 21-54 */
/* Base layout for fixed-vertical-label when bundle 21-54 is active */
.bundle-55-67-active .fixed-vertical-label {
    position: fixed;
    top: 30px;
    left: 30px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    /* color and background-color will be set by more specific rules below or inherited */
    padding: 10px 8px;
    border-radius: 5px;
    z-index: 1000;
    font-size: 1rem;
    font-weight: bold;
}

/* Specific styling for bundle 55-67 active on body */
.bundle-55-67-active .fixed-vertical-label {
    background-color: #6682B3;
    color: white;
}


.bundle-55-67 .image-wrap-right {
    float: right;
    margin-left: 6rem;
    /* 圖片左邊距 */
    margin-bottom: 0.5rem;
    /* 圖片下邊距 */
    max-width: 45%;
    /* 限制圖片最大寬度 */
    height: auto;
    /* 高度自動 */
}

/* 清除浮動 - 特殊處理 */
.bundle-55-67 .container::after {
    content: "";
    display: table;
    clear: both;
}

/* RWD設定 */
@media (max-width: 768px) {

    .bundle-55-67 .container {
        padding: 15px 15px;
        margin-bottom: 2rem;
    }

    .bundle-55-67 .title {
        font-size: 1.8rem;
    }

    .bundle-55-67 .content-title-left,
    .bundle-55-67 .content-title-center,
    .bundle-55-67 .page-content-title {
        /* Generic content title */
        font-size: 1.2rem;
    }

    .bundle-55-67 .page-h4 {
        /* Generic H4 */
        font-size: 1.1rem;
    }

    .bundle-55-67-active .fixed-vertical-label {
        font-size: 11px;
        padding: 2px 0;
        left: 0;
        line-height: 1.2;
    }

    .bundle-55-67 .page-text {
        font-size: small;
    }

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

    /* Adjust grid for smaller screens */
    .bundle-55-67 .page-grid-content {
        grid-template-columns: 1fr 1fr;
    }

    .bundle-55-67 .page-figure {
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {
    .bundle-55-67 .image-wrap-right {
        margin-left: 2rem;
    }
}

@media (max-width: 480px) {
    .bundle-55-67 .title {
        font-size: 1.5rem;
    }

    .bundle-55-67 .content-title-left,
    .bundle-55-67 .content-title-center,
    .bundle-55-67 .page-content-title {
        font-size: 1.1rem;
    }

    .bundle-55-67 .page-h4 {
        font-size: 1rem;
    }

    .bundle-55-67 .image-wrap-right {
        margin-left: 2rem;
        /* 圖片左邊距 */
    }
}