.elementor-7345 .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 *//* 全域基礎設定 */
.article-wrapper {
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang TC", "Microsoft JhengHei", sans-serif;
  color: #333333;
  line-height: 1.75;
  background-color: #fcfcfc;
}

/* 1. 頂部獨立淺灰卡片 (比照圖片結構) */
.hero-intro-card {
  background-color: #f7f8f9;
  border: 1px solid #e2e5e8;
  border-radius: 10px;
  padding: 24px 28px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.meta-info {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.category-tag {
  color: #1a1a1a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.divider {
  color: #ccc;
  font-weight: 300;
}

.update-date {
  color: #777777;
}

.intro-paragraph {
  font-size: 0.98rem;
  color: #4a4a4a;
  margin: 0 0 12px 0;
  text-align: justify;
}

.intro-paragraph:last-child {
  margin-bottom: 0;
}

/* 2. 文章內容與標題 */
.content-section {
  padding: 0 4px;
}

/* 帶有圖片左側墨綠色條的 H2 標題 */
.section-heading {
  position: relative;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 36px 0 16px 0;
  padding-left: 16px;
  display: flex;
  align-items: center;
}

.section-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 22px;
  background-color: #2d5a43; /* 圖片專屬墨綠色邊條 */
  border-radius: 2px;
}

.body-text {
  font-size: 1rem;
  color: #444444;
  margin-bottom: 16px;
  text-align: justify;
}

/* 3. 墨綠色主題表格設計 (完全吻合圖片風格) */
.table-container {
  margin: 24px 0;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #dcdde1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.styled-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
  background-color: #ffffff;
}

.styled-table thead {
  background-color: #224835; /* 深墨綠標頭 */
  color: #ffffff;
}

.styled-table th {
  padding: 12px 18px;
  font-weight: 600;
}

.styled-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #eaeaea;
  color: #555555;
}

.styled-table tbody tr:nth-child(even) {
  background-color: #f7f9f8; /* 淺綠灰色相間底色 */
}

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

/* 4. 結語重點提示框 */
.summary-box {
  background-color: #f2f6f4;
  border-left: 4px solid #2d5a43;
  padding: 16px 20px;
  border-radius: 0 6px 6px 0;
  margin-top: 20px;
}

.summary-text {
  margin: 0;
  font-size: 0.98rem;
  color: #2a3d33;
}

/* 響應式微調 */
@media (max-width: 600px) {
  .hero-intro-card {
    padding: 18px 20px;
  }
  .section-heading {
    font-size: 1.2rem;
  }
  .styled-table th, .styled-table td {
    padding: 10px 12px;
    font-size: 0.88rem;
  }
}/* End custom CSS */