.elementor-6494 .elementor-element.elementor-element-5e8b026e{--display:flex;--background-transition:0.3s;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-83615f2 *//* ==========================================================================
   Class 前綴：kg-bacc- (獨立封閉樣式，亮色系視覺，全面靠左，嚴格無圓角，無外層背景)
   ========================================================================== */

/* 全域主容器（限制最大寬度、去除外層背景） */
.kg-bacc-main-wrapper {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #333333;
  line-height: 1.8;
}

/* 強制所有子元素排版重置：靠左對齊與無圓角 */
.kg-bacc-main-wrapper * {
  box-sizing: border-box;
  text-align: left !important;
  border-radius: 0 !important;
}

/* 獨立卡片式設計 */
.kg-bacc-card {
  background-color: #ffffff;
  padding: 35px;
  margin-bottom: 25px;
  border-left: 6px solid #2F4F3E; /* 主色：深森林綠 */
  box-shadow: 0 2px 12px rgba(47, 79, 62, 0.06);
  border-top: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

/* 首張卡片特殊配色裝飾 */
.kg-bacc-hero-card {
  border-left-color: #D58A4A; /* 配色：琥珀金 */
}

/* 標題樣式 */
.kg-bacc-main-title {
  color: #2F4F3E;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}

.kg-bacc-cate-title {
  color: #2F4F3E;
  font-size: 21px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f3f1;
}

.kg-bacc-section-subtitle {
  color: #D58A4A;
  font-size: 17px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 12px;
}

/* 內文段落 */
.kg-bacc-main-wrapper p {
  font-size: 15.5px;
  color: #444444;
  margin-top: 0;
  margin-bottom: 16px;
}
.kg-bacc-main-wrapper p:last-child {
  margin-bottom: 0;
}

.kg-bacc-intro-text {
  font-size: 16px;
  color: #555555;
}

/* 行話名詞列表 */
.kg-bacc-slang-list {
  list-style: none;
  padding-left: 0;
  margin: 15px 0;
}
.kg-bacc-slang-list li {
  font-size: 15px;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 3px solid #f0f3f1;
}
.kg-bacc-slang-list li strong {
  color: #2F4F3E;
}

/* 經典引言框 */
.kg-bacc-quote {
  background-color: #f9fbf9;
  border-left: 4px solid #2F4F3E;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  font-size: 16px;
  color: #2F4F3E;
  font-weight: bold;
}

/* 響應式表格設計 */
.kg-bacc-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  border: 1px solid #eaeaea;
}
.kg-bacc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.kg-bacc-table th {
  background-color: #2F4F3E;
  color: #ffffff !important;
  font-weight: bold;
  padding: 12px;
}
.kg-bacc-table td {
  padding: 12px;
  border-bottom: 1px solid #eaeaea;
  color: #444444;
}
.kg-bacc-table tbody tr:nth-child(even) {
  background-color: #fdfdfd;
}

/* ==========================================================================
   獨立卡片式 結尾 CTA 區塊
   ========================================================================== */
.kg-bacc-cta-card {
  background-color: #2F4F3E; /* 滿版主色背景 */
  padding: 40px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(47, 79, 62, 0.15);
}
.kg-bacc-cta-card * {
  color: #ffffff !important; /* 卡片內部強制全白字 */
}
.kg-bacc-cta-title-main {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
  color: #D58A4A !important; /* 琥珀金高亮標題 */
}
.kg-bacc-cta-desc {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
  margin-bottom: 30px;
}
.kg-bacc-cta-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.kg-bacc-cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease-in-out;
}
.kg-bacc-box-tag {
  font-size: 13px;
  opacity: 0.8;
  margin-bottom: 2px;
}
.kg-bacc-box-uri {
  font-size: 17px;
  letter-spacing: 0.5px;
}

/* 各按鈕獨立底色過渡 */
.kg-bacc-bg-main { background-color: #223a2e; }
.kg-bacc-bg-main:hover { background-color: #D58A4A; }

.kg-bacc-bg-accent { background-color: #D58A4A; border: none; }
.kg-bacc-bg-accent:hover { background-color: #bfa054; }

.kg-bacc-bg-line { background-color: #06c755; border: none; }
.kg-bacc-bg-line:hover { background-color: #05b04b; }

/* ==========================================================================
   行動裝置 RWD 優化：縮減 Padding 避免過胖
   ========================================================================== */
@media screen and (max-width: 768px) {
  .kg-bacc-card {
    padding: 24px 16px; /* 窄屏完美留白 */
    margin-bottom: 18px;
  }
  .kg-bacc-cta-card {
    padding: 25px 16px;
  }
  .kg-bacc-main-title {
    font-size: 21px;
    margin-bottom: 14px;
  }
  .kg-bacc-cate-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .kg-bacc-main-wrapper p {
    font-size: 14.5px;
  }
  .kg-bacc-box-uri {
    font-size: 15px;
  }
}/* End custom CSS */