/* 地域全屏自定义页 · 最简兜底（勿把整站/组件库塞进这里）
 * 固定结构：顶栏、面包屑、附录 → hub-page.css / site-chrome
 * 自定义 HTML 设计 → JSON customCss，作用域限制在 .area-custom-body
 * customCss 为空：仅本文件；非空：本文件 + #area-custom-css 覆盖（仍应只写 .area-custom-body）
 */
.area-custom-main[data-area-custom] {
  background: #faf6ee;
  color: #2a2521;
  --hub-crumb-bg: #faf6ee;
}

.area-custom-main[data-area-custom] > .area-custom-body {
  min-width: 0;
}
