.elementor-1105 .elementor-element.elementor-element-243b59ff{--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-104ee5d0 *//* 全域版面與靠左對齊設定 */
.jcm-main-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #334155;
}

/* 獨立卡片共用樣式 (亮色系視覺) */
.jcm-intro-card,
.jcm-section-card,
.jcm-game-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(11, 60, 104, 0.05);
  box-sizing: border-box;
}

/* 前言卡片特殊左邊框 */
.jcm-intro-card {
  border-left: 6px solid #0B3C68;
}

/* 主標題與副標題 */
.jcm-main-title {
  color: #0B3C68;
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 14px 0;
  line-height: 1.4;
}

.jcm-intro-text {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin: 0;
}

.jcm-section-title {
  color: #0B3C68;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #f1f5f9;
}

.jcm-section-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 15px 0;
}

/* 防詐核心警示卡片邊框 */
.jcm-border-alert {
  border: 1px solid rgba(249, 191, 61, 0.4);
  border-left: 6px solid #F9BF3B;
}

/* 列表樣式設定 */
.jcm-alert-list,
.jcm-sub-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0 0 15px 0;
}

.jcm-alert-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.jcm-alert-list li::before {
  content: "⚠️";
  position: absolute;
  left: 0;
  top: 0;
}

.jcm-sub-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14.5px;
  line-height: 1.6;
}

.jcm-sub-list li::before {
  content: "•";
  color: #F9BF3B;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 4px;
  top: -2px;
}

.jcm-notice-text {
  font-size: 15px;
  font-weight: 600;
  color: #0B3C68;
  margin: 10px 0 0 0;
  background-color: rgba(11, 60, 104, 0.05);
  padding: 10px 15px;
  border-radius: 6px;
  display: inline-block;
}

/* 內部超連結樣式 */
.jcm-inner-link {
  color: #0B3C68;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.jcm-inner-link:hover {
  color: #F9BF3B;
}

/* 響應式表格樣式 */
.jcm-table-responsive {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.jcm-data-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #ffffff;
}

.jcm-data-table th {
  background-color: #0B3C68;
  color: #ffffff;
  padding: 14px 16px;
  font-size: 15.5px;
  font-weight: 600;
}

.jcm-data-table td {
  padding: 14px 16px;
  font-size: 14.5px;
  border-bottom: 1px solid #edf2f7;
  color: #475569;
}

.jcm-td-bold {
  font-weight: 600;
  color: #0B3C68;
  white-space: nowrap;
}

/* 四大遊戲網格佈局 */
.jcm-grid-heading {
  color: #0B3C68;
  font-size: 22px;
  font-weight: 700;
  margin: 35px 0 20px 0;
}

.jcm-game-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.jcm-game-card {
  margin-bottom: 0; /* 覆蓋全域margin */
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jcm-game-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(11, 60, 104, 0.1);
  border-color: rgba(11, 60, 104, 0.2);
}

.jcm-game-badge {
  background-color: #0B3C68;
  color: #F9BF3B;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  align-self: flex-start;
  margin-bottom: 12px;
}

.jcm-game-title {
  color: #0B3C68;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.jcm-game-text {
  font-size: 14.5px;
  line-height: 1.6;
  color: #475569;
  margin: 0 0 12px 0;
}

/* 結尾行動呼籲 (CTA) 區塊 */
.jcm-cta-box {
  background-color: #0B3C68;
  border-radius: 12px;
  padding: 35px;
  margin-top: 40px;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(11, 60, 104, 0.2);
}

.jcm-cta-heading {
  color: #F9BF3B;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px 0;
}

.jcm-cta-text {
  font-size: 16px;
  line-height: 1.6;
  color: #f8fafc;
  margin: 0 0 25px 0;
}

.jcm-btn-wrapper {
  display: flex;
  justify-content: flex-start;
}

.jcm-action-btn {
  background-color: #F9BF3B;
  color: #0B3C68;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(249, 191, 59, 0.3);
}

.jcm-action-btn:hover {
  background-color: #ffffff;
  color: #0B3C68;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.4);
}

/* 手機版與平板 RWD 排版優化 */
@media (max-width: 768px) {
  .jcm-main-container {
    padding: 12px; /* 縮小手機版外框邊距，防止寬度過窄 */
  }

  .jcm-intro-card,
  .jcm-section-card,
  .jcm-game-card,
  .jcm-cta-box {
    padding: 20px; /* 適度調小內襯 padding，避免排版看起來過胖臃腫 */
  }

  .jcm-main-title {
    font-size: 21px;
  }

  .jcm-game-grid {
    grid-template-columns: 1fr; /* 網格在手機版自動切換為單欄卡片 */
    gap: 15px;
  }

  .jcm-data-table th,
  .jcm-data-table td {
    padding: 12px;
    font-size: 13.5px;
  }

  .jcm-td-bold {
    white-space: normal; /* 表格欄位在小螢幕允許自動換行 */
  }

  .jcm-action-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}/* End custom CSS */