.elementor-7220 .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-7220 .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娛樂城雷神之鎚介紹 - 專屬獨立卡片式樣式 (無圓角、靠左對齊、亮綠橘配色)
   ========================================================================== */

/* 外層總容器（無背景，完美融合網頁原本背景） */
.kg-thor-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Microsoft JhengHei", sans-serif;
  text-align: left;
}

/* 獨立卡片基礎結構 - 全無圓角 */
.kg-thor-card {
  background-color: #ffffff;
  border-top: 5px solid #2F4F3E; /* 以綠色為主頂邊線，區隔品牌 */
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  padding: 35px 40px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  text-align: left;
  border-radius: 0 !important; /* 強制移除圓角 */
}

/* 首位英雄卡片特別強調 */
.kg-thor-hero-card {
  border-top: 5px solid #D58A4A; /* 首頁卡片使用琥珀橘配色頂邊線 */
}

/* 尾卡收尾樣式 */
.kg-thor-end-card {
  background-color: #fcfdfd;
  border-top: 5px solid #2F4F3E;
}

/* 大標題 H1 */
.kg-thor-main-title {
  color: #2F4F3E;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f3f4f6;
}

/* 區塊標題 H2 */
.kg-thor-section-title {
  color: #2F4F3E;
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
}

/* 子區塊標題 H3 */
.kg-thor-sub-title {
  color: #333333;
  font-size: 17px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 12px;
}

/* 段落文字 */
.kg-thor-p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: justify;
}
.kg-thor-p:last-child {
  margin-bottom: 0;
}

/* 內部小區塊間距 */
.kg-thor-sub-block {
  margin-bottom: 25px;
  border-bottom: 1px dashed #f3f4f6;
  padding-bottom: 20px;
}
.kg-thor-sub-block:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/* 列表樣式 */
.kg-thor-list {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
.kg-thor-list li {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  list-style-type: decimal;
}
.kg-thor-list li:last-child {
  margin-bottom: 0;
}
.kg-thor-list strong {
  color: #2F4F3E;
}

/* 專屬內嵌超連結風格 */
.kg-thor-inline-link {
  color: #D58A4A;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #D58A4A;
  padding: 0 3px;
  transition: all 0.2s ease-in-out;
}
.kg-thor-inline-link:hover {
  background-color: #D58A4A;
  color: #ffffff;
  border-bottom: 1px solid #D58A4A;
}

/* ==========================================================================
   圖片佈局控制樣式
   ========================================================================== */
.kg-thor-image-box {
  width: 100%;
  margin: 25px 0;
  text-align: left;
  border: 1px solid #eee;
  box-sizing: border-box;
  background-color: #fafafa;
}

.kg-thor-responsive-img {
  display: block;
  max-width: 100%;
  height: auto; /* 保證圖片長寬比例自適應縮放 */
}

/* ==========================================================================
   RWD 手機版窄螢幕精密優化
   ========================================================================== */
@media screen and (max-width: 768px) {
  .kg-thor-wrapper {
    padding: 10px; /* 縮小手機端外距 */
  }
  
  .kg-thor-card {
    padding: 22px 20px; /* 精準控制手機版卡片內距，杜絕臃腫 */
    margin-bottom: 20px;
  }
  
  .kg-thor-main-title {
    font-size: 20px; /* 調節大標題於手機版的顯像大小 */
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  
  .kg-thor-section-title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  
  .kg-thor-sub-title {
    font-size: 16px;
  }
  
  .kg-thor-p, 
  .kg-thor-list li {
    font-size: 14.5px; /* 調整行動裝置內容大小以增加閱讀流暢度 */
    line-height: 1.7;
  }
  
  .kg-thor-image-box {
    margin: 18px 0;
  }
}/* End custom CSS */