.elementor-7412 .elementor-element.elementor-element-5e8b026e{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-83615f2 *//* 全局重置與基礎字型 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
    background-color: #f5f6f8;
    color: #333333;
    line-height: 1.75;
    padding: 24px 16px;
}

/* 內容主要寬度容器 */
.main-container {
    max-width: 768px;
    margin: 0 auto;
    width: 100%;
}

/* 頂部圓角淡灰 background 卡片 (完全還原截圖 top card) */
.header-card {
    background-color: #f7f9f9;
    border: 1px solid #eef1f1;
    border-radius: 16px;
    padding: 28px 24px;
    margin-bottom: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

/* 主標題樣式 */
.main-title {
    font-size: 22px;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 1.45;
    margin-bottom: 16px;
}

/* 段落文字 */
.paragraph {
    font-size: 15px;
    color: #555555;
    margin-bottom: 16px;
    word-break: break-word;
}

.mb-0 {
    margin-bottom: 0 !important;
}

/* 小標題：帶左側深綠色豎線（還原截圖標題風格） */
.section-title {
    font-size: 19px;
    font-weight: 700;
    color: #1b1b1b;
    margin-top: 36px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 14px;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 4px;
    background-color: #274d3d; /* 深綠色調 */
    border-radius: 2px;
}

/* 表格容器與樣式（完美重現截圖深綠色表頭表格） */
.table-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 2px;
    margin: 20px 0 24px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    overflow-x: auto;
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ffffff;
}

.custom-table th {
    background-color: #274d3d; /* 截圖中的經典墨綠色 */
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    padding: 12px 18px;
    font-size: 15px;
    border-bottom: none;
}

.custom-table td {
    padding: 12px 18px;
    font-size: 14px;
    color: #4a4a4a;
    border-bottom: 1px solid #f0f0f0;
    background-color: #ffffff;
}

.custom-table tr:last-child td {
    border-bottom: none;
}

.custom-table tr:nth-child(even) td {
    background-color: #fbfbfb;
}

/* 範例/提示引用框 */
.quote-box {
    background-color: #f2f6f4;
    border-left: 4px solid #274d3d;
    padding: 12px 18px;
    border-radius: 0 8px 8px 0;
    margin: 12px 0 16px 0;
    font-size: 15px;
    font-weight: 600;
    color: #274d3d;
}

/* 流程引導樣式框 */
.flow-card {
    background-color: #ffffff;
    border: 1px solid #e5e9e8;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 16px 0;
    font-size: 14px;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.flow-step {
    font-weight: 600;
    color: #274d3d;
    background-color: #edf2f0;
    padding: 4px 10px;
    border-radius: 4px;
}

/* 點狀列表樣式 */
.custom-list {
    margin: 12px 0 16px 0;
    padding-left: 20px;
    color: #4e4e4e;
}

.custom-list li {
    margin-bottom: 8px;
    font-size: 15px;
}

strong {
    color: #1a1a1a;
}/* End custom CSS */