.elementor-6466 .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 *//* 外層容器：不設背景色 */
.kg-slots-container {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 20px 10px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: left;
}

/* 獨立卡片樣式：無圓角、直角、靠左對齊 */
.kg-slots-card {
  background-color: #ffffff;
  border-left: 6px solid #2F4F3E; /* 主色：森林綠精神線 */
  padding: 30px;
  margin-bottom: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  text-align: left;
}

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

.kg-slots-sub-title {
  color: #2F4F3E;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 18px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #D58A4A; /* 配色：大地橘底線 */
  text-align: left;
}

/* 內文樣式 */
.kg-slots-text {
  color: #333333;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 16px 0;
  text-align: left;
}
.kg-slots-text:last-child {
  margin-bottom: 0;
}

/* 重點標籤與連結 */
.kg-slots-highlight {
  color: #D58A4A; /* 使用大地橘作重點高亮 */
  font-weight: bold;
}

.kg-slots-link {
  color: #2F4F3E;
  font-weight: bold;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.kg-slots-link:hover {
  color: #D58A4A;
}

/* 表格響應式包覆層 */
.kg-slots-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

/* 表格樣式：直角設計 */
.kg-slots-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 15px;
  min-width: 550px;
}

.kg-slots-table th {
  background-color: #2F4F3E; /* 標題綠色 */
  color: #ffffff;
  font-weight: bold;
  padding: 12px 15px;
  border: 1px solid #233c2f;
}

.kg-slots-table td {
  padding: 12px 15px;
  border: 1px solid #EAEAEA;
  color: #444444;
  background-color: #ffffff;
}

.kg-slots-table tr:nth-child(even) td {
  background-color: #F9FBF9; /* 極輕微交錯底色 */
}

.kg-slots-table td.kg-slots-td-group {
  background-color: #F1F5F2;
  font-weight: bold;
  color: #2F4F3E;
  border-right: 1px solid #2F4F3E;
}

/* CTA 特別卡片區塊 */
.kg-slots-cta-section {
  background-color: #FAF6F0; /* 大地橘淡化底色 */
  border-left: 6px solid #D58A4A;
}

.kg-slots-cta-title {
  color: #2F4F3E;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: left;
}

.kg-slots-inline-btn {
  color: #D58A4A;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px dashed #D58A4A;
}
.kg-slots-inline-btn:hover {
  color: #2F4F3E;
  border-bottom-color: #2F4F3E;
}

/* 按鈕群組與直角按鈕 */
.kg-slots-btn-group {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.kg-slots-btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}

.kg-slots-btn-primary {
  background-color: #2F4F3E;
  color: #ffffff;
  border-color: #2F4F3E;
}
.kg-slots-btn-primary:hover {
  background-color: #1e3328;
  border-color: #1e3328;
}

.kg-slots-btn-secondary {
  background-color: transparent;
  color: #D58A4A;
  border-color: #D58A4A;
}
.kg-slots-btn-secondary:hover {
  background-color: #D58A4A;
  color: #ffffff;
}

/* RWD 手機版優化：修飾 padding，避免看起來臃腫 */
@media screen and (max-width: 768px) {
  .kg-slots-container {
    padding: 10px 5px; /* 縮減外邊距 */
  }
  
  .kg-slots-card {
    padding: 20px 15px; /* 精實卡片內部間距 */
    margin-bottom: 15px;
  }

  .kg-slots-main-title {
    font-size: 22px;
  }

  .kg-slots-sub-title {
    font-size: 18px;
  }

  .kg-slots-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .kg-slots-btn-group {
    flex-direction: column; /* 手機版按鈕改為滿版垂直排列 */
    gap: 10px;
  }

  .kg-slots-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 15px;
  }
}/* End custom CSS */