.elementor-30376 .elementor-element.elementor-element-30fd266b{--display:flex;}.elementor-30376 .elementor-element.elementor-element-405928fb > .elementor-widget-container{margin:-1px -1px -1px -1px;}/* Start custom CSS for text-editor, class: .elementor-element-405928fb *//* 獨立 Class 前綴 j9-game- */
/* 核心樣式：無圓角、靠左對齊、亮色系直角卡片風格 */

.j9-game-wrapper {
  background: transparent;
  color: #2b2b2b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: left; /* 全局靠左 */
}

/* 標頭區塊 */
.j9-game-header {
  border-left: 6px solid #0D4A63;
  padding: 10px 0 10px 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 0; /* 無圓角 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.j9-game-main-title {
  color: #0D4A63; /* 主色：深藍 */
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  text-align: left;
  line-height: 1.4;
}

.j9-game-intro {
  font-size: 1.05rem;
  color: #444444;
  margin: 0;
  text-align: left;
}

/* 大標題 */
.j9-game-section-title {
  color: #0D4A63;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 35px 0 15px 0;
  padding: 8px 15px;
  background-color: #f2f6f8;
  border-left: 4px solid #A98B3F; /* 輔助色：古銅金 */
  border-radius: 0;
  text-align: left;
}

/* 獨立卡片 (亮色系) */
.j9-game-card {
  background-color: #ffffff;
  border: 1px solid #e1e8ed;
  border-top: 3px solid #0D4A63;
  border-radius: 0; /* 無圓角 */
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.j9-game-card-title {
  color: #0D4A63;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

/* 攻略子區塊 */
.j9-game-strategy {
  background-color: #faf8f2; /* 淡淡香檳金背景 */
  border: 1px solid #D8C67A;
  border-left: 4px solid #A98B3F;
  border-radius: 0;
  padding: 15px 18px;
  margin-top: 15px;
  text-align: left;
}

.j9-game-strategy-title {
  color: #A98B3F;
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 10px;
  text-align: left;
}

/* 防詐騙警示區塊 */
.j9-game-alert-box {
  background-color: #ffffff;
  border: 1px solid #D8C67A;
  border-left: 5px solid #0D4A63;
  border-radius: 0;
  padding: 24px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  text-align: left;
}

/* 列表樣式 */
.j9-game-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: left;
}

.j9-game-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  text-align: left;
}

.j9-game-list li::before {
  content: "■";
  position: absolute;
  left: 0;
  color: #A98B3F;
  font-size: 0.8rem;
  top: 1px;
}

/* 超連結樣式 */
.j9-game-link {
  color: #0D4A63;
  font-weight: 700;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.j9-game-link:hover {
  color: #A98B3F;
}

/* ==========================================
   6. RWD 手機版優化 (調整 padding 防止偏胖)
   ========================================== */
@media screen and (max-width: 768px) {
  .j9-game-wrapper {
    padding: 12px 10px; /* 縮減外邊距 */
  }

  .j9-game-header {
    padding: 12px 12px 12px 15px;
    margin-bottom: 20px;
  }

  .j9-game-main-title {
    font-size: 1.4rem; /* 縮小手機版標題 */
    margin-bottom: 10px;
  }

  .j9-game-section-title {
    font-size: 1.15rem;
    padding: 8px 12px;
    margin: 25px 0 12px 0;
  }

  .j9-game-card, 
  .j9-game-alert-box {
    padding: 15px; /* 緊湊的邊距，避免內容受擠壓顯得肥胖 */
    margin-bottom: 15px;
  }

  .j9-game-strategy {
    padding: 12px;
  }

  .j9-game-list li {
    padding-left: 18px;
  }
}/* End custom CSS */