.elementor-4024 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================================================
   全新極簡雙線框版型 (V3)
   ========================================================================== */

/* 全域包裝，無背景、強制靠左 */
.jf-modern-v3-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left;
}

/* 卡片基礎：完全直角、無背景色（依靠外部背景） */
.jf-modern-v3-card {
  position: relative;
  background-color: transparent; /* 完全透明底色 */
  border: 1px solid #5A4275;    /* 核心深紫細線框 */
  padding: 40px;
  margin-bottom: 35px;
  border-radius: 0px !important; /* 嚴禁圓角 */
  box-sizing: border-box;
  text-align: left;
}

/* 利用偽元素製作高質感左側雙層對比線 */
.jf-modern-v3-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background-color: #5A4275;
}
.jf-modern-v3-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 9px;
  bottom: 0;
  width: 2px;
  background-color: #D0C1EC; /* 主色調細襯線 */
}

/* 內容內縮以避開左側雙層線 */
.jf-modern-v3-body {
  padding-left: 10px;
  text-align: left;
}

/* 大標題樣式 */
.jf-modern-v3-main-title {
  color: #5A4275;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  margin: 0 0 25px 10px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #D0C1EC;
  text-align: left;
}

/* 區塊標題新視覺：下劃雙色線、左側方塊點綴 */
.jf-modern-v3-section-title {
  color: #5A4275;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 25px 10px;
  padding-left: 12px;
  border-left: 4px solid #D0C1EC; /* 亮紫主色方塊點綴 */
  text-align: left;
}

/* 子項目小標題 */
.jf-modern-v3-sub-title {
  color: #5A4275;
  font-size: 17px;
  font-weight: 700;
  margin: 25px 0 12px 0;
  position: relative;
  text-align: left;
}
.jf-modern-v3-sub-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #5A4275;
  margin-top: 4px;
}

/* 段落文字 */
.jf-modern-v3-body p {
  color: #222222;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 16px 0;
  text-align: left;
}

/* FAQ 內部排版 */
.jf-modern-v3-faq-block {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ECE7F5;
  text-align: left;
}
.jf-modern-v3-faq-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jf-modern-v3-faq-q {
  color: #5A4275 !important;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 6px 0 !important;
}
.jf-modern-v3-faq-a {
  color: #444444 !important;
  font-size: 16px;
  margin: 0 !important;
}

/* 推廣超連結樣式 */
.jf-modern-v3-link {
  color: #5A4275;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #D0C1EC; /* 主色底線 */
  padding-bottom: 1px;
  transition: all 0.2s ease-in-out;
}
.jf-modern-v3-link:hover {
  color: #D0C1EC;
  background-color: #5A4275;
  border-bottom-color: #5A4275;
}

/* ==========================================================================
   手機板響應式優化（微調內邊距，防止擁擠或過胖）
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jf-modern-v3-card {
    padding: 25px 20px; /* 手機版內縮，釋放左右空間 */
    margin-bottom: 20px;
  }
  
  .jf-modern-v3-card::before {
    width: 4px;
  }
  .jf-modern-v3-card::after {
    left: 6px;
    width: 1px;
  }
  
  .jf-modern-v3-body {
    padding-left: 5px;
  }
  
  .jf-modern-v3-main-title {
    font-size: 20px;
    margin: 0 0 20px 5px;
    padding-bottom: 10px;
  }
  
  .jf-modern-v3-section-title {
    font-size: 18px;
    margin: 0 0 20px 5px;
  }
  
  .jf-modern-v3-sub-title {
    font-size: 16px;
    margin: 20px 0 8px 0;
  }
  
  .jf-modern-v3-body p,
  .jf-modern-v3-faq-q,
  .jf-modern-v3-faq-a {
    font-size: 15px;
    line-height: 1.65;
  }
}/* End custom CSS */