.elementor-3414 .elementor-element.elementor-element-25b36c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{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 );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 );}@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-d4d56ec */.article-page {
  background: #fef7ea;
  padding: 60px 20px;
  font-family: "Noto Sans TC", sans-serif;
  color: #4a2600;
}

.article-container {
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  padding: 56px 64px;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(90, 43, 0, 0.08);
}

.article-container h1 {
  font-size: 30px;
  line-height: 1.5;
  color: #c86400;
  margin-bottom: 32px;
  font-weight: 900;
}

.article-container h2 {
  font-size: 30px;
  color: #5a2b00;
  margin: 46px 0 20px;
  padding-left: 16px;
  border-left: 8px solid #ff9f00;
  font-weight: 900;
}

.article-container h3 {
  font-size: 24px;
  color: #c86400;
  margin: 34px 0 14px;
  font-weight: 800;
}

.article-container p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 18px;
}

.quote-box,
.notice-box {
  background: #fef7ea;
  border-left: 8px solid #ff9f00;
  padding: 24px 28px;
  margin: 28px 0;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 600;
}
ˋ
.highlight-text {
  font-size: 26px !important;
  color: #ff7b00;
  font-weight: 900;
  text-align: center;
  margin: 30px 0 !important;
}

.group-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 24px;
}

.group-card {
  background: #fef7ea;
  padding: 24px 28px;
  border-radius: 14px;
  border-left: 8px solid #ff9f00;
}

.group-card h4 {
  font-size: 22px;
  color: #c86400;
  margin: 0 0 10px;
  font-weight: 900;
}

.group-card p {
  margin: 0;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 40px;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.8;
}

.check-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7b00;
  font-weight: 900;
}

.cta-box {
  background: #fef7ea;
  text-align: center;
  padding: 42px 30px;
  border-radius: 18px;
  margin-top: 50px;
}

.cta-box h2 {
  border-left: none;
  padding-left: 0;
  margin: 0 0 16px;
  color: #c86400;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  min-width: 180px;
  padding: 16px 28px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.cta-btn.primary {
  background: #ff9f00;
  color: #fff;
}

.cta-btn.secondary {
  background: #fff;
  color: #c86400;
  border: 2px solid #ff9f00;
}

.cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

@media (max-width: 768px) {
  .article-page {
    padding: 30px 14px;
  }

  .article-container {
    padding: 34px 22px;
    border-radius: 14px;
  }

  .article-container h1 {
    font-size: 30px;
  }

  .article-container h2 {
    font-size: 24px;
  }

  .article-container h3 {
    font-size: 21px;
  }

  .article-container p,
  .quote-box,
  .notice-box,
  .check-list li {
    font-size: 16px;
  }

  .highlight-text {
    font-size: 22px !important;
  }

  .cta-btn {
    width: 100%;
  }
}/* End custom CSS */