.elementor-1765 .elementor-element.elementor-element-5fbf33f{--display:flex;}.elementor-1765 .elementor-element.elementor-element-51f6825 .elementor-wrapper{--video-aspect-ratio:0.5625;filter:brightness( 118% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}/* Start custom CSS for text-editor, class: .elementor-element-af04bf7 *//* Section Headings */
h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    color: #00796b; /* 較淺的綠色，層次感 */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #a7ffeb; /* 活潑的淺綠色裝飾 */
    padding-left: 15px;
    line-height: 1.3;
}

h4 {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 1.3em;
    color: #004d40;
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e0f2f1;
    padding-bottom: 8px;
}

p {
    margin-bottom: 1.5em;
    text-align: justify; /* 內文兩端對齊，更專業 */
}

/* Image Styling */
.article-image {
    margin: 30px 0;
    text-align: center;
}

.article-image img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: block; /* 移除圖片下方空白 */
    margin: 0 auto;
}

.article-image figcaption {
    font-size: 0.85em;
    color: #777;
    margin-top: 10px;
    line-height: 1.4;
}

.align-left {
    float: left;
    margin-right: 25px;
    width: 40%; /* 圖片寬度 */
}

.align-right {
    float: right;
    margin-left: 25px;
    width: 40%; /* 圖片寬度 */
}

/* Clearfix for floated images */
.section-block::after {
    content: "";
    display: table;
    clear: both;
}

/* Highlight Quotes */
.highlight-quote {
    font-style: italic;
    font-weight: 500;
    color: #00796b;
    border-left: 4px solid #a7ffeb;
    padding-left: 10px;
    display: inline-block; /* 讓 border-left 僅跟隨文字 */
}

/* Table Styling */
.table-responsive {
    overflow-x: auto; /* 響應式表格，小螢幕可捲動 */
    margin: 30px 0;
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.95em;
    background-color: #e0f2f1; /* 淺綠色背景 */
    border-radius: 8px;
    overflow: hidden; /* 確保圓角顯示 */
}

.summary-table th, .summary-table td {
    border: 1px solid #b2dfdb; /* 協調的邊框顏色 */
    padding: 12px 15px;
    text-align: left;
}

.summary-table th {
    background-color: #00796b; /* 表頭深綠色 */
    color: #fff;
    font-weight: 700;
    white-space: nowrap; /* 避免標題換行 */
}

.summary-table tr:nth-child(even) {
    background-color: #f0fdfd; /* 斑馬紋效果，提高可讀性 */
}

.summary-table tbody tr:hover {
    background-color: #dbe4e4; /* hover 效果 */
    cursor: pointer;
}

/* Footer Styling */
.main-footer {
    background-color: #333;
    color: #ddd;
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
    font-size: 0.9em;
}

.main-footer p {
    margin-bottom: 5px;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 15px;
    }
    
    .main-header h1 {
        font-size: 2em;
    }

    .article-title {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.5em;
        padding-left: 10px;
    }

    .align-left, .align-right {
        float: none;
        width: 100%;
        margin: 20px 0;
    }

    .article-image img {
        width: 100%; /* 小螢幕圖片佔滿 */
    }

    .article-content {
        padding: 20px;
    }

    .summary-table th, .summary-table td {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 15px;
    }
    .main-header h1 {
        font-size: 1.8em;
    }
    .article-title {
        font-size: 1.5em;
    }
    h3 {
        font-size: 1.3em;
    }
}/* End custom CSS */