.elementor-36290 .elementor-element.elementor-element-87798ad{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.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 );}/* Start custom CSS for text-editor, class: .elementor-element-114bac69 */.seo-article {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #1f2933;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.9;
}

.seo-article h1 {
  margin: 0 0 22px;
  color: #0d274d;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.35;
}

.seo-article h2 {
  margin: 48px 0 22px;
  padding: 14px 20px;
  background: #0d274d;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  border-radius: 6px;
}

.seo-article h3 {
  margin: 0 0 12px;
  color: #0d274d;
  font-size: 21px;
  font-weight: 700;
}

.seo-article p,
.seo-article li {
  font-size: 18px;
}

.seo-article p {
  margin: 0 0 22px;
}

.seo-article ul {
  margin: 0 0 24px;
  padding-left: 24px;
}

.seo-article li {
  margin-bottom: 8px;
}

.seo-article a {
  color: #0069a5;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.seo-article a:hover {
  color: #004f7d;
}

.seo-hero,
.seo-toc,
.seo-summary,
.seo-cta {
  margin: 32px 0;
  padding: 28px 30px;
  border-radius: 12px;
}

.seo-hero {
  background: #f3f8fb;
  border-left: 6px solid #0069a5;
}

.seo-toc {
  background: #f8fafc;
  border: 1px solid #d9e2ec;
}

.seo-toc-title {
  margin: 0 0 12px;
  color: #0d274d;
  font-size: 20px !important;
  font-weight: 700;
}

.seo-toc ul,
.seo-summary ul {
  margin: 0;
  padding-left: 22px;
}

.seo-toc li {
  margin-bottom: 8px;
}

.seo-image,
.seo-video {
  margin: 34px auto;
  text-align: center;
}

.seo-image img,
.seo-video video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

.seo-image figcaption,
.seo-video figcaption {
  margin-top: 10px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}

.seo-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 34px;
}

.seo-feature-card {
  padding: 24px;
  background: #f8fafc;
  border: 1px solid #d9e2ec;
  border-radius: 12px;
}

.seo-feature-card p {
  margin-bottom: 0;
}

.seo-summary {
  background: #f6fbf8;
  border: 1px solid #cfe8d8;
}

.seo-cta {
  background: #eef7fc;
  border: 1px solid #c7e4f3;
}

.seo-cta h2,
.seo-summary h2 {
  margin-top: 0;
}

.seo-source {
  color: #667085;
  font-size: 15px !important;
}

.seo-contact {
  margin-top: 32px;
  padding: 18px 20px;
  background: #fff7f7;
  border: 1px solid #ffd6d6;
  border-radius: 8px;
  text-align: center;
  color: #c62828;
  font-weight: 700;
}

@media (max-width: 768px) {
  .seo-article {
    padding: 20px 14px;
  }

  .seo-article h1 {
    font-size: 28px;
  }

  .seo-article h2 {
    font-size: 22px;
  }

  .seo-article h3 {
    font-size: 20px;
  }

  .seo-article p,
  .seo-article li {
    font-size: 16px;
  }

  .seo-hero,
  .seo-toc,
  .seo-summary,
  .seo-cta {
    padding: 22px 18px;
  }

  .seo-feature-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */