.elementor-7340 .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 *//* 全局基礎設定 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang TC", "Microsoft JhengHei", sans-serif;
  background-color: #f7f9f8;
  color: #333333;
  line-height: 1.8;
  margin: 0;
  padding: 20px;
}

/* 主文章容器 */
.article-container {
  max-width: 800px;
  margin: 0 auto;
}

/* 頂部淡灰綠色背景卡片 */
.intro-card {
  background-color: #f2f5f3;
  border: 1px solid #e2e8e4;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 40px;
}

.intro-meta {
  font-size: 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.meta-tag {
  color: #2d4f3e;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.meta-divider {
  color: #b0bcae;
}

.meta-date {
  color: #66756b;
}

.intro-text {
  margin: 0;
  color: #4a554e;
  font-size: 15px;
  text-align: justify;
}

/* 內文區塊 */
.article-content {
  padding: 0 4px;
}

.section-block {
  margin-bottom: 36px;
}

/* 帶有左側深墨綠色條的 H2 標題 */
.section-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a221e;
  position: relative;
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.4;
}

.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background-color: #2d4f3e;
  border-radius: 2px;
}

.section-block p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  color: #4a554e;
  text-align: justify;
}

/* 數據表格樣式 */
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
  border-radius: 8px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 14px;
}

.data-table th {
  background-color: #2d4f3e;
  color: #ffffff;
  padding: 12px 16px;
  font-weight: 600;
}

.data-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e2e8e4;
  color: #4a554e;
  background-color: #ffffff;
}

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

/* 步驟清單樣式 */
.step-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
}

.step-list li {
  margin-bottom: 12px;
  background-color: #ffffff;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #e2e8e4;
}

.step-list strong {
  color: #2d4f3e;
  display: block;
  margin-bottom: 4px;
}

.step-list p {
  margin: 0;
  font-size: 15px;
}/* End custom CSS */