.elementor-3690 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================================================
   玖富娛樂城 (9JFU) 專屬品牌卡片樣式表 - 修正非數字開頭、亮紫美學、嚴格直角
   ========================================================================== */

/* 頂層主包裹外殼 - 穿透無背景 */
.jfu9-main-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #333333;
  line-height: 1.75;
}

/* 獨立卡片式區塊樣式 - 嚴格無圓角 */
.jfu9-content-card {
  background-color: #ffffff;
  border-left: 6px solid #5A4275; /* 配色深紫側邊條 */
  border-top: 1px solid #EAE4F6;
  border-right: 1px solid #EAE4F6;
  border-bottom: 1px solid #EAE4F6;
  padding: 35px;
  margin-bottom: 30px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 0 !important;
}

/* 網頁主大標題 */
.jfu9-page-title {
  font-size: 26px;
  color: #5A4275;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
}

/* 區塊內次標題 */
.jfu9-block-title {
  font-size: 21px;
  color: #5A4275;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 600;
  text-align: left;
}

/* 內文標準段落 */
.jfu9-txt-line {
  font-size: 16px;
  color: #444444;
  margin: 0 0 16px 0;
  text-align: left;
}
.jfu9-txt-line:last-child {
  margin-bottom: 0;
}

/* 行內高亮超連結 */
.jfu9-inline-link {
  color: #5A4275;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #D0C1EC;
  transition: all 0.2s ease-in-out;
}
.jfu9-inline-link:hover {
  color: #ba9fe6;
  border-bottom-color: #5A4275;
}

/* --------------------------------------------------------------------------
   三大定位 Icon 數據指標佈局
   -------------------------------------------------------------------------- */
.jfu9-badge-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

/* 單個數據卡片 - 嚴格無圓角 */
.jfu9-badge-box {
  flex: 1;
  background-color: #FAF8FD;
  border: 1px solid #EAE4F6;
  border-top: 4px solid #5A4275;
  padding: 24px 20px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 0 !important;
}
.jfu9-badge-icon {
  font-size: 32px;
  margin-bottom: 12px;
  color: #5A4275;
  text-align: left;
}
.jfu9-badge-head {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
  text-align: left;
}
.jfu9-badge-tag {
  font-size: 14px;
  font-weight: 700;
  color: #5A4275;
  background-color: #D0C1EC; /* 主色亮紫 */
  padding: 3px 8px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 0 !important;
}
.jfu9-badge-body {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
  text-align: left;
}

/* --------------------------------------------------------------------------
   官方內容中心 - 六大場館資料表格
   -------------------------------------------------------------------------- */
.jfu9-scroll-container {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #5A4275;
  margin-top: 15px;
  border-radius: 0 !important;
}

.jfu9-info-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 700px;
}
.jfu9-info-table th {
  background-color: #5A4275;
  color: #ffffff;
  padding: 14px 16px;
  font-weight: 600;
  border-bottom: 2px solid #5A4275;
  text-align: left;
}
.jfu9-info-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #EAE4F6;
  border-right: 1px solid #EAE4F6;
  color: #444444;
  vertical-align: middle;
  text-align: left;
}
.jfu9-info-table td:last-child {
  border-right: none;
}
.jfu9-info-table tr:nth-child(even) {
  background-color: #FBF9FE;
}
.jfu9-table-group-cell {
  font-weight: 700;
  background-color: #F3EEFB;
  color: #5A4275 !important;
  text-align: center !important;
}
.jfu9-table-link {
  color: #5A4275;
  text-decoration: none;
  font-weight: 700;
}
.jfu9-table-link:hover {
  text-decoration: underline;
  color: #ba9fe6;
}

/* --------------------------------------------------------------------------
   結尾大卡片與行動呼籲 (CTA)
   -------------------------------------------------------------------------- */
.jfu9-cta-card {
  background-color: #5A4275;
  color: #ffffff;
  padding: 40px;
  text-align: left;
  box-sizing: border-box;
  border-radius: 0 !important;
}
.jfu9-cta-heading {
  font-size: 24px;
  color: #D0C1EC;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
}
.jfu9-cta-text {
  font-size: 16px;
  color: #EAE4F6;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}

.jfu9-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.jfu9-action-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease-in-out;
  border-radius: 0 !important;
  box-sizing: border-box;
}

.jfu9-btn-primary {
  background-color: #D0C1EC;
  color: #5A4275;
  border: 1px solid #D0C1EC;
}
.jfu9-btn-primary:hover {
  background-color: #e3daf5;
  border-color: #e3daf5;
}

.jfu9-btn-secondary {
  background-color: #ffffff;
  color: #5A4275;
  border: 1px solid #ffffff;
}
.jfu9-btn-secondary:hover {
  background-color: #F3EEFB;
  border-color: #F3EEFB;
}

.jfu9-btn-outline {
  background-color: transparent;
  color: #EAE4F6;
  border: 1px solid #EAE4F6;
}
.jfu9-btn-outline:hover {
  background-color: rgba(208, 193, 236, 0.15);
  color: #ffffff;
  border-color: #ffffff;
}

/* ==========================================================================
   行動裝置智慧 RWD 微調 (手機版優化防胖)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jfu9-content-card {
    padding: 22px 16px;
    margin-bottom: 20px;
  }
  .jfu9-page-title {
    font-size: 21px;
  }
  .jfu9-block-title {
    font-size: 18px;
  }
  .jfu9-txt-line {
    font-size: 15px;
  }
  
  .jfu9-badge-row {
    flex-direction: column;
    gap: 15px;
  }
  .jfu9-badge-box {
    width: 100%;
    padding: 20px 16px;
  }

  .jfu9-cta-card {
    padding: 30px 16px;
  }
  .jfu9-cta-heading {
    font-size: 20px;
  }
  .jfu9-cta-text {
    font-size: 14.5px;
    margin-bottom: 25px;
  }
  
  .jfu9-btn-group {
    flex-direction: column;
    gap: 12px;
  }
  .jfu9-action-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
  }
}/* End custom CSS */