.elementor-4919 .elementor-element.elementor-element-454e8b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--flex-wrap:wrap;}.elementor-4919 .elementor-element.elementor-element-3686a88{text-align:center;}.elementor-4919 .elementor-element.elementor-element-3686a88 .elementor-heading-title{text-transform:lowercase;text-decoration:underline;-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-841e6ce *//* --- 1. 修正表頭顏色：避開搜尋框，只讓真正的標題列變色 --- */
.elementor-4919 .elementor-element.elementor-element-841e6ce table thead tr:last-child th {
    background-color: #3A9D51 !important; /* 👈 把這裡換成你選的新顏色 */
    color: #ffffff !important; 
}

.elementor-4919 .elementor-element.elementor-element-841e6ce table tbody tr:nth-child(even) td {
    background-color: #edf6ee !important;
}

/* --- 2. 破解外掛的不換行限制 --- */
.elementor-4919 .elementor-element.elementor-element-841e6ce table th, 
.elementor-4919 .elementor-element.elementor-element-841e6ce table td {
    white-space: normal !important;
    word-break: break-word !important;
}

/* --- 3. 單獨限制容易暴走的欄位寬度 --- */
/* 英文項目名稱 (第3欄) - 限制不要無限膨脹 */
.elementor-4919 .elementor-element.elementor-element-841e6ce table th:nth-child(3), 
.elementor-4919 .elementor-element.elementor-element-841e6ce table td:nth-child(3) {
    max-width: 200px !important;
}

/* 備註 (第5欄) - 給予足夠且固定的閱讀空間 */
.elementor-4919 .elementor-element.elementor-element-841e6ce table th:nth-child(5), 
.elementor-4919 .elementor-element.elementor-element-841e6ce table td:nth-child(5) {
    max-width: 350px !important;
    min-width: 250px !important;
}

/* --- 4. 手機版專屬：隱藏備註欄 (修正版) --- */
@media (max-width: 767px) {
    /* 只隱藏「真正標題列」的最後一個 th，以及「資料列」的最後一個 td，完美避開搜尋框！ */
    .elementor-4919 .elementor-element.elementor-element-841e6ce table thead tr:last-child th:last-child,
    .elementor-4919 .elementor-element.elementor-element-841e6ce table tbody tr td:last-child {
        display: none !important;
    }
}/* End custom CSS */