.elementor-4015 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* 最外層不設背景色，僅作範圍與間距控制 */
.jf-promo-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: left; /* 確保全靠左對齊 */
}

/* 獨立卡片樣式：無圓角、靠左對齊 */
.jf-promo-card {
  border-left: 6px solid #5A4275; /* 深紫色側邊強調線 */
  border-top: 1px solid #E6E0F8;
  border-right: 1px solid #E6E0F8;
  border-bottom: 1px solid #E6E0F8;
  background-color: #FAF8FF; /* 極淺紫底色，凸顯卡片感 */
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 0px !important; /* 強制無圓角 */
  box-sizing: border-box;
  text-align: left;
}

/* 標題樣式 */
.jf-promo-main-title {
  color: #5A4275;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px 0;
  text-align: left;
}

.jf-promo-section-title {
  color: #5A4275;
  background-color: #D0C1EC; /* 主色調背景襯托 */
  font-size: 20px;
  font-weight: bold;
  padding: 8px 15px;
  margin: 0 0 20px 0;
  display: inline-block; /* 讓背景寬度隨文字長度延伸 */
  text-align: left;
  border-radius: 0px !important;
}

.jf-promo-sub-title {
  color: #5A4275;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px 0;
  text-align: left;
}

/* 內文段落 */
.jf-promo-intro,
.jf-promo-text {
  color: #333333;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 15px 0;
  text-align: left;
}

/* 列表樣式 */
.jf-promo-list {
  margin: 0 0 20px 0;
  padding-left: 20px;
  list-style-type: square;
  text-align: left;
}

.jf-promo-list li {
  color: #333333;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
}

/* 超連結樣式 */
.jf-promo-link {
  color: #5A4275;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.jf-promo-link:hover {
  color: #8c6cb8;
  text-decoration: none;
}

/* RWD 手機版優化：縮減內邊距，防止看起來太胖 */
@media screen and (max-width: 768px) {
  .jf-promo-card {
    padding: 15px; /* 窄版手機適配 padding */
    margin-bottom: 15px;
    border-left-width: 4px;
  }
  
  .jf-promo-main-title {
    font-size: 20px;
  }
  
  .jf-promo-section-title {
    font-size: 17px;
    padding: 6px 10px;
    display: block; /* 手機版改為整行滿版 */
  }
  
  .jf-promo-sub-title {
    font-size: 16px;
  }
  
  .jf-promo-intro,
  .jf-promo-text,
  .jf-promo-list li {
    font-size: 15px;
    line-height: 1.6;
  }
}/* End custom CSS */