.elementor-6522 .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 *//* ==========================================================================
   Class 前綴：kg-faq-v5- (全新第五套：左側粗線白框卡片、亮橘方塊問答、極簡分區)
   ========================================================================== */

/* 核心容器（無背景底色，100%融合原有頁面） */
.kg-faq-v5-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  color: #2d3748;
  line-height: 1.75;
}

/* 核心嚴格規範：全無圓角（0px）、文字全靠左對齊 */
.kg-faq-v5-container * {
  box-sizing: border-box;
  text-align: left !important;
  border-radius: 0 !important;
}

/* 段落與基本文字設定 */
.kg-faq-v5-p {
  font-size: 15px;
  color: #4a5568;
  margin-top: 0;
  margin-bottom: 16px;
}
.kg-faq-v5-p:last-child {
  margin-bottom: 0;
}
.kg-faq-v5-lead-text {
  font-size: 16px;
  font-weight: 500;
  color: #1a202c;
  line-height: 1.8;
}

/* 內文連結工藝 */
.kg-faq-v5-container a {
  color: #2F4F3E;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #D58A4A; /* 亮橘下底線 */
  transition: all 0.2s ease;
}
.kg-faq-v5-container a:hover {
  color: #D58A4A;
  border-bottom-color: #2F4F3E;
}

/* 獨立懸浮卡片 V5 結構：左側主色加粗線，全包覆1px極細線 */
.kg-faq-v5-hero-card {
  background-color: #ffffff;
  padding: 35px;
  margin-bottom: 25px;
  border-left: 5px solid #2F4F3E; /* 主色：森林綠 */
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.kg-faq-v5-section-card {
  background-color: #ffffff;
  padding: 35px;
  margin-bottom: 30px;
  border-left: 5px solid #2F4F3E;
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

/* 主大標題 */
.kg-faq-v5-main-title {
  color: #2F4F3E;
  font-size: 25px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* 分區灰色標籤 */
.kg-faq-v5-group-tag {
  display: inline-block;
  background-color: #2F4F3E;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 6px 16px;
  margin-bottom: -1px; /* 貼緊下方卡片頂部 */
  position: relative;
  z-index: 2;
}

.kg-faq-v5-section-sub {
  color: #2F4F3E;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f7;
  text-transform: uppercase;
}

/* 結尾大標裝飾線 */
.kg-faq-v5-section-title {
  font-size: 20px;
  font-weight: bold;
  color: #2F4F3E;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.kg-faq-v5-title-line {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #D58A4A;
  margin-right: 10px;
}

/* ==========================================================================
   獨立 Q&A 問答方塊（全新工藝排版）
   ========================================================================== */
.kg-faq-v5-qa-item {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e2e8f0;
}
.kg-faq-v5-qa-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.kg-faq-v5-question {
  font-size: 16px;
  font-weight: bold;
  color: #1a202c;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

/* 亮橘色微型方框小圖章 */
.kg-faq-v5-q-badge {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #D58A4A; /* 配色：亮橘 */
  margin-right: 10px;
  flex-shrink: 0;
}

.kg-faq-v5-answer {
  font-size: 14.5px;
  color: #4a5568;
  padding-left: 18px; /* 與問字對齊 */
  line-height: 1.7;
}

/* 結論卡片特殊底色調整 */
.kg-faq-v5-conclusion {
  border-left-color: #D58A4A; /* 配色橘線 */
  background-color: #fffdfa;
}

/* ==========================================================================
   全新 V5 版型：左側工藝粗線白底雙料對稱結尾 CTA
   ========================================================================== */
.kg-faq-v5-cta-container {
  background-color: #ffffff;
  border-left: 6px solid #D58A4A; /* 配色亮橘粗線 */
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 35px;
  margin-top: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.kg-faq-v5-cta-layout {
  display: flex;
  gap: 30px;
  align-items: center;
}

/* 左側文字配置 */
.kg-faq-v5-cta-left {
  flex: 0 0 55%;
}
.kg-faq-v5-cta-main-head {
  font-size: 20px;
  font-weight: bold;
  color: #2F4F3E !important;
  margin-top: 0;
  margin-bottom: 10px;
}
.kg-faq-v5-cta-sub-text {
  font-size: 14px;
  color: #718096 !important;
  margin: 0;
  line-height: 1.6;
}

/* 右側直列按鈕配置 */
.kg-faq-v5-cta-right {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.kg-faq-v5-action-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 20px;
  text-decoration: none !important;
  border: none;
  transition: background-color 0.2s ease-in-out;
}

/* 森林綠實心按鈕 */
.kg-faq-v5-btn-green {
  background-color: #2F4F3E;
}
.kg-faq-v5-btn-green strong { color: #ffffff !important; font-size: 14.5px; }
.kg-faq-v5-btn-green .kg-faq-v5-btn-hint { color: rgba(255,255,255,0.8) !important; font-size: 11px; margin-top: 2px; }
.kg-faq-v5-btn-green:hover { background-color: #1e3328; }

/* 亮橘色實心按鈕 */
.kg-faq-v5-btn-orange {
  background-color: #D58A4A;
}
.kg-faq-v5-btn-orange strong { color: #ffffff !important; font-size: 14.5px; }
.kg-faq-v5-btn-orange .kg-faq-v5-btn-hint { color: rgba(255,255,255,0.9) !important; font-size: 11px; margin-top: 2px; }
.kg-faq-v5-btn-orange:hover { background-color: #be7538; }


/* ==========================================================================
   手機版 RWD 行動裝置調整：縮減 Padding 防胖與垂直自適應
   ========================================================================== */
@media screen and (max-width: 768px) {
  .kg-faq-v5-hero-card,
  .kg-faq-v5-section-card,
  .kg-faq-v5-cta-container {
    padding: 24px 16px; /* 手機端大幅收縮內襯，保證內容精實不臃腫 */
    margin-bottom: 20px;
  }

  .kg-faq-v5-main-title {
    font-size: 20px;
  }

  .kg-faq-v5-answer {
    padding-left: 0; /* 手機螢幕窄，取消左邊縮進，讓可讀範圍極大化 */
    margin-top: 4px;
  }

  /* 結尾雙側排版在手機版回歸垂直單欄排列 */
  .kg-faq-v5-cta-layout {
    flex-direction: column;
    gap: 20px;
  }

  .kg-faq-v5-cta-left,
  .kg-faq-v5-cta-right {
    flex: 0 0 100%;
    width: 100%;
  }
}/* End custom CSS */