.elementor-2004 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2004 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2004 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e *//* 最外層包裹區塊：無背景、完全靠左對齊 */
.gf-thor2-box-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background: transparent;
  box-sizing: border-box;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* 完美符合截圖風格：開放式卡片，去除四面框線，改為左側 6px 極光藍粗邊條 */
.gf-thor2-box-main-card,
.gf-thor2-box-item,
.gf-thor2-box-cta-card {
  background-color: #0D1628; /* 暗色系底色 */
  border: none !important; /* 去除四面包死框線 */
  border-left: 6px solid #27D8F5 !important; /* 核心修正：僅保留左側極光藍粗邊條 */
  padding: 35px;
  margin-bottom: 25px;
  border-radius: 0 !important; /* 嚴格消除卡片圓角 */
  box-shadow: 0 4px 20px rgba(39, 216, 245, 0.05); /* 精緻低調的暗光微陰影 */
  box-sizing: border-box;
  text-align: left;
}

/* 各級標題設定 */
.gf-thor2-box-main-title {
  font-size: 28px;
  color: #27D8F5; /* 主色：極光藍 */
  margin: 0 0 20px 0;
  font-weight: 800;
  line-height: 1.4;
  text-align: left;
}

/* 完美還原截圖中標題下方的配色彩色水平線 */
.gf-thor2-box-section-title {
  font-size: 22px;
  color: #27D8F5;
  padding-bottom: 12px;
  border-bottom: 2px solid #27D8F5; /* 標題下方極光藍水平底線 */
  margin: 0 0 20px 0;
  font-weight: 700;
  text-align: left;
  display: block;
}

.gf-thor2-box-sub-title {
  font-size: 18px;
  color: #27D8F5;
  margin: 25px 0 12px 0;
  font-weight: 700;
  text-align: left;
}

/* SEO 關鍵字標籤 */
.gf-thor2-box-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  text-align: left;
}

.gf-thor2-box-tags span {
  background-color: transparent;
  color: #27D8F5;
  font-size: 12px;
  padding: 4px 10px;
  font-weight: 600;
  border: 1px solid #27D8F5;
}

/* 內文、清單與導言 */
.gf-thor2-box-intro {
  font-size: 16px;
  line-height: 1.8;
  color: #E2E8F0; /* 灰白文字提高暗色可讀性 */
  margin: 0;
  text-align: left;
}

.gf-thor2-box-text {
  font-size: 15px;
  line-height: 1.7;
  color: #CBD5E1;
  margin: 0 0 15px 0;
  text-align: left;
}

.gf-thor2-box-list {
  padding-left: 20px;
  margin: 0 0 20px 0;
  list-style-type: square;
  text-align: left;
}

.gf-thor2-box-list li {
  font-size: 15px;
  line-height: 1.7;
  color: #CBD5E1;
  margin-bottom: 6px;
  text-align: left;
}

/* 強調公式專用樣式 */
.gf-thor2-box-highlight {
  display: inline-block;
  background-color: #1E293B;
  color: #27D8F5;
  padding: 4px 12px;
  font-weight: bold;
  border-left: 3px solid #27D8F5;
  margin: 5px 0;
}

/* 提示文字與引用框設定 */
.gf-thor2-box-qa {
  background-color: #1A2436;
  border-left: 4px solid #27D8F5;
  padding: 12px 15px;
  margin: 15px 0;
  text-align: left;
}

.gf-thor2-box-quote {
  background-color: #111C30;
  border-left: 4px solid #27D8F5;
  padding: 12px 15px;
  margin: 15px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  text-align: left;
}

/* 延伸閱讀外框 */
.gf-thor2-box-readmore {
  background-color: #111C30;
  border-left: 3px solid #27D8F5; /* 開放式左細線 */
  padding: 12px 15px;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #94A3B8;
}

.gf-thor2-box-readmore-inline {
  margin: 12px 0 20px 0;
  font-size: 15px;
  text-align: left;
}

/* 超連結整合樣式 */
.gf-thor2-box-link {
  color: #27D8F5;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #27D8F5;
}

.gf-thor2-box-link:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.gf-thor2-box-inline-link {
  color: #27D8F5;
  text-decoration: none;
  font-weight: 700;
  background-color: #1A2436;
  border-bottom: 2px solid #27D8F5;
  padding: 0 4px;
}

.gf-thor2-box-inline-link:hover {
  background-color: #27D8F5;
  color: #0D1628;
}

.font-weight-bold {
  font-weight: bold;
}

/* CTA 行動呼籲區塊 (依指示：按鈕可以為圓角) */
.gf-thor2-box-cta-card {
  border-left: 6px solid #27D8F5 !important;
  background-color: #111C30;
}

.gf-thor2-box-cta-title {
  font-size: 20px;
  color: #27D8F5;
  margin: 0 0 15px 0;
  font-weight: 800;
  text-align: left;
}

.gf-thor2-box-cta-text {
  font-size: 15px;
  line-height: 1.6;
  color: #E2E8F0;
  margin: 0 0 10px 0;
  text-align: left;
}

.gf-thor2-box-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 25px;
}

.gf-thor2-box-btn {
  display: inline-block;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 30px !important; /* 核心修正：依據指示，按鈕設定為漂亮流暢的圓角 */
  border: 1px solid #27D8F5;
  transition: all 0.2s ease;
}

.gf-thor2-box-btn-primary {
  background-color: #27D8F5;
  color: #0D1628;
}

.gf-thor2-box-btn-primary:hover {
  background-color: transparent;
  color: #27D8F5;
}

.gf-thor2-box-btn-secondary {
  background-color: transparent;
  color: #27D8F5;
}

.gf-thor2-box-btn-secondary:hover {
  background-color: #1A2436;
  color: #FFFFFF;
}

/* ==========================================================================
   RWD 行動裝置優化：嚴防 Padding 過肥，全面釋放手機寬度
   ========================================================================== */
@media screen and (max-width: 768px) {
  .gf-thor2-box-wrapper {
    padding: 10px;
  }

  .gf-thor2-box-main-card,
  .gf-thor2-box-item,
  .gf-thor2-box-cta-card {
    padding: 22px 16px; /* 手機端縮緊內襯，絕不顯得臃腫肥胖 */
    margin-bottom: 15px;
    border-left-width: 5px !important;
  }

  .gf-thor2-box-main-title {
    font-size: 21px;
  }

  .gf-thor2-box-section-title {
    font-size: 18px;
  }

  .gf-thor2-box-sub-title {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }

  .gf-thor2-box-intro,
  .gf-thor2-box-text,
  .gf-thor2-box-list li {
    font-size: 14px;
    line-height: 1.6;
  }

  .gf-thor2-box-btn {
    font-size: 14px;
    padding: 12px 10px;
    line-height: 1.4;
  }
}/* End custom CSS */