.elementor-92783 .elementor-element.elementor-element-dfba340{--display:flex;}.elementor-92783 .elementor-element.elementor-element-c1c8651{width:var( --container-widget-width, 103.545% );max-width:103.545%;--container-widget-width:103.545%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-c1c8651 *//* =========================================
   EN 40000 / CRA SEO ARTICLE
   WordPress Scoped CSS
   ========================================= */

.en40000-article {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 24px;
  box-sizing: border-box;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color: #333;
}

.en40000-article *,
.en40000-article *::before,
.en40000-article *::after {
  box-sizing: border-box;
}

.en40000-article h1 {
  margin: 0 0 28px;
  font-size: 38px;
  line-height: 1.45;
  color: #111;
  font-weight: 700;
}

.en40000-article h2 {
  margin: 55px 0 24px;
  padding-left: 16px;
  border-left: 6px solid #0066cc;
  font-size: 30px;
  line-height: 1.5;
  color: #111;
  font-weight: 700;
}

.en40000-article h3 {
  margin: 30px 0 14px;
  font-size: 21px;
  line-height: 1.6;
  color: #222;
  font-weight: 700;
}

.en40000-article p {
  margin: 0 0 22px;
}

.en40000-article ul,
.en40000-article ol {
  margin: 0 0 25px;
  padding-left: 28px;
}

.en40000-article li {
  margin-bottom: 9px;
}


/* ==============================
   Article Lead
   ============================== */

.en40000-header {
  margin-bottom: 30px;
}

.en40000-lead {
  font-size: 19px;
  line-height: 1.85;
  color: #4a5563;
}


/* ==============================
   Table of Contents
   ============================== */

.en40000-toc {
  margin: 40px 0 50px;
  padding: 28px 32px;
  background: #f6f9fc;
  border: 1px solid #dce5ef;
  border-radius: 12px;
}

.en40000-toc-title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  color: #111;
}

.en40000-toc ol {
  margin: 0;
  padding-left: 25px;
}

.en40000-toc li {
  margin-bottom: 10px;
}

.en40000-toc a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 600;
}

.en40000-toc a:hover {
  text-decoration: underline;
}


/* ==============================
   Highlight
   ============================== */

.en40000-highlight {
  margin: 32px 0;
  padding: 24px 28px;
  background: #eef7ff;
  border-left: 5px solid #0066cc;
  border-radius: 8px;
  color: #222;
  font-size: 18px;
  line-height: 1.8;
}


/* ==============================
   Warning
   ============================== */

.en40000-warning {
  margin: 32px 0;
  padding: 24px 28px;
  background: #fff8ed;
  border-left: 5px solid #d98a00;
  border-radius: 8px;
  color: #4b3b20;
  line-height: 1.8;
}


/* ==============================
   Lifecycle Flow
   ============================== */

.en40000-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 30px 0;
  padding: 22px;
  background: #f7f9fb;
  border: 1px solid #e2e7ed;
  border-radius: 10px;
  font-weight: 600;
}

.en40000-flow span {
  display: inline-block;
}


/* ==============================
   Table
   ============================== */

.en40000-table {
  width: 100%;
  margin: 32px 0;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.7;
}

.en40000-table th {
  padding: 14px 15px;
  background: #0066cc;
  color: #fff;
  text-align: left;
  font-weight: 700;
  border: 1px solid #0066cc;
}

.en40000-table td {
  padding: 14px 15px;
  border: 1px solid #d9dee5;
  vertical-align: top;
}

.en40000-table tbody tr:nth-child(even) {
  background: #f8fafc;
}


/* ==============================
   CTA
   ============================== */

.en40000-cta {
  margin: 60px 0;
  padding: 42px 32px;
  text-align: center;
  background: #f1f7ff;
  border: 1px solid #cfe0f5;
  border-radius: 14px;
}

.en40000-cta h2 {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  font-size: 28px;
  color: #111;
}

.en40000-cta p {
  max-width: 720px;
  margin: 0 auto 22px;
  color: #4b5563;
}

.en40000-article .en40000-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 28px;
  background: #0066cc;
  color: #ffffff !important;
  border: 0;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  transition: background-color 0.25s ease,
              transform 0.25s ease;
}

.en40000-article .en40000-cta a:visited {
  color: #ffffff !important;
}

.en40000-article .en40000-cta a:hover {
  background: #004f9e;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.en40000-article .en40000-cta a:active,
.en40000-article .en40000-cta a:focus {
  color: #ffffff !important;
}


/* ==============================
   FAQ
   ============================== */

.en40000-faq {
  margin-top: 60px;
}

.en40000-faq-item {
  padding: 24px 0;
  border-bottom: 1px solid #dfe3e8;
}

.en40000-faq-item:first-of-type {
  border-top: 1px solid #dfe3e8;
}

.en40000-faq-item h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.en40000-faq-item p {
  margin: 0;
}


/* ==============================
   Anchor Offset
   ============================== */

.en40000-article section {
  scroll-margin-top: 90px;
}


/* ==============================
   Responsive
   ============================== */

@media screen and (max-width: 768px) {

  .en40000-article {
    padding: 28px 18px;
    font-size: 16px;
  }

  .en40000-article h1 {
    font-size: 29px;
  }

  .en40000-article h2 {
    margin-top: 42px;
    font-size: 25px;
  }

  .en40000-article h3 {
    font-size: 20px;
  }

  .en40000-lead {
    font-size: 17px;
  }

  .en40000-toc {
    padding: 24px 20px;
  }

  .en40000-highlight,
  .en40000-warning {
    padding: 20px;
    font-size: 16px;
  }

  .en40000-flow {
    display: block;
  }

  .en40000-flow span {
    margin-right: 5px;
  }

  .en40000-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .en40000-cta {
    padding: 32px 20px;
  }

  .en40000-cta h2 {
    font-size: 23px;
  }

  .en40000-article .en40000-cta a {
    width: 100%;
    max-width: 420px;
  }
}


@media screen and (max-width: 480px) {

  .en40000-article {
    padding: 24px 15px;
  }

  .en40000-article h1 {
    font-size: 26px;
  }

  .en40000-article h2 {
    font-size: 22px;
  }

  .en40000-toc {
    padding: 20px 17px;
  }

  .en40000-table {
    font-size: 15px;
  }

}/* End custom CSS */