.elementor-7251 .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 );}.elementor-7251 .elementor-element.elementor-element-61917d9{--display:flex;--background-transition:0.3s;}@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-6083750f *//* 外層總容器：徹底強迫靠左死貼，不置中，無背景 */
.kg-withdraw-wrapper {
  width: 100%;
  max-width: 850px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: auto !important;
  margin-left: 0 !important; /* 強制靠左對齊 */
  padding: 30px 20px 30px 0px; /* 左側留白歸零貼邊 */
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans TC", sans-serif;
  color: #222222; /* 亮色系適用深色字 */
  line-height: 1.85;
  text-align: left !important; /* 全域強制靠左 */
}

/* 頂級主標題 H1，無圓角 */
.kg-withdraw-main-title {
  font-size: 28px;
  color: #2F4F3E; /* 主色：森林深綠 */
  font-weight: 800;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #D58A4A; /* 配色：暖焦糖金 */
  text-align: left !important;
}

/* 區塊 H2 標題，無圓角，靠左對齊 */
.kg-withdraw-section-title {
  font-size: 21px;
  color: #2F4F3E;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 5px solid #D58A4A;
  text-align: left !important;
}

/* 卡片內部的項目 H3 小標題 */
.kg-withdraw-sub-title {
  font-size: 17px;
  color: #2F4F3E;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left !important;
}

/* 標準段落，靠左對齊 */
.kg-withdraw-paragraph {
  font-size: 16px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: left !important;
}

/* 獨立卡片式區塊設計，無圓角，強制靠左開頭 */
.kg-withdraw-card {
  background-color: #ffffff; /* 亮底高對比白卡片 */
  border: 1px solid #e2e8f0;
  border-left: 4px solid #2F4F3E; /* 用森林綠加強左側邊界線 */
  border-radius: 0px !important; /* 嚴格去除圓角 */
  padding: 25px;
  margin-bottom: 25px;
  margin-left: 0 !important;
  margin-right: auto !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: left !important;
}

/* 條列清單樣式 */
.kg-withdraw-list {
  padding-left: 20px;
  margin: 0;
  text-align: left !important;
}
.kg-withdraw-list li {
  font-size: 15px;
  color: #333333;
  margin-bottom: 12px;
  list-style-type: square;
  text-align: left !important;
}
.kg-withdraw-list strong {
  color: #2F4F3E;
}

/* 響應式表格外殼 */
.kg-withdraw-table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 15px;
}

/* 表格樣式，無圓角 */
.kg-withdraw-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  color: #333333;
  border: 1px solid #e2e8f0;
  border-radius: 0px !important;
}
.kg-withdraw-table th {
  background-color: #2F4F3E;
  color: #ffffff;
  font-weight: bold;
  padding: 14px 12px;
  text-align: left !important;
  border-bottom: 2px solid #D58A4A;
}
.kg-withdraw-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #e2e8f0;
  vertical-align: top;
  background-color: #ffffff;
  text-align: left !important;
}
.kg-withdraw-table tbody tr:nth-child(even) td {
  background-color: #f8fafc; /* 交錯淡灰底色 */
}

/* 深綠襯底高質感超連結 */
.kg-withdraw-link {
  color: #2F4F3E;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #D58A4A;
  padding-bottom: 1px;
  transition: all 0.2s ease;
}
.kg-withdraw-link:hover {
  color: #D58A4A;
  border-bottom: 2px solid #2F4F3E;
}

/* RWD 行動裝置優化 */
@media screen and (max-width: 768px) {
  .kg-withdraw-wrapper {
    padding: 20px 10px 20px 0px; /* 手機版依然保持左邊完全貼齊 */
  }
  .kg-withdraw-main-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .kg-withdraw-section-title {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .kg-withdraw-card {
    padding: 18px 14px; /* 緊湊化內距，防止過胖 */
    margin-bottom: 15px;
  }
  .kg-withdraw-paragraph {
    font-size: 15px;
  }
  .kg-withdraw-table th, .kg-withdraw-table td {
    padding: 10px 8px; 
    font-size: 14px;
  }
}/* End custom CSS */