.elementor-19388 .elementor-element.elementor-element-e3e1c9e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2a54100 *//* 外層容器（無底色，防大範圍撐寬） */
.th-slot-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}

/* 獨立卡片基礎結構 - 暗色系、無圓角、靠左對齊 */
.th-slot-main-card,
.th-slot-section-card,
.th-slot-cta-card {
  background-color: #0c325a;
  border-left: 5px solid #2797cc;
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-align: left;
  box-sizing: border-box;
}

.th-slot-main-card {
  border-left: 5px solid #ffffff;
}

/* 標題樣式（無表情符號） */
.th-slot-main-title {
  color: #ffffff;
  font-size: 26px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.th-slot-heading {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid rgba(39, 151, 204, 0.3);
  padding-bottom: 10px;
}

.th-slot-sub-heading {
  color: #2797cc;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

/* 內文與列表 */
.th-slot-text {
  color: #dcdcdc;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 12px;
}

.th-slot-list {
  color: #dcdcdc;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 20px;
  list-style-type: square;
}

/* 內部關鍵字連結 */
.th-slot-link {
  color: #2797cc;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #2797cc;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.th-slot-link:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

/* 重點提示區塊 */
.th-slot-highlight-box {
  background-color: rgba(39, 151, 204, 0.15);
  border-left: 3px solid #2797cc;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.th-slot-highlight-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}

/* 子小節區塊 */
.th-slot-sub-block {
  margin-bottom: 20px;
}

/* 標籤小樣式 */
.th-slot-badge {
  background-color: #2797cc;
  color: #ffffff;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}

/* 表格樣式優化 */
.th-slot-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-top: 15px;
}

.th-slot-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.th-slot-table th {
  background-color: rgba(39, 151, 204, 0.3);
  color: #ffffff;
  padding: 12px;
  font-weight: 600;
  border-bottom: 2px solid #2797cc;
}

.th-slot-table td {
  padding: 12px;
  color: #dcdcdc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* QA 問答樣式 */
.th-slot-qa-item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.th-slot-qa-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.th-slot-question {
  color: #2797cc;
  font-weight: bold;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 8px;
}

.th-slot-answer {
  color: #dcdcdc;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* CTA 區塊特化 */
.th-slot-cta-card {
  border-left: 5px solid #2797cc;
  background: linear-gradient(135deg, #0c325a 0%, #061c33 100%);
  text-align: left;
}

.th-slot-cta-title {
  color: #ffffff;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}

.th-slot-cta-desc {
  color: #b0c4de;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 25px;
}

.th-slot-cta-btn {
  display: inline-block;
  background-color: #2797cc;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 35px;
  border: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.th-slot-cta-btn:hover {
  background-color: #1e76a3;
}

/* 實用工具類 */
.th-slot-accent-text { color: #2797cc; }
.th-slot-mt-10 { margin-top: 10px; }
.th-slot-mt-15 { margin-top: 15px; }

/* RWD 手機版優化：調整內距與字體大小，避免內容過於擁擠或產生肥胖感 */
@media screen and (max-width: 768px) {
  .th-slot-container {
    padding: 10px;
  }
  
  .th-slot-main-card,
  .th-slot-section-card,
  .th-slot-cta-card {
    padding: 20px 15px; /* 縮減行動版左右內距，留出更多文字空間 */
    margin-bottom: 15px;
  }

  .th-slot-main-title {
    font-size: 22px;
  }

  .th-slot-heading {
    font-size: 19px;
  }

  .th-slot-sub-heading {
    font-size: 17px;
  }

  .th-slot-text,
  .th-slot-list,
  .th-slot-answer {
    font-size: 15px;
  }
  
  .th-slot-table th, 
  .th-slot-table td {
    padding: 8px;
    font-size: 14px;
  }

  .th-slot-cta-btn {
    display: block;
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
  }
}/* End custom CSS */