.elementor-19977 .elementor-element.elementor-element-e3e1c9e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-bf2cea9 *//* Container 樣式 - 已修正為 0 靠左對齊 */
.dp-seth-v26-container {
  width: 100%;
  max-width: 800px;
  margin: 0; /* 移除 auto 置中，改為絕對靠左 */
  padding: 10px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  color: #e0e6ed;
}

/* 獨立卡片基礎設計 */
.dp-seth-v26-card {
  background-color: #0c325a;
  border: 1px solid rgba(39, 151, 204, 0.3);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.dp-seth-v26-card:hover {
  border-color: #2797cc;
}

/* 特殊卡片背景微調提升視覺層次 */
.dp-seth-v26-hero-card {
  background: linear-gradient(135deg, #0c325a 0%, #061b30 100%);
  border-left: 5px solid #2797cc;
}

.dp-seth-v26-review-card {
  background-color: #092543;
  border-left: 5px solid #2797cc;
}

.dp-seth-v26-cta-card {
  background: linear-gradient(135deg, #092543 0%, #0c325a 100%);
  border: 2px solid #2797cc;
  text-align: center;
}

/* 標題樣式 */
.dp-seth-v26-main-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 16px;
}

.dp-seth-v26-section-title {
  color: #2797cc;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(39, 151, 204, 0.2);
  padding-bottom: 8px;
}

.dp-seth-v26-sub-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 6px;
}

/* 內文與清單 */
.dp-seth-v26-intro-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #f0f4f8;
}

.dp-seth-v26-body-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #d1dbe5;
}

.dp-seth-v26-list {
  margin: 0 0 16px 0;
  padding-left: 20px;
}

.dp-seth-v26-list li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #d1dbe5;
}

/* 內部連結樣式 */
.dp-seth-v26-inline-link {
  color: #2797cc;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px dashed #2797cc;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.dp-seth-v26-inline-link:hover {
  color: #4db3e6;
  border-bottom-style: solid;
}

/* 表格與區塊樣式 */
.dp-seth-v26-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px;
  border-radius: 8px;
  border: 1px solid rgba(39, 151, 204, 0.2);
}

.dp-seth-v26-comparison-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  min-width: 500px;
}

.dp-seth-v26-comparison-table th {
  background-color: #061b30;
  color: #2797cc;
  font-weight: 600;
  padding: 12px;
  border-bottom: 2px solid rgba(39, 151, 204, 0.3);
}

.dp-seth-v26-comparison-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(39, 151, 204, 0.1);
  color: #d1dbe5;
}

.dp-seth-v26-comparison-table tr:nth-child(even) {
  background-color: rgba(6, 27, 48, 0.4);
}

.dp-seth-v26-highlight-cell {
  color: #ffffff !important;
  font-weight: 600;
  background-color: rgba(39, 151, 204, 0.05);
}

.dp-seth-v26-blockquote {
  margin: 16px 0;
  padding: 12px 16px;
  background-color: rgba(39, 151, 204, 0.1);
  border-left: 4px solid #2797cc;
  border-radius: 0 8px 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}

.dp-seth-v26-sub-feature {
  background-color: rgba(6, 27, 48, 0.5);
  border: 1px solid rgba(39, 151, 204, 0.15);
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.dp-seth-v26-sub-feature .dp-seth-v26-body-text {
  margin-bottom: 0;
}

/* CTA 區塊元件 */
.dp-seth-v26-cta-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.dp-seth-v26-cta-desc {
  font-size: 14px;
  color: #a2b4c7;
  line-height: 1.5;
  margin-bottom: 20px;
}

.dp-seth-v26-cta-btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.dp-seth-v26-cta-btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.dp-seth-v26-btn-primary {
  background-color: #2797cc;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(39, 151, 204, 0.3);
}

.dp-seth-v26-btn-primary:hover {
  background-color: #3fa6d6;
  transform: translateY(-1px);
}

.dp-seth-v26-btn-secondary {
  background-color: transparent;
  color: #2797cc;
  border: 1px solid #2797cc;
}

.dp-seth-v26-btn-secondary:hover {
  background-color: rgba(39, 151, 204, 0.1);
  transform: translateY(-1px);
}

/* RWD 手機版優化斷點 */
@media screen and (max-width: 600px) {
  .dp-seth-v26-container {
    padding: 5px;
  }

  .dp-seth-v26-card {
    padding: 16px;
    margin-bottom: 15px;
    border-radius: 8px;
  }

  .dp-seth-v26-main-title {
    font-size: 20px;
  }

  .dp-seth-v26-section-title {
    font-size: 18px;
  }
  
  .dp-seth-v26-cta-btn-group {
    flex-direction: column;
  }
  
  .dp-seth-v26-cta-btn {
    max-width: 100%;
  }
}/* End custom CSS */