.elementor-7419 .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, "Microsoft JhengHei", sans-serif;
  line-height: 1.8;
  color: #333333;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
}

.article-container {
  max-width: 800px;
  margin: 0 auto;
}

/* 標題樣式（左側藍色豎線） */
h1, h2 {
  display: flex;
  align-items: flex-start;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.5;
}

h1::before, h2::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.2em;
  background-color: #0091ff; /* 亮藍色豎線 */
  margin-right: 12px;
  border-radius: 2px;
  flex-shrink: 0;
  margin-top: 0.15em;
}

/* 前言區塊（淺灰藍色背景卡片） */
.intro-box {
  background-color: #f4f7f9;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 32px;
}

.intro-box p {
  margin: 0;
  color: #555555;
  font-size: 0.98rem;
}

/* 段落與清單 */
p {
  color: #555555;
  font-size: 0.98rem;
  margin-bottom: 16px;
}

.custom-list {
  padding-left: 20px;
  margin-bottom: 24px;
}

.custom-list li {
  color: #555555;
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.custom-list li strong {
  color: #1a1a1a;
}

/* 補充備註區塊 */
.note-box {
  background-color: #fafafa;
  border-left: 3px solid #ccc;
  padding: 16px 20px;
  margin-top: 32px;
  border-radius: 0 8px 8px 0;
}

.note-box p {
  margin: 0;
  font-size: 0.92rem;
  color: #666666;
}/* End custom CSS */