.elementor-1199 .elementor-element.elementor-element-b9c3579{--display:flex;}/* Start custom CSS *//* ============================================================
   放入位置：外观 → 自定义 → 额外CSS
   全部复制粘贴后点「发布」即可
   ============================================================ */

/* 1. 强制页面无边距（Elementor Canvas 模板） */
body.elementor-page,
body.elementor-template-canvas {
  padding: 0 !important;
  margin: 0 !important;
  background: #f5f4ef !important;
}

/* 2. 去掉 Elementor 容器默认内边距 */
.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section > .elementor-container,
.e-con-inner,
.e-con {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* 3. 去掉 HTML Widget 间距 */
.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
}

/* 4. Section / Column 无间隙 */
.elementor-section,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap {
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
}

/* 5. 隐藏 Hello Elementor 主题自带 header & footer */
.site-header,
.site-footer,
header.site-header,
footer.site-footer {
  display: none !important;
}

/* 6. 主体区域撑满宽度 */
.site-content,
#content,
#primary,
.page-content,
main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}/* End custom CSS */