/* 第69期 page9-17 樣式 */
/**
 * 生成時間：2025-11-13 08:02:36
 * 功能描述：第69期雙月刊 page9-17 頁面樣式
 * 包含頁面：page9-17（《往生禮讚》的研究等）
 */

/* 主容器 */
.bundle-9-17 .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;
}

/* ============ 標題樣式 ============ */

/* Page 9: 《往生禮讚》的研究 - 使用 #806856 色系 */
.bundle-9-17 .page-9 .title {
    color: #806856;
    font-size: 2.8rem;
    font-weight: bold;
}

.bundle-9-17 .title {
    text-align: center;
    color: #806856;
    margin: 10px 0 5px 0;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
}

.bundle-9-17 .subtitle {
    text-align: center;
    color: #806856;
    font-size: 1.2rem;
    margin: 0 auto 10px auto;
    max-width: 90%;
}

/* ============ 作者樣式 ============ */
.bundle-9-17 .author {
    text-align: center;
    margin: 15px 0;
    font-size: 1rem;
    color: #231f20;
}

/* ============ 圓形點點的虛線 ============ */
.bundle-9-17 .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;
}

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

/* 頁面 9-17 使用全寬 */
.bundle-9-17 .page-9 .content,
.bundle-9-17 .page-10 .content,
.bundle-9-17 .page-11 .content,
.bundle-9-17 .page-12 .content,
.bundle-9-17 .page-13 .content,
.bundle-9-17 .page-14 .content,
.bundle-9-17 .page-15 .content,
.bundle-9-17 .page-16 .content,
.bundle-9-17 .page-17 .content {
    max-width: none;
}

/* ============ 小標題樣式 ============ */

/* Page 9 的特殊小標題「三」- 白色文字在深色背景 */
.bundle-9-17 .content-title-san {
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #806856;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 30px auto 20px;
    text-align: center;
}

/* ============ 段落樣式 ============ */
.bundle-9-17 .content-paragraph {
    text-indent: 2em;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #231f20;
}

/* 粗體文字 */
.bundle-9-17 .content-paragraph .fw-bold {
    font-weight: 700;
}

/* ============ 頁碼樣式 ============ */
.bundle-9-17 .page-number {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
    color: #666;
}

.bundle-9-17 .page-number .page-text {
    color: #666;
}

.bundle-9-17 .page-number .page-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #806856;
    color: white;
    font-weight: bold;
    font-size: 1rem;
}

/* ============ 響應式設計 ============ */
@media (max-width: 768px) {
    .bundle-9-17 .container {
        padding: 15px 30px;
    }

    .bundle-9-17 .title {
        font-size: 1.8rem;
    }

    .bundle-9-17 .page-9 .title {
        font-size: 2.2rem;
    }

    .bundle-9-17 .subtitle {
        font-size: 1rem;
    }

    .bundle-9-17 .content-title-san {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .bundle-9-17 .container {
        padding: 10px 20px;
    }

    .bundle-9-17 .title {
        font-size: 1.5rem;
    }

    .bundle-9-17 .page-9 .title {
        font-size: 1.8rem;
    }

    .bundle-9-17 .content-paragraph {
        text-indent: 1.5em;
    }
}

/* ============ Page 11 專屬樣式：對照表格 ============ */

/* 表格容器 */
.bundle-9-17 .page-11 .comparison-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

/* 桌面版表格 */
.bundle-9-17 .page-11 .desktop-table-view {
    display: block;
}

.bundle-9-17 .page-11 .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}

.bundle-9-17 .page-11 .comparison-table tbody td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.8;
}

/* 來源標籤欄位 */
.bundle-9-17 .page-11 .comparison-table tbody td.source-label {
    background-color: #f5f0eb;
    color: #806856;
    font-weight: bold;
    text-align: center;
    width: max-content;
    white-space: nowrap;
    border-right: 1px solid #806856;
    vertical-align: middle;
    padding: 10px 20px;
}

/* 表格中的粗體文字 */
.bundle-9-17 .page-11 .comparison-table .fw-bold {
    font-weight: 700;
}

/* 手機版檢視模式切換按鈕 */
.bundle-9-17 .page-11 .view-mode-toggle {
    display: none;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.bundle-9-17 .page-11 .mode-btn {
    padding: 8px 16px;
    border: 2px solid #806856;
    background-color: #fff;
    color: #806856;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.bundle-9-17 .page-11 .mode-btn.active {
    background-color: #806856;
    color: #fff;
}

/* 手機版卡片檢視 */
.bundle-9-17 .page-11 .mobile-card-view {
    display: none;
}

.bundle-9-17 .page-11 .comparison-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.bundle-9-17 .page-11 .card-section {
    margin-bottom: 10px;
}

.bundle-9-17 .page-11 .card-label {
    font-weight: bold;
    color: #806856;
    margin-bottom: 5px;
}

.bundle-9-17 .page-11 .card-content {
    line-height: 1.8;
}

/* 手機版摺疊檢視 */
.bundle-9-17 .page-11 .mobile-accordion-view {
    display: none;
}

.bundle-9-17 .page-11 .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.bundle-9-17 .page-11 .accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.bundle-9-17 .page-11 .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background: #806856;
    color: white;
    user-select: none;
    transition: background 0.3s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bundle-9-17 .page-11 .accordion-header:hover {
    background: #6f5847;
}

.bundle-9-17 .page-11 .accordion-header:active {
    background: #5e4838;
}

.bundle-9-17 .page-11 .header-title {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
}

.bundle-9-17 .page-11 .header-icon {
    font-size: 12px;
    transition: transform 0.3s;
    margin-left: 10px;
}

.bundle-9-17 .page-11 .accordion-item.active .header-icon {
    transform: rotate(180deg);
}

.bundle-9-17 .page-11 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
}

.bundle-9-17 .page-11 .accordion-item.active .accordion-content {
    max-height: 600px;
    padding: 15px;
    border-top: 2px solid #f0f0f0;
}

.bundle-9-17 .page-11 .content-label {
    font-size: 14px;
    color: #806856;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 3px solid #806856;
}

.bundle-9-17 .page-11 .content-text {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    line-height: 1.6;
    font-size: 14px;
}

/* 響應式設計 - 表格 */
@media (max-width: 768px) {
    .bundle-9-17 .page-11 .desktop-table-view {
        display: none;
    }

    .bundle-9-17 .page-11 .view-mode-toggle {
        display: flex;
    }

    .bundle-9-17 .page-11 .mobile-card-view.active {
        display: block;
    }

    .bundle-9-17 .page-11 .mobile-accordion-view.active {
        display: block;
    }
}

/* ============ Page 12 專屬樣式：對照表格 ============ */

/* 表格容器 */
.bundle-9-17 .page-12 .comparison-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

/* 桌面版表格 */
.bundle-9-17 .page-12 .desktop-table-view {
    display: block;
}

.bundle-9-17 .page-12 .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}

.bundle-9-17 .page-12 .comparison-table tbody td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.8;
}

/* 來源標籤欄位 */
.bundle-9-17 .page-12 .comparison-table tbody td.source-label {
    background-color: #f5f0eb;
    color: #806856;
    font-weight: bold;
    text-align: center;
    width: max-content;
    white-space: nowrap;
    border-right: 1px solid #806856;
    vertical-align: middle;
    padding: 10px 20px;
}

/* 表格中的粗體文字 */
.bundle-9-17 .page-12 .comparison-table .fw-bold {
    font-weight: 700;
}

/* 手機版檢視模式切換按鈕 */
.bundle-9-17 .page-12 .view-mode-toggle {
    display: none;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.bundle-9-17 .page-12 .mode-btn {
    padding: 8px 16px;
    border: 2px solid #806856;
    background-color: #fff;
    color: #806856;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.bundle-9-17 .page-12 .mode-btn.active {
    background-color: #806856;
    color: #fff;
}

/* 手機版卡片檢視 */
.bundle-9-17 .page-12 .mobile-card-view {
    display: none;
}

.bundle-9-17 .page-12 .comparison-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.bundle-9-17 .page-12 .card-section {
    margin-bottom: 10px;
}

.bundle-9-17 .page-12 .card-label {
    font-weight: bold;
    color: #806856;
    margin-bottom: 5px;
}

.bundle-9-17 .page-12 .card-content {
    line-height: 1.8;
}

/* 手機版摺疊檢視 */
.bundle-9-17 .page-12 .mobile-accordion-view {
    display: none;
}

.bundle-9-17 .page-12 .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.bundle-9-17 .page-12 .accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.bundle-9-17 .page-12 .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background: #806856;
    color: white;
    user-select: none;
    transition: background 0.3s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bundle-9-17 .page-12 .accordion-header:hover {
    background: #6f5847;
}

.bundle-9-17 .page-12 .accordion-header:active {
    background: #5e4838;
}

.bundle-9-17 .page-12 .header-title {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
}

.bundle-9-17 .page-12 .header-icon {
    font-size: 12px;
    transition: transform 0.3s;
    margin-left: 10px;
}

.bundle-9-17 .page-12 .accordion-item.active .header-icon {
    transform: rotate(180deg);
}

.bundle-9-17 .page-12 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
}

.bundle-9-17 .page-12 .accordion-item.active .accordion-content {
    max-height: 600px;
    padding: 15px;
    border-top: 2px solid #f0f0f0;
}

.bundle-9-17 .page-12 .content-label {
    font-size: 14px;
    color: #806856;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 3px solid #806856;
}

.bundle-9-17 .page-12 .content-text {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    line-height: 1.6;
    font-size: 14px;
}

/* 響應式設計 - 表格 */
@media (max-width: 768px) {
    .bundle-9-17 .page-12 .desktop-table-view {
        display: none;
    }

    .bundle-9-17 .page-12 .view-mode-toggle {
        display: flex;
    }

    .bundle-9-17 .page-12 .mobile-card-view.active {
        display: block;
    }

    .bundle-9-17 .page-12 .mobile-accordion-view.active {
        display: block;
    }
}

/* ============ Page 13 專屬樣式：全圖片頁面 ============ */

/* 全圖片容器 */
.bundle-9-17 .page-13 .full-page-image {
    margin: 0;
    padding: 0;
}

.bundle-9-17 .page-13 .full-page-image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* 圖片標題 */
.bundle-9-17 .page-13 figcaption {
    text-align: center;
    color: #806856;
    font-size: 0.95rem;
    margin-top: 15px;
    line-height: 1.6;
}

/* 響應式設計 - 圖片 */
@media (max-width: 768px) {
    .bundle-9-17 .page-13 figcaption {
        font-size: 0.85rem;
        margin-top: 10px;
    }
}

/* ============ Page 14 專屬樣式：對照表格 ============ */

/* 表格容器 */
.bundle-9-17 .page-14 .comparison-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

/* 桌面版表格 */
.bundle-9-17 .page-14 .desktop-table-view {
    display: block;
}

.bundle-9-17 .page-14 .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}

.bundle-9-17 .page-14 .comparison-table tbody td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.8;
}

/* 來源標籤欄位 */
.bundle-9-17 .page-14 .comparison-table tbody td.source-label {
    background-color: #f5f0eb;
    color: #806856;
    font-weight: bold;
    text-align: center;
    width: max-content;
    white-space: nowrap;
    border-right: 1px solid #806856;
    vertical-align: middle;
    padding: 10px 20px;
}

/* 表格中的粗體文字 */
.bundle-9-17 .page-14 .comparison-table .fw-bold {
    font-weight: 700;
}

/* 手機版檢視模式切換按鈕 */
.bundle-9-17 .page-14 .view-mode-toggle {
    display: none;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.bundle-9-17 .page-14 .mode-btn {
    padding: 8px 16px;
    border: 2px solid #806856;
    background-color: #fff;
    color: #806856;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.bundle-9-17 .page-14 .mode-btn.active {
    background-color: #806856;
    color: #fff;
}

/* 手機版卡片檢視 */
.bundle-9-17 .page-14 .mobile-card-view {
    display: none;
}

.bundle-9-17 .page-14 .comparison-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.bundle-9-17 .page-14 .card-section {
    margin-bottom: 10px;
}

.bundle-9-17 .page-14 .card-label {
    font-weight: bold;
    color: #806856;
    margin-bottom: 5px;
}

.bundle-9-17 .page-14 .card-content {
    line-height: 1.8;
}

/* 手機版摺疊檢視 */
.bundle-9-17 .page-14 .mobile-accordion-view {
    display: none;
}

.bundle-9-17 .page-14 .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.bundle-9-17 .page-14 .accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.bundle-9-17 .page-14 .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background: #806856;
    color: white;
    user-select: none;
    transition: background 0.3s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bundle-9-17 .page-14 .accordion-header:hover {
    background: #6f5847;
}

.bundle-9-17 .page-14 .accordion-header:active {
    background: #5e4838;
}

.bundle-9-17 .page-14 .header-title {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
}

.bundle-9-17 .page-14 .header-icon {
    font-size: 12px;
    transition: transform 0.3s;
    margin-left: 10px;
}

.bundle-9-17 .page-14 .accordion-item.active .header-icon {
    transform: rotate(180deg);
}

.bundle-9-17 .page-14 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
}

.bundle-9-17 .page-14 .accordion-item.active .accordion-content {
    max-height: 600px;
    padding: 15px;
    border-top: 2px solid #f0f0f0;
}

.bundle-9-17 .page-14 .content-label {
    font-size: 14px;
    color: #806856;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 8px;
    border-left: 3px solid #806856;
}

.bundle-9-17 .page-14 .content-text {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    line-height: 1.6;
    font-size: 14px;
}

/* 響應式設計 - 表格 */
@media (max-width: 768px) {
    .bundle-9-17 .page-14 .desktop-table-view {
        display: none;
    }

    .bundle-9-17 .page-14 .view-mode-toggle {
        display: flex;
    }

    .bundle-9-17 .page-14 .mobile-card-view.active {
        display: block;
    }

    .bundle-9-17 .page-14 .mobile-accordion-view.active {
        display: block;
    }
}

/* ============ Page 15 專屬樣式 ============ */

/* Page 15 使用標準段落樣式，無需額外樣式 */
/* 所有段落已由 .bundle-9-17 .content-paragraph 統一處理 */

/* ============ Page 16 專屬樣式：文繞圖排版 ============ */

/* 文繞圖容器 */
.bundle-9-17 .page-16 .text-wrap-image-container {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

/* 圖片區塊（左側） */
.bundle-9-17 .page-16 .wrap-image-left {
    flex: 0 0 auto;
    width: 40%;
    margin: 0;
}

.bundle-9-17 .page-16 .wrap-image-left img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}

/* 圖片標題 */
.bundle-9-17 .page-16 .wrap-image-left figcaption {
    text-align: center;
    color: #806856;
    font-size: 0.85rem;
    margin-top: 10px;
    line-height: 1.5;
}

/* 文字內容區塊（右側） */
.bundle-9-17 .page-16 .wrap-text-content {
    flex: 1;
}

/* 響應式設計 - 文繞圖 */
@media (max-width: 768px) {
    .bundle-9-17 .page-16 .text-wrap-image-container {
        flex-direction: column;
    }

    .bundle-9-17 .page-16 .wrap-image-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .bundle-9-17 .page-16 .wrap-image-left figcaption {
        font-size: 0.8rem;
    }
}

/* ============ Page 17 專屬樣式：對照表格 ============ */

/* 表格容器 */
.bundle-9-17 .page-17 .comparison-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

/* 桌面版表格 */
.bundle-9-17 .page-17 .desktop-table-view {
    display: block;
}

.bundle-9-17 .page-17 .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.95rem;
}

.bundle-9-17 .page-17 .comparison-table tbody td {
    padding: 10px 15px;
    border: 1px solid #ddd;
    vertical-align: middle;
    line-height: 1.8;
}

/* 來源標籤欄位 */
.bundle-9-17 .page-17 .comparison-table tbody td.source-label {
    background-color: #f5f0eb;
    color: #806856;
    font-weight: bold;
    text-align: center;
    width: 50%;
    border-right: 1px solid #806856;
    vertical-align: middle;
    padding: 10px 20px;
}

/* 右欄（四修法、五念門）水平置中 */
.bundle-9-17 .page-17 .comparison-table tbody tr td:nth-child(2):not(.source-label) {
    text-align: center;
}

/* 手機版檢視模式切換按鈕 */
.bundle-9-17 .page-17 .view-mode-toggle {
    display: none;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: center;
}

.bundle-9-17 .page-17 .mode-btn {
    padding: 8px 16px;
    border: 2px solid #806856;
    background-color: #fff;
    color: #806856;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.bundle-9-17 .page-17 .mode-btn.active {
    background-color: #806856;
    color: #fff;
}

/* 手機版卡片檢視 */
.bundle-9-17 .page-17 .mobile-card-view {
    display: none;
}

.bundle-9-17 .page-17 .comparison-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

.bundle-9-17 .page-17 .card-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.bundle-9-17 .page-17 .card-row:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bundle-9-17 .page-17 .card-label-pair {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #806856;
    margin-bottom: 10px;
}

.bundle-9-17 .page-17 .card-content-pair {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.bundle-9-17 .page-17 .content-left,
.bundle-9-17 .page-17 .content-right {
    flex: 1;
    line-height: 1.6;
}

.bundle-9-17 .page-17 .content-right {
    text-align: right;
    color: #806856;
    font-weight: 600;
}

/* 手機版摺疊檢視 */
.bundle-9-17 .page-17 .mobile-accordion-view {
    display: none;
}

.bundle-9-17 .page-17 .accordion-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.2s;
}

.bundle-9-17 .page-17 .accordion-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.bundle-9-17 .page-17 .accordion-header {
    display: flex;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background: #806856;
    color: white;
    user-select: none;
    transition: background 0.3s;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.bundle-9-17 .page-17 .accordion-header:hover {
    background: #6f5847;
}

.bundle-9-17 .page-17 .accordion-header:active {
    background: #5e4838;
}

.bundle-9-17 .page-17 .header-title {
    flex: 1;
    font-weight: 600;
    font-size: 15px;
}

.bundle-9-17 .page-17 .header-icon {
    font-size: 12px;
    transition: transform 0.3s;
    margin-left: 10px;
}

.bundle-9-17 .page-17 .accordion-item.active .header-icon {
    transform: rotate(180deg);
}

.bundle-9-17 .page-17 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    padding: 0 15px;
}

.bundle-9-17 .page-17 .accordion-item.active .accordion-content {
    max-height: 600px;
    padding: 15px;
    border-top: 2px solid #f0f0f0;
}

.bundle-9-17 .page-17 .content-text {
    background: #f8f9fa;
    padding: 12px;
    border-radius: 6px;
    line-height: 1.6;
    font-size: 14px;
}

.bundle-9-17 .page-17 .content-text p {
    margin-bottom: 8px;
}

.bundle-9-17 .page-17 .content-text p:last-child {
    margin-bottom: 0;
}

/* 響應式設計 - 表格 */
@media (max-width: 768px) {
    .bundle-9-17 .page-17 .desktop-table-view {
        display: none;
    }

    .bundle-9-17 .page-17 .view-mode-toggle {
        display: flex;
    }

    .bundle-9-17 .page-17 .mobile-card-view.active {
        display: block;
    }

    .bundle-9-17 .page-17 .mobile-accordion-view.active {
        display: block;
    }
}

