.elementor-6448 .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 */```css
.kg-thorstorm-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #26372f;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.85;
}

.kg-thorstorm-wrap * {
  box-sizing: border-box;
}

.kg-thorstorm-card {
  margin: 0 0 24px;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(47, 79, 62, 0.14);
  box-shadow: 0 12px 30px rgba(47, 79, 62, 0.12);
}

.kg-thorstorm-hero {
  border-top: 6px solid #d58a4a;
  background: linear-gradient(135deg, #ffffff 0%, #fff7ef 100%);
}

.kg-thorstorm-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(213, 138, 74, 0.18);
  color: #2f4f3e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.kg-thorstorm-wrap h1,
.kg-thorstorm-wrap h2,
.kg-thorstorm-wrap h3 {
  margin: 0 0 14px;
  color: #2f4f3e;
  font-weight: 900;
  line-height: 1.35;
}

.kg-thorstorm-wrap h1 {
  font-size: 34px;
}

.kg-thorstorm-wrap h2 {
  position: relative;
  padding-left: 15px;
  font-size: 25px;
}

.kg-thorstorm-wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 24px;
  border-radius: 999px;
  background: #d58a4a;
}

.kg-thorstorm-wrap h3 {
  font-size: 19px;
}

.kg-thorstorm-wrap p {
  margin: 0 0 14px;
  color: #33483d;
  font-size: 17px;
}

.kg-thorstorm-wrap strong {
  color: #2f4f3e;
  font-weight: 900;
}

.kg-thorstorm-wrap a {
  color: #2f4f3e;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(213, 138, 74, 0.45);
}

.kg-thorstorm-wrap a:hover {
  color: #b66d32;
  border-bottom-color: #b66d32;
}

.kg-thorstorm-wrap ul {
  margin: 12px 0 0;
  padding-left: 0;
  list-style: none;
}

.kg-thorstorm-wrap li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: #33483d;
  font-size: 16px;
}

.kg-thorstorm-wrap li::before {
  content: "●";
  position: absolute;
  left: 3px;
  top: 0;
  color: #d58a4a;
  font-size: 18px;
}

.kg-thorstorm-toc {
  display: grid;
  gap: 10px;
  background: #fbf7f0;
}

.kg-thorstorm-toc a {
  display: block;
  padding: 12px 14px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(47, 79, 62, 0.1);
}

.kg-thorstorm-info,
.kg-thorstorm-step,
.kg-thorstorm-qa {
  margin: 18px 0;
  padding: 20px;
  border-radius: 18px;
  background: #fbf7f0;
  border-left: 5px solid #d58a4a;
}

.kg-thorstorm-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #2f4f3e;
  color: #ffffff;
  font-weight: 900;
}

.kg-thorstorm-linkcard {
  display: block;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fbf7f0;
  border: 1px solid rgba(213, 138, 74, 0.5) !important;
  color: #2f4f3e !important;
  transition: 0.25s ease;
}

.kg-thorstorm-linkcard:hover {
  transform: translateY(-2px);
  background: #fff0df;
  color: #2f4f3e !important;
}

.kg-thorstorm-btn {
  display: inline-block;
  margin-top: 14px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #2f4f3e;
  color: #ffffff !important;
  border: 0 !important;
  font-weight: 900;
  transition: 0.25s ease;
}

.kg-thorstorm-btn:hover {
  transform: translateY(-2px);
  background: #3e6852;
  color: #ffffff !important;
}

.kg-thorstorm-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 18px 0;
}

.kg-thorstorm-grid > div {
  padding: 20px;
  border-radius: 18px;
  background: #fbf7f0;
  border: 1px solid rgba(213, 138, 74, 0.24);
}

.kg-thorstorm-grid p {
  font-size: 15.5px;
}

.kg-thorstorm-tablebox {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0;
  border-radius: 18px;
  border: 1px solid rgba(47, 79, 62, 0.14);
}

.kg-thorstorm-tablebox table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #ffffff;
}

.kg-thorstorm-tablebox th,
.kg-thorstorm-tablebox td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(47, 79, 62, 0.1);
  text-align: left;
  color: #33483d;
  font-size: 15.5px;
  vertical-align: top;
}

.kg-thorstorm-tablebox th {
  background: #2f4f3e;
  color: #ffffff;
  font-weight: 900;
}

.kg-thorstorm-tablebox tr:nth-child(even) td {
  background: #fbf7f0;
}

.kg-thorstorm-cta {
  background: linear-gradient(135deg, #2f4f3e 0%, #3f6a53 100%);
  border: none;
}

.kg-thorstorm-cta h2,
.kg-thorstorm-cta p {
  color: #ffffff;
}

.kg-thorstorm-cta h2::before {
  background: #d58a4a;
}

.kg-thorstorm-btnrow {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.kg-thorstorm-btnrow a {
  display: inline-block;
  padding: 13px 22px;
  border-radius: 999px;
  background: #d58a4a;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 900;
  border: 0 !important;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.kg-thorstorm-btnrow a:hover {
  transform: translateY(-2px);
  background: #e29b5c;
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .kg-thorstorm-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .kg-thorstorm-wrap {
    max-width: 100%;
  }

  .kg-thorstorm-card {
    margin-bottom: 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .kg-thorstorm-wrap h1 {
    font-size: 26px;
  }

  .kg-thorstorm-wrap h2 {
    font-size: 21px;
    padding-left: 12px;
  }

  .kg-thorstorm-wrap h2::before {
    top: 6px;
    height: 20px;
  }

  .kg-thorstorm-wrap h3 {
    font-size: 18px;
  }

  .kg-thorstorm-wrap p,
  .kg-thorstorm-wrap li {
    font-size: 15.5px;
  }

  .kg-thorstorm-info,
  .kg-thorstorm-step,
  .kg-thorstorm-qa,
  .kg-thorstorm-grid > div,
  .kg-thorstorm-linkcard {
    padding: 15px;
    border-radius: 15px;
  }

  .kg-thorstorm-tablebox th,
  .kg-thorstorm-tablebox td {
    padding: 12px;
    font-size: 15px;
  }

  .kg-thorstorm-btnrow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .kg-thorstorm-btnrow a,
  .kg-thorstorm-btn {
    width: 100%;
    text-align: center;
  }
}
```/* End custom CSS */