.elementor-19921 .elementor-element.elementor-element-e3e1c9e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-bf2cea9 */```css
.set2dp-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #f4f8fb;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.85;
}

.set2dp-wrap * {
  box-sizing: border-box;
}

.set2dp-card {
  margin: 0 0 24px;
  padding: 28px;
  border: 1px solid rgba(39, 151, 204, 0.28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(12, 50, 90, 0.92), rgba(6, 24, 44, 0.94));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.set2dp-hero {
  border-top: 5px solid #2797cc;
}

.set2dp-kicker {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(39, 151, 204, 0.16);
  color: #77d7ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

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

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

.set2dp-wrap h2 {
  position: relative;
  padding-left: 14px;
  font-size: 25px;
}

.set2dp-wrap h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 24px;
  border-radius: 99px;
  background: #2797cc;
}

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

.set2dp-wrap p {
  margin: 0 0 14px;
  color: #e7f1f8;
  font-size: 17px;
}

.set2dp-wrap strong {
  color: #77d7ff;
}

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

.set2dp-wrap li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 26px;
  color: #e7f1f8;
  font-size: 16px;
}

.set2dp-wrap li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2797cc;
  font-weight: 900;
}

.set2dp-highlight {
  margin-top: 18px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(39, 151, 204, 0.12);
  border: 1px solid rgba(39, 151, 204, 0.25);
}

.set2dp-tablebox {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0;
  border-radius: 16px;
  border: 1px solid rgba(39, 151, 204, 0.28);
}

.set2dp-tablebox table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.set2dp-tablebox th,
.set2dp-tablebox td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  text-align: left;
  color: #eaf6fc;
  font-size: 16px;
}

.set2dp-tablebox th {
  background: rgba(39, 151, 204, 0.22);
  color: #ffffff;
  font-weight: 900;
}

.set2dp-step,
.set2dp-qa {
  margin: 16px 0 0;
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

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

.set2dp-linkcard {
  display: block;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(39, 151, 204, 0.14);
  border: 1px solid rgba(39, 151, 204, 0.36);
  color: #9ee3ff;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.set2dp-linkcard:hover {
  transform: translateY(-2px);
  background: rgba(39, 151, 204, 0.22);
  color: #ffffff;
}

.set2dp-cta {
  border-color: rgba(39, 151, 204, 0.5);
  background: linear-gradient(145deg, rgba(12, 50, 90, 0.98), rgba(39, 151, 204, 0.28));
}

.set2dp-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 24px;
  border-radius: 999px;
  background: #2797cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.set2dp-btn:hover {
  transform: translateY(-2px);
  background: #41b3e8;
  color: #ffffff;
}

.set2dp-more a {
  color: #9ee3ff;
  text-decoration: none;
  font-weight: 800;
}

.set2dp-more a:hover {
  color: #ffffff;
  text-decoration: underline;
}

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

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

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

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

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

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

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

  .set2dp-highlight,
  .set2dp-step,
  .set2dp-qa,
  .set2dp-linkcard {
    padding: 15px;
    border-radius: 15px;
  }

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

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