.elementor-3682 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* ==========================================================================
   玖富娛樂城 - 戰神賽特攻略版面樣式 (獨立Class防止衝突)
   ========================================================================== */

/* 外層總容器（不帶背景，完美融合原網頁） */
.jf-slot-main-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #333333;
  line-height: 1.7;
}

/* 獨立卡片基礎樣式 */
.jf-slot-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(90, 66, 117, 0.08);
  border: 1px solid rgba(208, 193, 236, 0.3);
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jf-slot-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(90, 66, 117, 0.12);
}

/* 頂部主標題卡片特殊視覺 */
.jf-slot-hero-card {
  border-left: 6px solid #5A4275;
  background: linear-gradient(135deg, #ffffff 0%, #fcfbfe 100%);
}

/* 標題樣式 */
.jf-slot-main-title {
  font-size: 28px;
  color: #5A4275;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.jf-slot-section-title {
  font-size: 22px;
  color: #5A4275;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D0C1EC;
  font-weight: 600;
}

.jf-slot-sub-title {
  font-size: 18px;
  color: #5A4275;
  margin-top: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}

/* 文字與段落 */
.jf-slot-intro {
  font-size: 16px;
  color: #555555;
  margin: 0;
}

.jf-slot-text {
  font-size: 16px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: justify;
}

/* 區塊內置小區塊 */
.jf-slot-sub-block {
  background-color: #f9f7fc;
  border-left: 4px solid #D0C1EC;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}

/* 延伸閱讀與討論區塊 */
.jf-slot-extend-box, .jf-slot-forum-box {
  display: flex;
  align-items: center;
  background-color: #f5f2fa;
  padding: 12px 20px;
  border-radius: 8px;
  margin: 20px 0;
  font-size: 15px;
  flex-wrap: wrap;
  border: 1px dashed #D0C1EC;
}

.jf-slot-tag {
  background-color: #5A4275;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 12px;
  font-weight: bold;
  white-space: nowrap;
}

/* 超連結樣式 */
.jf-slot-inline-link {
  color: #5A4275;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #5A4275;
  transition: color 0.2s ease;
}

.jf-slot-inline-link:hover {
  color: #a389d4;
  border-bottom-color: #a389d4;
}

.jf-slot-extend-link {
  color: #5A4275;
  font-weight: 600;
  text-decoration: none;
}

.jf-slot-extend-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   CTA 呼籲行動專屬卡片 (高亮吸睛)
   ========================================================================== */
.jf-slot-cta-card {
  background: linear-gradient(145deg, #5A4275 0%, #3b2752 100%);
  color: #ffffff;
  border: none;
  text-align: center;
  padding: 45px 35px;
}

.jf-slot-cta-card:hover {
  box-shadow: 0 10px 30px rgba(90, 66, 117, 0.3);
}

.jf-slot-cta-badge {
  display: inline-block;
  background-color: #D0C1EC;
  color: #5A4275;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.jf-slot-cta-title {
  font-size: 26px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.jf-slot-cta-desc {
  font-size: 15px;
  color: #e2daf0;
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.8;
}

/* CTA 按鈕群組 */
.jf-slot-btn-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 550px;
  margin: 0 auto;
}

.jf-slot-btn {
  display: block;
  padding: 14px 24px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.jf-slot-btn-primary {
  background-color: #D0C1EC;
  color: #5A4275;
}

.jf-slot-btn-primary:hover {
  background-color: #e3daf7;
  transform: scale(1.02);
}

.jf-slot-btn-secondary {
  background-color: transparent;
  color: #D0C1EC;
  border: 2px solid #D0C1EC;
}

.jf-slot-btn-secondary:hover {
  background-color: rgba(208, 193, 236, 0.1);
  color: #ffffff;
  border-color: #ffffff;
  transform: scale(1.02);
}

/* ==========================================================================
   RWD 手機版精細化調整 (防止內容過胖、爆版)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jf-slot-main-container {
    padding: 12px; /* 縮小最外層留白，讓內容更飽滿 */
  }

  .jf-slot-card {
    padding: 20px 15px; /* 防胖優化：降低手機版左右 Padding */
    margin-bottom: 20px;
    border-radius: 12px;
  }

  .jf-slot-hero-card {
    border-left-width: 4px;
  }

  .jf-slot-main-title {
    font-size: 22px; /* 降低字體大小防折行過碎 */
    margin-bottom: 15px;
  }

  .jf-slot-section-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .jf-slot-sub-title {
    font-size: 16px;
  }

  .jf-slot-text {
    font-size: 15px; /* 更適合手機閱讀的字級 */
    margin-bottom: 12px;
  }

  .jf-slot-sub-block {
    padding: 12px 15px;
    margin: 15px 0;
  }

  .jf-slot-extend-box, .jf-slot-forum-box {
    padding: 10px 15px;
    font-size: 14px;
  }

  .jf-slot-tag {
    margin-bottom: 6px; /* 手機排版防折行擠壓 */
  }

  /* CTA 手機優化 */
  .jf-slot-cta-card {
    padding: 30px 15px;
  }

  .jf-slot-cta-title {
    font-size: 20px;
  }

  .jf-slot-btn {
    font-size: 14px;
    padding: 12px 16px;
  }
}/* End custom CSS */