.elementor-2155 .elementor-element.elementor-element-a1d2c12{--display:flex;--background-transition:0.3s;overflow:visible;}.elementor-2155 .elementor-element.elementor-element-abf0f0e{color:#D1D1D1;}.elementor-2155 .elementor-element.elementor-element-310d164{--display:flex;--background-transition:0.3s;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-abf0f0e *//* ==========================================================================
   gofun 百家樂術語獨立樣式表 (防衝突與圓角消除)
   ========================================================================== */

/* 最外層包裹區塊：不設背景，寬度自適應 */
.gf-main-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left; /* 靠左對齊 */
}

/* 確保所有子元素 box-sizing 正常 */
.gf-main-wrapper *, 
.gf-main-wrapper *::before, 
.gf-main-wrapper *::after {
  box-sizing: border-box;
}

/* 獨立卡片樣式：無圓角、靠左對齊 */
.gf-card-item {
  background-color: #0D1628; /* 暗色系配色底色 */
  border-left: 4px solid #27D8F5; /* 主色調左側裝飾條 */
  padding: 30px;
  margin-bottom: 25px;
  text-align: left; /* 靠左對齊 */
  border-radius: 0 !important; /* 嚴格消除圓角 */
}

/* 品牌特色卡片特殊框線 */
.gf-brand-card {
  border: 2px solid #27D8F5;
  border-left: 6px solid #27D8F5;
}

/* 標題樣式 */
.gf-card-title {
  color: #27D8F5; /* 主色 */
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.gf-card-subtitle {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #1a2942;
  padding-bottom: 8px;
}

/* 內文文字 */
.gf-card-text {
  color: #cddee8;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 16px;
}
.gf-card-text:last-child {
  margin-bottom: 0;
}

/* 內部超連結樣式 */
.gf-card-link {
  color: #27D8F5;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #27D8F5;
  transition: color 0.2s ease;
}
.gf-card-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* 清單樣式 */
.gf-card-list {
  color: #cddee8;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  list-style-type: square;
}
.gf-card-list li {
  margin-bottom: 12px;
  line-height: 1.6;
}
.gf-card-list li strong {
  color: #27D8F5;
}

/* 特色福利清單 */
.gf-bonus-list li strong {
  color: #ffffff;
  background-color: #162642;
  padding: 2px 6px;
  margin-right: 4px;
}

/* 表格響應式外殼 */
.gf-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

/* 自訂表格樣式 (無圓角、暗色系) */
.gf-custom-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left; /* 靠左對齊 */
  background-color: #111b30;
  min-width: 500px;
}
.gf-custom-table th, 
.gf-custom-table td {
  padding: 14px 16px;
  border: 1px solid #1c2e4f;
  font-size: 0.95rem;
  line-height: 1.5;
}
.gf-custom-table th {
  background-color: #162642;
  color: #27D8F5;
  font-weight: 600;
}
.gf-custom-table td {
  color: #cddee8;
}
.gf-highlight-td {
  color: #27D8F5 !important;
  font-weight: bold;
  background-color: #13213a;
  width: 25%;
}

/* 備忘錄區塊 */
.gf-quote-box {
  background-color: #13213a;
  border-left: 4px solid #ffffff;
  padding: 20px;
  margin: 20px 0 0 0;
}
.gf-quote-title {
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 8px 0;
  font-size: 1.05rem;
}
.gf-quote-content {
  color: #cddee8;
  margin: 0;
  line-height: 1.6;
  font-style: italic;
}

/* 江湖語錄金句大字框 */
.gf-slogan-box {
  background-color: #162642;
  color: #27D8F5;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: left;
  border-left: 4px solid #27D8F5;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* 強調文字色彩 */
.gf-main-highlight {
  color: #27D8F5 !important;
}
.gf-sub-highlight {
  color: #ffffff !important;
}

/* CTA 按鈕區塊 */
.gf-cta-container {
  margin-top: 35px;
  text-align: left; /* 按鈕與大區塊同步靠左 */
}
.gf-btn-primary {
  display: inline-block;
  background-color: #27D8F5;
  color: #0D1628 !important;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 24px;
  border: 2px solid #27D8F5;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 0 !important; /* 確保按鈕無圓角 */
  line-height: 1.4;
}
.gf-btn-primary:hover {
  background-color: transparent;
  color: #27D8F5 !important;
  box-shadow: 0 0 15px rgba(39, 216, 245, 0.4);
}

/* ==========================================================================
   RWD 手機版優化調整 (嚴格控管 Padding 避免臃腫)
   ========================================================================== */
@media screen and (max-width: 768px) {
  .gf-card-item {
    padding: 20px 15px; /* 縮小左右內邊距，防止手機畫面上看起來太胖 */
    margin-bottom: 15px;
  }
  
  .gf-card-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
  
  .gf-card-subtitle {
    font-size: 1.1rem;
    margin-top: 20px;
  }
  
  .gf-custom-table th, 
  .gf-custom-table td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
  
  .gf-highlight-td {
    width: 30%;
  }
  
  .gf-slogan-box {
    font-size: 1rem;
    padding: 15px;
  }
  
  .gf-btn-primary {
    display: block; /* 手機版按鈕撐滿，更方便手指點擊 */
    text-align: center;
    font-size: 0.95rem;
    padding: 15px 12px;
  }
}/* End custom CSS */