.elementor-17690 .elementor-element.elementor-element-f59d827{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17690 .elementor-element.elementor-element-9e010bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17690 .elementor-element.elementor-element-d7b92c6{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-17690 .elementor-element.elementor-element-020d2aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17690 .elementor-element.elementor-element-0837113{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-17690 .elementor-element.elementor-element-cfed962{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}.elementor-17690 .elementor-element.elementor-element-f40e81b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17690 .elementor-element.elementor-element-bd23501{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}/* Start custom CSS for text-editor, class: .elementor-element-9b7cd45 */.baccarat-section {

  padding: 40px 20px;
  border-radius: 20px;
  color: #fff;
  font-family: "Noto Sans TC", sans-serif;
}

.baccarat-card {
  max-width: 900px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

.baccarat-tag {
  display: inline-block;
  background: linear-gradient(135deg, #f6c453, #ffdd7a);
  color: #102033;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 16px;
}

.baccarat-card h2 {
  font-size: 30px;
  line-height: 1.4;
  margin: 0 0 18px;
  color: #ffffff;
}

.baccarat-card p {
  font-size: 17px;
  line-height: 1.9;
  color: #dce8f5;
  margin-bottom: 16px;
}

.baccarat-card strong {
  color: #ffd86b;
}

.baccarat-highlight {
  margin-top: 28px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(12, 50, 90, 0.75);
  border-left: 5px solid #ffd86b;
}

.baccarat-highlight h3 {
  font-size: 24px;
  margin: 0 0 14px;
  color: #ffd86b;
}

@media (max-width: 768px) {
  .baccarat-section {
    padding: 28px 14px;
  }

  .baccarat-card {
    padding: 24px 18px;
  }

  .baccarat-card h2 {
    font-size: 24px;
  }

  .baccarat-card p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e601e77 */.baccarat-feature-section {
  padding: 25px 20px;
  color: #fff;
}

/* 容器靠左（不置中） */
.baccarat-container {
  max-width: 1000px;
  margin: 0; /* 原本 auto → 改成靠左 */
}

/* 如果你是整站有左右 padding，這樣會更穩 */
.baccarat-container {
  padding-left: 0;
}

/* 卡片 */
.baccarat-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 20px;
  transition: 0.3s;
}

/* hover 保留但不誇張 */
.baccarat-box:hover {
  transform: translateY(-3px);
}

/* 標題 */
.baccarat-box h2 {
  font-size: 24px;
  margin-bottom: 14px;
}

.baccarat-box h3 {
  font-size: 20px;
  margin: 16px 0 8px;
}

/* 清單 */
.baccarat-box ul {
  padding-left: 18px;
}

.baccarat-box li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: #d6e2f0;
}

/* 強調 */
.baccarat-box strong {
  color: #ffd86b;
}

/* 左邊色條 */
.baccarat-box.cash {
  border-left: 4px solid #00c2ff;
}

.baccarat-box.credit {
  border-left: 4px solid #ff6b6b;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d7b92c6 */.baccarat-table-section {
  padding: 25px 0;
  color: #fff;
}

.baccarat-table-title {
  font-size: 26px;
  margin-bottom: 16px;
}

/* 外卡片 */
.baccarat-table-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 10px;
  backdrop-filter: blur(6px);
}

/* 表格 */
.baccarat-table {

  border-collapse: separate;
  border-spacing: 0 10px; /* 關鍵：做出卡片間距 */
}

/* 表頭 */
.baccarat-table thead th {
  text-align: left;
  font-size: 15px;
  padding: 10px 14px;
  color: #9fb3c8;
}

/* 現金 / 信用 顏色 */
.baccarat-table th.cash {
  color: #4fd1ff;
}

.baccarat-table th.credit {
  color: #ff7b7b;
}

/* 每一列 */
.baccarat-table tbody tr {
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  transition: 0.2s;
}

/* hover */
.baccarat-table tbody tr:hover {
  background: rgba(255,255,255,0.06);
  transform: scale(1.01);
}

/* 儲存格 */
.baccarat-table td {
  padding: 14px;
  font-size: 15px;
  color: #e0ecf8;
}

/* 左邊項目加粗 */
.baccarat-table td:first-child {
  font-weight: 600;
  color: #fff;
}

/* 圓角（重要） */
.baccarat-table tbody tr td:first-child {
  border-radius: 12px 0 0 12px;
}
.baccarat-table tbody tr td:last-child {
  border-radius: 0 12px 12px 0;
}

/* 標籤 */
.tag {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
}

.tag.good {
  background: rgba(0, 200, 120, 0.15);
  color: #4cd964;
}

.tag.risk {
  background: rgba(255, 80, 80, 0.15);
  color: #ff6b6b;
}

/* 手機 */
@media (max-width:768px){
  .baccarat-table-title {
    font-size: 22px;
  }

  .baccarat-table td {
    font-size: 14px;
    padding: 12px;
  }
}
.baccarat-table td:first-child {
  font-weight: 600;
  color: #ffd86b; /* 黃色主視覺 */
  background: rgba(255, 216, 107, 0.06);
}

/* 左側圓角 */
.baccarat-table tbody tr td:first-child {
  border-radius: 12px 0 0 12px;
}

.baccarat-table td:first-child {
  font-weight: 600;
  color: #ffd86b;
  position: relative;
  padding-left: 18px;
}

/* 左側黃色光條 */
.baccarat-table td:first-child::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: linear-gradient(180deg, #ffd86b, #ffb347);
  border-radius: 2px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0837113 */.baccarat-strategy-section {
  padding: 25px 0;
  color: #fff;
}

.strategy-title {
  font-size: 26px;
  margin-bottom: 18px;
}

/* 卡片 */
.strategy-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 18px;
  transition: 0.25s;
}

.strategy-card:hover {
  transform: translateY(-3px);
}

/* 標題 */
.strategy-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #ffd86b;
}

/* 內文 */
.desc {
  color: #d6e2f0;
  margin-bottom: 12px;
  line-height: 1.7;
}

/* 列表 */
.strategy-list li {
  margin-bottom: 8px;
  color: #e0ecf8;
}

.step-list {
  padding-left: 18px;
}

.step-list li {
  margin-bottom: 8px;
}

/* 範例 */
.example {
  background: rgba(0,0,0,0.3);
  padding: 10px 14px;
  border-radius: 10px;
  margin: 10px 0;
  font-size: 14px;
}

/* 警告 */
.warning {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: 6px;
}

/* 標籤 */
.tag {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.tag.safe {
  background: rgba(0, 200, 120, 0.15);
  color: #4cd964;
}

.tag.risk {
  background: rgba(255, 80, 80, 0.15);
  color: #ff6b6b;
}

.tag.normal {
  background: rgba(255, 216, 107, 0.15);
  color: #ffd86b;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cfed962 */.baccarat-faq-section {
  padding: 25px 0;
  color: #fff;
}

.faq-title {
  font-size: 26px;
  margin-bottom: 18px;
}

/* 卡片 */
.faq-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 22px;
  margin-bottom: 16px;
  transition: 0.25s;
}

.faq-card:hover {
  transform: translateY(-3px);
}

/* 問題 */
.faq-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffd86b;
}

/* 內容 */
.faq-card p {
  color: #d6e2f0;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* 清單 */
.faq-list {
  padding-left: 18px;
  margin-bottom: 10px;
}

.faq-list li {
  margin-bottom: 8px;
}

/* 提醒 */
.warning {
  color: #ff6b6b;
  font-size: 14px;
}

/* 小提示 */
.tip {
  color: #4fd1ff;
  font-size: 14px;
  margin-top: 6px;
}

/* CTA區 */
.faq-cta {
  margin-top: 24px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,216,107,0.1), rgba(255,216,107,0.03));
  border: 1px solid rgba(255,216,107,0.2);
}

.faq-cta h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.faq-cta p {
  color: #e0ecf8;
  margin-bottom: 8px;
}

/* CTA框 */
.cta-box {
  margin-top: 14px;
  padding: 12px 16px;
  background: rgba(255,216,107,0.15);
  border-radius: 10px;
  font-size: 14px;
  color: #ffd86b;
}

/* 手機 */
@media (max-width:768px){
  .faq-title {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-bd23501 */.baccarat-cta-section {
  padding: 30px 0;
}

.cta-card {
  background: linear-gradient(135deg, rgba(255,216,107,0.12), rgba(255,216,107,0.04));
  border: 1px solid rgba(255,216,107,0.25);
  border-radius: 18px;
  padding: 28px;
  text-align: center;
  color: #fff;
}

.cta-card h2 {
  font-size: 24px;
  margin-bottom: 14px;
  color: #ffd86b;
}

.cta-desc {
  color: #d6e2f0;
  margin-bottom: 14px;
  line-height: 1.7;
}

.cta-highlight {
  background: rgba(0,0,0,0.25);
  padding: 14px;
  border-radius: 10px;
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.8;
}

.cta-warning {
  color: #ff6b6b;
  font-size: 14px;
  margin-bottom: 16px;
}

.cta-action {
  font-size: 15px;
  color: #4fd1ff;
  margin-bottom: 18px;
}

/* 按鈕 */
.cta-btn {
  display: inline-block;
  padding: 12px 26px;
  background: linear-gradient(135deg, #ffd86b, #ffb347);
  color: #000;
  font-weight: bold;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.25s;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,216,107,0.3);
}/* End custom CSS */