.elementor-3742 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================================================
   Class 前綴：jf-cash- (視覺風格：優雅紫亮色系、文字全靠左、嚴格無圓角、最外層無背景)
   ========================================================================== */

/* 主容器配置（限制寬度，無自身底色） */
.jf-cash-main-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #2b2b2b;
  line-height: 1.8;
}

/* 覆蓋所有子元素：全靠左對齊、全無圓角 */
.jf-cash-main-wrapper * {
  box-sizing: border-box;
  text-align: left !important;
  border-radius: 0 !important;
}

/* 獨立卡片設計 */
.jf-cash-card {
  background-color: #ffffff;
  padding: 35px;
  margin-bottom: 25px;
  border-left: 6px solid #5A4275; /* 配色：深邃羅蘭紫 */
  box-shadow: 0 3px 12px rgba(90, 66, 117, 0.05);
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

/* 首卡與重點特殊標註：改用主色左邊條 */
.jf-cash-hero-card {
  border-left-color: #D0C1EC; /* 主色：輕柔薰衣草紫 */
}

/* 標題設定 */
.jf-cash-main-title {
  color: #5A4275;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

.jf-cash-cate-title {
  color: #5A4275;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f6f3f9;
}

.jf-cash-section-subtitle {
  color: #5A4275;
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
  border-left: 3px solid #D0C1EC;
  padding-left: 10px;
}

/* 段落文字 */
.jf-cash-main-wrapper p {
  font-size: 15.5px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 16px;
}
.jf-cash-main-wrapper p:last-child {
  margin-bottom: 0;
}

.jf-cash-intro-text {
  font-size: 16px;
  color: #4f4f4f;
}

/* 資訊特化清單 */
.jf-cash-data-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 0 0;
}
.jf-cash-data-list li {
  font-size: 15px;
  margin-bottom: 12px;
  padding: 10px 15px;
  background-color: #fcfbfe;
  border-left: 3px solid #D0C1EC;
}
.jf-cash-data-list li strong {
  color: #5A4275;
}

/* 響應式表格 */
.jf-cash-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #eaeaea;
}
.jf-cash-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.jf-cash-table th {
  background-color: #5A4275;
  color: #ffffff !important;
  font-weight: bold;
  padding: 14px 12px;
}
.jf-cash-table td {
  padding: 12px;
  border-bottom: 1px solid #eaeaea;
  color: #444444;
  vertical-align: top;
}
.jf-cash-table tbody tr:nth-child(even) {
  background-color: #fdfcfe;
}

/* ==========================================================================
   結尾 滿版卡片式 CTA 區塊
   ========================================================================== */
.jf-cash-cta-card {
  background-color: #5A4275; /* 採用深邃羅蘭紫作為滿版大底 */
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(90, 66, 117, 0.15);
}
.jf-cash-cta-card * {
  color: #ffffff !important; /* 內部全體轉白字 */
}
.jf-cash-cta-title-main {
  font-size: 23px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #D0C1EC !important; /* 標題使用薰衣草紫提亮 */
}
.jf-cash-cta-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 30px;
}
.jf-cash-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.jf-cash-cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.25s ease-in-out;
}
.jf-cash-box-tag {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 3px;
}
.jf-cash-box-uri {
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* 互動效果 */
.jf-cash-bg-main:hover { background-color: #D0C1EC; }
.jf-cash-bg-main:hover * { color: #5A4275 !important; }

.jf-cash-bg-accent { background-color: rgba(208, 193, 236, 0.2); }
.jf-cash-bg-accent:hover { background-color: #D0C1EC; }
.jf-cash-bg-accent:hover * { color: #5A4275 !important; }

.jf-cash-bg-service { background-color: rgba(255, 255, 255, 0.1); }
.jf-cash-bg-service:hover { background-color: #ffffff; }
.jf-cash-bg-service:hover * { color: #5A4275 !important; }

/* ==========================================================================
   手機版 RWD 最佳化：防止寬度過大、優化 Padding
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jf-cash-card {
    padding: 22px 16px; /* 窄屏舒適白 */
    margin-bottom: 18px;
  }
  .jf-cash-cta-card {
    padding: 25px 16px;
  }
  .jf-cash-main-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .jf-cash-cate-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .jf-cash-main-wrapper p {
    font-size: 14.5px;
  }
  .jf-cash-box-uri {
    font-size: 15px;
  }
}/* End custom CSS */