.elementor-17626 .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-17626 .elementor-element.elementor-element-ea98ff7{font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-ea98ff7 *//* 最外層容器：無背景，融合網頁原本背景 */
.bacc-pred-container {
  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; /* 確保整體靠左對齊 */
}

/* 獨立卡片基本樣式 */
.bacc-pred-card {
  background-color: #0c325a; /* 暗色系主色 */
  border-left: 5px solid #2797cc; /* 配色邊條裝飾 */
  padding: 40px; /* 電腦版留白舒適度 */
  margin-bottom: 30px;
  border-radius: 0px !important; /* 嚴格消除圓角 */
  box-sizing: border-box;
  color: #e2e8f0;
  text-align: left;
}

/* 頂部 Hero 卡片 */
.bacc-pred-hero {
  border-left: 5px solid #38bdf8;
}

/* 標題樣式 */
.bacc-pred-main-title {
  font-size: 28px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.bacc-pred-sub-title {
  font-size: 20px;
  color: #2797cc;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.bacc-pred-section-title {
  font-size: 22px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(39, 151, 204, 0.3);
  font-weight: 600;
}

.bacc-pred-item-title {
  font-size: 18px;
  color: #2797cc;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* 內文樣式 */
.bacc-pred-p {
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left;
}

/* 強調與提示 */
.bacc-pred-p strong {
  color: #ffffff;
}

.bacc-pred-note {
  font-size: 14px;
  color: #94a3b8;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 15px;
  border-left: 3px solid #2797cc;
  margin-top: 15px;
}

/* 列表樣式 */
.bacc-pred-list, .bacc-pred-ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.bacc-pred-list li, .bacc-pred-ol li {
  font-size: 16px;
  line-height: 1.7;
  color: #cbd5e1;
  margin-bottom: 10px;
  text-align: left;
}

/* 內文超連結 */
.bacc-pred-link {
  color: #2797cc;
  text-decoration: none;
  border-bottom: 1px dashed #2797cc;
  transition: color 0.2s ease;
}

.bacc-pred-link:hover {
  color: #38bdf8;
  border-bottom: 1px solid #38bdf8;
}

/* 子區塊間距 */
.bacc-pred-sub-section {
  margin-bottom: 35px;
}
.bacc-pred-sub-section:last-child {
  margin-bottom: 0;
}

/* 表格響應式包裝層 */
.bacc-pred-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

/* 表格樣式 */
.bacc-pred-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left; /* 表格內容靠左 */
  font-size: 15px;
}

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

.bacc-pred-table td {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1;
}

.bacc-pred-table tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

/* 底部與 CTA 按鈕樣式 */
.bacc-pred-footer {
  border-left: 5px solid #2797cc;
}

.bacc-pred-cta-container {
  margin-top: 35px;
  text-align: left; /* 按鈕區塊靠左 */
}

.bacc-pred-cta-btn {
  display: inline-block;
  background-color: #2797cc;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 40px;
  text-decoration: none !important;
  border: none;
  border-radius: 0px !important; /* 嚴格直角 */
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 12px rgba(39, 151, 204, 0.3);
}

.bacc-pred-cta-btn:hover {
  background-color: #38bdf8;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(56, 189, 248, 0.4);
}

.bacc-pred-cta-btn:active {
  transform: translateY(0);
}

/* RWD 行動裝置優化：調整內距以防過胖 */
@media screen and (max-width: 768px) {
  .bacc-pred-card {
    padding: 20px 15px; /* 縮減手機版 Padding，避免看起來太胖 */
    margin-bottom: 20px;
  }
  
  .bacc-pred-main-title {
    font-size: 22px;
  }
  
  .bacc-pred-sub-title {
    font-size: 18px;
  }
  
  .bacc-pred-section-title {
    font-size: 18px;
  }
  
  .bacc-pred-p, .bacc-pred-list li, .bacc-pred-ol li {
    font-size: 15px;
  }
  
  .bacc-pred-table th, .bacc-pred-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
  
  .bacc-pred-cta-btn {
    display: block; /* 手機版按鈕滿版 */
    text-align: center;
    padding: 14px 20px;
    font-size: 16px;
  }
}/* End custom CSS */