.elementor-693 .elementor-element.elementor-element-4c26816{--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 );}.elementor-693 .elementor-element.elementor-element-5e0f3a8{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-af9abc8 */<style>
/* 獨特命名空間包裝，採用 !important 雙重保障防止被外部主站樣式破壞 */
.allbet-faq-wrapper {
  background-color: #0d0d10 !important; /* 極致曜黑背景，強制覆蓋主站淺色背景 */
  color: #e2e8f0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif !important;
  padding: 100px 24px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
}

.allbet-faq-wrapper *, 
.allbet-faq-wrapper *::before, 
.allbet-faq-wrapper *::after {
  box-sizing: border-box !important;
}

.allbet-faq-container {
  width: 100% !important;
  max-width: 960px !important;
}

/* 標題設計 (H2) */
.allbet-faq-header {
  text-align: center !important;
  margin-bottom: 60px !important;
}

.allbet-faq-subtitle {
  font-size: 13px !important;
  text-transform: uppercase !important;
  letter-spacing: 5px !important;
  color: #dfb257 !important; /* 極光金 */
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 14px !important;
  text-shadow: 0 0 12px rgba(223, 178, 87, 0.25) !important;
}

.allbet-faq-title {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 24px 0 !important;
  letter-spacing: 2px !important;
}

/* 金奢分割線 */
.allbet-faq-divider {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 180px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, #dfb257, transparent) !important;
  margin: 0 auto !important;
}

.allbet-faq-divider-dot {
  position: absolute !important;
  width: 6px !important;
  height: 6px !important;
  background-color: #ffffff !important;
  border: 1.5px solid #dfb257 !important;
  transform: rotate(45deg) !important;
  box-shadow: 0 0 8px #dfb257 !important;
}

/* 手風琴列表 */
.allbet-faq-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px !important;
}

.allbet-faq-item {
  background: rgba(255, 255, 255, 0.015) !important;
  border: 1px solid rgba(223, 178, 87, 0.12) !important; /* 微光金色邊框 */
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2) !important;
}

.allbet-faq-item:hover {
  border-color: rgba(223, 178, 87, 0.35) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 30px rgba(223, 178, 87, 0.06) !important;
}

/* 當展開時的樣式 */
.allbet-faq-item.allbet-active {
  border-color: rgba(223, 178, 87, 0.7) !important;
  background: rgba(223, 178, 87, 0.025) !important;
  box-shadow: 0 12px 40px rgba(223, 178, 87, 0.1) !important;
}

/* 按鈕樣式 */
.allbet-faq-question {
  width: 100% !important;
  padding: 26px 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  cursor: pointer !important;
  text-align: left !important;
  gap: 20px !important;
}

.allbet-faq-q-number {
  font-family: "Georgia", "Times New Roman", serif !important;
  font-size: 22px !important;
  font-weight: bold !important;
  color: #dfb257 !important;
  opacity: 0.85 !important;
  min-width: 35px !important;
}

/* 專業 H3 標題自訂樣式 */
.allbet-faq-q-text {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #f1f5f9 !important;
  flex: 1 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: color 0.3s ease !important;
}

.allbet-faq-item.allbet-active .allbet-faq-q-text {
  color: #ffffff !important;
}

/* 原生 SVG 箭頭 */
.allbet-faq-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(223, 178, 87, 0.08) !important;
  color: #dfb257 !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
}

.allbet-faq-item.allbet-active .allbet-faq-icon {
  background: #dfb257 !important;
  color: #0d0d10 !important;
  transform: rotate(180deg) !important;
  box-shadow: 0 0 12px rgba(223, 178, 87, 0.35) !important;
}

/* 回答動畫容器 */
.allbet-faq-answer {
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  overflow: hidden !important;
}

.allbet-faq-answer-inner {
  padding: 0 30px 28px 85px !important; /* 完美靠左對齊，避開數字 */
  color: #94a3b8 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

/* 重點文字發光金色 (高發光特效) */
.allbet-glow-highlight {
  font-weight: 700 !important;
  color: #ffe599 !important;
  background: linear-gradient(135deg, #fff2cc 0%, #dfb257 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline !important;
  text-shadow: 0 0 10px rgba(223, 178, 87, 0.15) !important;
}

/* 底部推薦註冊區塊 */
.allbet-faq-footer-promo {
  text-align: center !important;
  margin-top: 60px !important;
  padding-top: 40px !important;
  border-top: 1px solid rgba(223, 178, 87, 0.1) !important;
}

.allbet-faq-footer-promo p {
  font-size: 16px !important;
  color: #94a3b8 !important;
  margin-bottom: 20px !important;
}

.allbet-promo-btn {
  display: inline-block !important;
  padding: 16px 42px !important;
  background: linear-gradient(135deg, #dfb257 0%, #b88d32 100%) !important;
  color: #0d0d10 !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border-radius: 50px !important;
  font-size: 16px !important;
  letter-spacing: 1.5px !important;
  box-shadow: 0 4px 20px rgba(223, 178, 87, 0.25) !important;
  transition: all 0.3s ease !important;
}

.allbet-promo-btn:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 26px rgba(223, 178, 87, 0.45) !important;
  filter: brightness(1.1) !important;
}

/* 響應式優化 */
@media (max-width: 768px) {
  .allbet-faq-wrapper {
    padding: 60px 16px !important;
  }
  
  .allbet-faq-header {
    margin-bottom: 40px !important;
  }
  
  .allbet-faq-title {
    font-size: 26px !important;
  }
  
  .allbet-faq-question {
    padding: 20px !important;
    gap: 12px !important;
  }
  
  .allbet-faq-q-number {
    font-size: 18px !important;
    min-width: 25px !important;
  }
  
  .allbet-faq-q-text {
    font-size: 15px !important;
  }
  
  .allbet-faq-answer-inner {
    padding: 0 20px 20px 58px !important; /* 手機版優雅微縮排 */
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  
  .allbet-promo-btn {
    width: 100% !important;
    text-align: center !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
  }
}
</style>/* End custom CSS */