.elementor-3960 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================================================
   玖富娛樂城 品牌信任篇專用樣式表（粉紫主調、極致無圓角、靠左對齊、橢圓按鈕）
   ========================================================================== */

/* 主外殼：不帶有背景色，完美融合既有網頁 */
.jf-trust-main-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: "PingFang TC", "Microsoft JhengHei", sans-serif;
  text-align: left; /* 內文完全靠左對齊 */
}

.jf-trust-main-wrapper *,
.jf-trust-main-wrapper *::before,
.jf-trust-main-wrapper *::after {
  box-sizing: border-box;
}

/* 獨立卡片樣式：亮色質感、頂部粗橫線、100%無圓角 */
.jf-trust-card {
  background-color: #FAF9FD; /* 極淺亮粉紫底色 */
  border: 1px solid #E6E1EE;
  border-top: 6px solid #D0C1EC; /* 主色：粉紫 */
  padding: 38px 35px;
  margin-bottom: 28px;
  text-align: left;
  border-radius: 0 !important; /* 嚴格無圓角 */
  position: relative;
}

/* 強調卡片（尾卡區塊樣式） */
.jf-trust-highlight-card {
  background-color: #F3F0FA; /* 微深一點的明亮紫 */
  border: 1px solid #C4BAD6;
  border-top: 8px solid #5A4275; /* 配色：深紫 */
}

/* 大標題 H2 */
.jf-trust-title-h2 {
  color: #5A4275; /* 深紫 */
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.45;
  letter-spacing: 0.3px;
}
.jf-trust-color-purple {
  color: #5A4275 !important;
}

/* 小標題 H3 */
.jf-trust-title-h3 {
  color: #5A4275;
  font-size: 1.12rem;
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 12px;
  border-left: 3px solid #D0C1EC;
  padding-left: 10px;
}

/* 內文段落 */
.jf-trust-txt-p {
  color: #3C3543; /* 帶有微紫調的炭灰色 */
  font-size: 0.98rem;
  line-height: 1.85;
  margin-top: 0;
  margin-bottom: 16px;
}
.jf-trust-txt-p:last-child {
  margin-bottom: 0;
}
.jf-trust-txt-p strong {
  color: #5A4275;
}

/* 關鍵字超連結 */
.jf-trust-text-link {
  color: #5A4275;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #D0C1EC;
  transition: all 0.2s ease-in-out;
}
.jf-trust-text-link:hover {
  color: #D0C1EC;
  background-color: #5A4275;
}

/* 列表樣式 */
.jf-trust-unordered-list {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: square; /* 正方形條列點 */
}
.jf-trust-unordered-list li {
  color: #3C3543;
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
.jf-trust-unordered-list li:last-child {
  margin-bottom: 0;
}

/* 條列內部小框卡片（增加視覺層次變化） */
.jf-trust-sub-row {
  background-color: #FFFFFF;
  border: 1px solid #EDEAF2;
  padding: 16px 20px;
  margin-bottom: 14px;
  border-left: 3px solid #5A4275;
  border-radius: 0 !important;
}
.jf-trust-sub-row:last-child {
  margin-bottom: 0;
}

/* 條列內部小框卡片樣式B（交錯呈現） */
.jf-trust-bullet-box {
  background-color: #FFFFFF;
  border: 1px solid #EDEAF2;
  border-right: 4px solid #D0C1EC;
  padding: 16px 20px;
  margin-bottom: 14px;
  border-radius: 0 !important;
}
.jf-trust-bullet-box:last-child {
  margin-bottom: 0;
}

/* CTA 按鈕區塊 */
.jf-trust-action-area {
  margin-top: 35px;
  text-align: left; /* 按鈕與文案一致靠左 */
}

/* 橢圓形按鈕設計 */
.jf-trust-oval-btn {
  display: inline-block;
  background-color: #5A4275; /* 深紫基底 */
  color: #FFFFFF !important;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 15px 45px;
  border: 2px solid #5A4275;
  border-radius: 50px !important; /* 橢圓形樣式 */
  box-shadow: 0 4px 12px rgba(90, 66, 117, 0.2);
  transition: all 0.3s ease;
}
.jf-trust-oval-btn:hover {
  background-color: #FFFFFF;
  color: #5A4275 !important;
  border-color: #5A4275;
  box-shadow: 0 6px 20px rgba(90, 66, 117, 0.3);
  transform: translateY(-2px);
}

/* ==========================================================================
   手機端響應式排版優化（防過胖調校）
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jf-trust-card {
    padding: 26px 18px; /* 手機端縮減內邊距，精實好看 */
    margin-bottom: 22px;
  }
  
  .jf-trust-title-h2 {
    font-size: 1.22rem;
    margin-bottom: 15px;
  }
  
  .jf-trust-title-h3 {
    font-size: 1.05rem;
  }
  
  .jf-trust-txt-p {
    font-size: 0.94rem;
    line-height: 1.75;
  }
  
  .jf-trust-sub-row, 
  .jf-trust-bullet-box {
    padding: 14px 15px;
  }
  
  .jf-trust-oval-btn {
    display: block; /* 手機端自動拉寬滿版，便於移動端點擊 */
    text-align: center;
    padding: 14px 20px;
    font-size: 1rem;
  }
}/* End custom CSS */