.elementor-869 .elementor-element.elementor-element-2612431c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-2a2aae29 */```css
.ofa-mindset-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #17324a;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.85;
}

.ofa-mindset-wrap * {
  box-sizing: border-box;
}

.ofa-mindset-card {
  margin: 0 0 24px;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(11, 60, 104, 0.12);
  box-shadow: 0 12px 30px rgba(11, 60, 104, 0.12);
}

.ofa-mindset-hero {
  border-top: 6px solid #f9bf3b;
  background: linear-gradient(135deg, #ffffff 0%, #fff8e8 100%);
}

.ofa-mindset-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(249, 191, 59, 0.22);
  color: #0b3c68;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
}

.ofa-mindset-wrap h1,
.ofa-mindset-wrap h2,
.ofa-mindset-wrap h3 {
  margin: 0 0 14px;
  color: #0b3c68;
  font-weight: 900;
  line-height: 1.35;
}

.ofa-mindset-wrap h1 {
  font-size: 34px;
}

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

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

.ofa-mindset-wrap h3 {
  font-size: 19px;
}

.ofa-mindset-wrap p {
  margin: 0 0 14px;
  color: #233f56;
  font-size: 17px;
}

.ofa-mindset-wrap a {
  color: #0b3c68;
  font-weight: 900;
  text-decoration: none;
}

.ofa-mindset-wrap a:hover {
  color: #d99800;
  text-decoration: underline;
}

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

.ofa-mindset-wrap li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 28px;
  color: #233f56;
  font-size: 16px;
}

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

.ofa-mindset-alert {
  margin: 18px 0;
  padding: 18px 20px;
  border-left: 5px solid #f9bf3b;
  border-radius: 16px;
  background: #fff7df;
}

.ofa-mindset-alert p {
  margin-bottom: 0;
  color: #0b3c68;
  font-weight: 900;
}

.ofa-mindset-step,
.ofa-mindset-rule {
  margin-top: 16px;
  padding: 20px;
  border-radius: 18px;
  background: #f6f9fc;
  border: 1px solid rgba(11, 60, 104, 0.1);
}

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

.ofa-mindset-linkcard {
  display: block;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff7df;
  border: 1px solid rgba(249, 191, 59, 0.55);
  color: #0b3c68;
  font-weight: 900;
  transition: 0.25s ease;
}

.ofa-mindset-linkcard:hover {
  transform: translateY(-2px);
  background: #ffe9a8;
  color: #0b3c68;
  text-decoration: none;
}

.ofa-mindset-official {
  margin: 18px 0;
  padding: 20px;
  border-radius: 18px;
  background: #ffffff;
  border: 2px solid #f9bf3b;
}

.ofa-mindset-cta {
  background: linear-gradient(135deg, #0b3c68 0%, #125989 100%);
  border: none;
}

.ofa-mindset-cta h2,
.ofa-mindset-cta h3,
.ofa-mindset-cta p,
.ofa-mindset-cta li {
  color: #ffffff;
}

.ofa-mindset-cta a {
  color: #f9bf3b;
}

.ofa-mindset-cta li::before {
  color: #f9bf3b;
}

.ofa-mindset-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #f9bf3b;
  color: #0b3c68 !important;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none !important;
  transition: 0.25s ease;
}

.ofa-mindset-btn:hover {
  transform: translateY(-2px);
  background: #ffd56a;
  color: #0b3c68 !important;
}

.ofa-mindset-more {
  background: #fffdf8;
}

.ofa-mindset-more a {
  color: #0b3c68;
}

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

  .ofa-mindset-card {
    margin-bottom: 18px;
    padding: 18px 16px;
    border-radius: 18px;
  }

  .ofa-mindset-wrap h1 {
    font-size: 26px;
  }

  .ofa-mindset-wrap h2 {
    font-size: 21px;
    padding-left: 12px;
  }

  .ofa-mindset-wrap h2::before {
    top: 6px;
    height: 20px;
  }

  .ofa-mindset-wrap h3 {
    font-size: 18px;
  }

  .ofa-mindset-wrap p,
  .ofa-mindset-wrap li {
    font-size: 15.5px;
  }

  .ofa-mindset-step,
  .ofa-mindset-rule,
  .ofa-mindset-alert,
  .ofa-mindset-linkcard,
  .ofa-mindset-official {
    padding: 15px;
    border-radius: 15px;
  }

  .ofa-mindset-btn {
    width: 100%;
    text-align: center;
  }
}
```/* End custom CSS */