.elementor-863 .elementor-element.elementor-element-25a1d62{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-51088bbf *//* ==========================================================================
   鉅城娛樂城出金安全文章樣式表 (獨立卡片視覺)
   主色配色：深海藍 #0B3C68 | 耀眼金 #F9BF3B
   ========================================================================== */

/* 全域包裹容器：不設背景色，自動融合網頁底色 */
.jc-main-container {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  line-height: 1.75;
}

/* 獨立卡片式基礎設計 */
.jc-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 35px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(11, 60, 104, 0.06);
  border: 1px solid rgba(11, 60, 104, 0.08);
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(11, 60, 104, 0.1);
}

/* 標題與字體級別 */
.jc-main-title {
  color: #0B3C68;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

.jc-section-title {
  color: #0B3C68;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 18px;
  position: relative;
  padding-left: 15px;
}

.jc-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 5px;
  background-color: #F9BF3B;
  border-radius: 2px;
}

.jc-section-subtitle {
  color: #555555;
  font-size: 16px;
  margin-top: -8px;
  margin-bottom: 25px;
}

/* 內部超連結樣式 */
.jc-inline-link {
  color: #0B3C68;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #F9BF3B;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}

.jc-inline-link:hover {
  background-color: rgba(249, 191, 59, 0.15);
  color: #000000;
  border-bottom-color: #0B3C68;
}

/* 首頁引言特殊樣式 */
.jc-intro-text {
  font-size: 16px;
  color: #444444;
}

.jc-alert-box {
  background-color: rgba(11, 60, 104, 0.04);
  border-left: 4px solid #0B3C68;
  padding: 15px 20px;
  border-radius: 0 8px 8px 0;
  margin-top: 20px;
  font-size: 15px;
  color: #0B3C68;
  font-weight: 500;
}

/* 特色區塊四宮格佈局 */
.jc-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.jc-grid-item {
  background: #fbfdf7; /* 淺亮色調 */
  border: 1px solid rgba(11, 60, 104, 0.05);
  padding: 22px;
  border-radius: 10px;
}

.jc-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.jc-icon {
  font-size: 20px;
}

.jc-item-title {
  color: #0B3C68;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}

.jc-item-desc {
  font-size: 14.5px;
  color: #555555;
  margin: 0;
  line-height: 1.6;
}

/* 適合族群直列堆疊樣式 */
.jc-list-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.jc-stack-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background-color: #f8fafc;
  padding: 16px;
  border-radius: 8px;
}

.jc-stack-item p {
  margin: 0;
  font-size: 15px;
  color: #444444;
  flex: 1;
}

.jc-badge {
  background-color: #0B3C68;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 140px;
  text-align: center;
}

/* 宣導卡片引言金句 */
.jc-warning-text {
  font-size: 16px;
}

.jc-quote-box {
  background-color: #fffdf6;
  border: 1px solid rgba(249, 191, 59, 0.3);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}

.jc-quote-box p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #0B3C68;
  font-style: italic;
}

/* CTA 行動呼籲設計 */
.jc-cta-intro {
  font-size: 16px;
  margin-bottom: 15px;
}

.jc-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.jc-check-list li {
  font-size: 15px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.jc-check-list li span {
  color: #0B3C68;
  font-weight: bold;
  background-color: #f0f6fa;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* 按鈕與轉換區塊 */
.jc-action-box {
  background: linear-gradient(180deg, #fdfefe 0%, #f4f8fb 100%);
  border: 1px solid rgba(11, 60, 104, 0.15);
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.jc-action-title {
  color: #0B3C68;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 12px;
}

.jc-action-desc {
  font-size: 15px;
  color: #555555;
  margin-bottom: 25px;
}

.jc-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.jc-btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.jc-btn-primary {
  background-color: #0B3C68;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(11, 60, 104, 0.3);
}

.jc-btn-primary:hover {
  background-color: #06233f;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 60, 104, 0.4);
}

.jc-btn-secondary {
  background-color: #F9BF3B;
  color: #0B3C68 !important;
  box-shadow: 0 4px 14px rgba(249, 191, 59, 0.3);
}

.jc-btn-secondary:hover {
  background-color: #e5af30;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(249, 191, 59, 0.5);
}

.jc-action-footer {
  font-size: 13px;
  color: #777777;
  margin: 0;
}

/* ==========================================================================
   手機版回應式格式調整 (優化 Padding 防止過胖與過擠)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .jc-main-container {
    padding: 12px; /* 緊湊頁邊距 */
  }

  .jc-card {
    padding: 22px 16px; /* 大幅降低手機版 Padding，釋放閱讀空間 */
    margin-bottom: 20px;
  }

  .jc-main-title {
    font-size: 22px;
  }

  .jc-section-title {
    font-size: 18px;
  }

  /* 網格改單排 */
  .jc-grid-layout {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  /* 適合對象重塑結構 */
  .jc-stack-item {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .jc-badge {
    width: 100%;
    min-width: unset;
  }

  /* 檢查清單改單排 */
  .jc-check-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* 按鈕改滿版堆疊 */
  .jc-btn-group {
    flex-direction: column;
    gap: 12px;
  }

  .jc-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
  }
}/* End custom CSS */