.elementor-1446 .elementor-element.elementor-element-a41780d{--display:flex;}.elementor-1446 .elementor-element.elementor-element-5fa41ef{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;}/* Start custom CSS *//* ============================================================
   放入：WordPress 后台 → 外观 → 自定义 → 额外CSS
   全部复制粘贴，点「发布」
   ============================================================ */

/* 1. 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;
}




/* 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 */