.elementor-17724 .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-17724 .elementor-element.elementor-element-ea98ff7{font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-ea98ff7 *//* 獨立 class 命名，防止與頁面其他樣式衝突 */
.dp-baccarat-guide-container {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  color: #ffffff;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.dp-baccarat-guide-container * {
  box-sizing: border-box;
}

/* 主標題樣式 */
.dp-main-title {
  font-size: 28px;
  color: #2797cc;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  line-height: 1.3;
}

/* 獨立卡片式設計 */
.dp-card-section {
  background-color: #0c325a;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(39, 151, 204, 0.2);
}

.dp-card-section p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  color: #e0e0e0;
}

.dp-card-section p:last-child {
  margin-bottom: 0;
}

.dp-section-h2 {
  font-size: 22px;
  color: #2797cc;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: bold;
  border-left: 5px solid #2797cc;
  padding-left: 12px;
}

.dp-section-h3 {
  font-size: 18px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

/* 關鍵字高亮 */
.dp-highlight {
  color: #2797cc;
  font-weight: bold;
}

/* 內部連結設計 */
.dp-inner-link {
  color: #2797cc;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s ease;
}

.dp-inner-link:hover {
  color: #4db3ff;
}

/* RWD 表格滾動 */
.dp-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgba(39, 151, 204, 0.3);
}

.dp-custom-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px;
  font-size: 15px;
}

.dp-custom-table th {
  background-color: #114275;
  color: #2797cc;
  font-weight: bold;
  text-align: left;
  padding: 12px;
  border-bottom: 2px solid rgba(39, 151, 204, 0.3);
}

.dp-custom-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(39, 151, 204, 0.15);
  color: #e0e0e0;
  vertical-align: top;
}

.dp-custom-table tr:last-child td {
  border-bottom: none;
}

.dp-custom-table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.02);
}

/* CTA 按鈕 */
.dp-cta-container {
  text-align: center;
  margin-top: 20px;
}

.dp-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #2797cc 0%, #114275 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 35px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(39, 151, 204, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dp-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(39, 151, 204, 0.6);
  color: #ffffff;
}

/* 手機版 Padding 調整，防止畫面太胖 */
@media (max-width: 768px) {
  .dp-baccarat-guide-container {
    padding: 5px;
  }

  .dp-main-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .dp-card-section {
    padding: 16px;
    margin-bottom: 18px;
  }

  .dp-section-h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .dp-section-h3 {
    font-size: 16px;
  }

  .dp-card-section p {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .dp-custom-table {
    font-size: 14px;
  }

  .dp-custom-table th, .dp-custom-table td {
    padding: 10px;
  }

  .dp-cta-button {
    width: 100%;
    padding: 12px 20px;
    font-size: 16px;
  }
}/* End custom CSS */