.elementor-3987 .elementor-element.elementor-element-79066c4{--display:flex;}/* Start custom CSS for wd_text_block, class: .elementor-element-10eba62 *//* CSS 視覺樣式設定 - 獨立直角卡片流（與前一版完全相異之 Class） */
.jf-bounty-wrapper {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", sans-serif;
  color: #222222;
  line-height: 1.8;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px; /* 行動裝置邊緣貼合防胖 */
  box-sizing: border-box;
}

/* 獨立卡片基本框架（強制直角、全靠左對齊） */
.jf-bounty-card {
  background: #ffffff;
  border-left: 5px solid #5A4275; /* 深紫色調裝飾 */
  padding: 30px;
  margin-bottom: 25px;
  text-align: left; /* 文本靠左 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* 移除全部外觀圓角 */
.jf-bounty-card,
.jf-bounty-visual,
.jf-bounty-trigger {
  border-radius: 0px !important;
}

/* 首屏主卡片特殊線條 */
.jf-bounty-hero-box {
  border-left: 8px solid #D0C1EC; /* 主色淺紫 */
}

.jf-bounty-main-title {
  color: #5A4275;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}

.jf-bounty-sub-title {
  color: #5A4275;
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 18px;
  text-align: left;
}

.jf-bounty-minor-title {
  color: #222222;
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
  text-align: left;
}

.jf-bounty-text {
  font-size: 16px;
  margin-bottom: 16px;
  text-align: justify;
}

/* 內嵌連結優化 */
.jf-bounty-lnk {
  color: #5A4275;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #5A4275;
  transition: all 0.2s ease;
}

.jf-bounty-lnk:hover {
  color: #D0C1EC;
  border-bottom: 1px solid #D0C1EC;
}

.jf-bounty-keyword {
  color: #5A4275;
}

.jf-bounty-list-group {
  padding-left: 20px;
  margin-bottom: 0;
  text-align: left;
}

.jf-bounty-list-group li {
  margin-bottom: 12px;
  font-size: 16px;
}

/* 直式手機遊戲畫面排版（精準比例不拉伸） */
.jf-bounty-media-block {
  width: 100%;
  margin: 10px 0 30px 0;
  text-align: left;
}

.jf-bounty-visual {
  max-width: 400px; /* 直式最佳瀏覽寬度限制 */
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e2e2e2;
}

/* 密技特調淺紫卡片 */
.jf-bounty-strategy-card {
  background-color: rgba(208, 193, 236, 0.12);
  border-left: 6px solid #5A4275;
}

.jf-bounty-strategy-title {
  color: #5A4275;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

/* 底部行動欄 */
.jf-bounty-action-box {
  border-top: 3px solid #5A4275;
  border-left: none;
  background: #fdfcff;
}

.jf-bounty-action-pithy {
  font-weight: bold;
  font-size: 18px;
  color: #5A4275;
}

.jf-bounty-interactive-zone {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start; /* 靠左排列 */
  width: 100%;
}

.jf-bounty-trigger {
  display: block;
  width: 100%;
  max-width: 450px;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center; /* 讓長按鈕文字置中聚焦 */
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.jf-bounty-trigger-main {
  background-color: #5A4275;
  color: #ffffff;
}

.jf-bounty-trigger-main:hover {
  background-color: #D0C1EC;
  color: #5A4275;
}

.jf-bounty-trigger-sub {
  background-color: #D0C1EC;
  color: #5A4275;
}

.jf-bounty-trigger-sub:hover {
  background-color: #5A4275;
  color: #ffffff;
}

/* 手機版 RWD 優化處理 */
@media (max-width: 768px) {
  .jf-bounty-wrapper {
    padding: 8px; /* 防胖邊距緊縮 */
  }
  
  .jf-bounty-card {
    padding: 20px 15px; /* 行動裝置內縮，避免畫面橫向過胖過空 */
    margin-bottom: 15px;
  }
  
  .jf-bounty-visual {
    max-width: 100%; /* 行動端滿版自適應 */
  }
  
  .jf-bounty-main-title { font-size: 20px; }
  .jf-bounty-sub-title { font-size: 18px; }
  .jf-bounty-minor-title { font-size: 16px; }
  .jf-bounty-text, .jf-bounty-list-group li { font-size: 15px; }
  
  .jf-bounty-trigger {
    max-width: 100%; /* 手機全寬好點擊 */
    font-size: 15px;
  }
}/* End custom CSS */