/*
Theme Name: Hello Elementor Child
Theme URI: https://alittlesea.com/
Description: Child theme for Hello Elementor
Author: You
Template: hello-elementor
Version: 1.0
*/

/* 你的全局布局（左侧导航预留空间） */
:root {
  --sidebar-width: 240px;
}

body {
  margin-left: var(--sidebar-width);
  overflow-x: hidden;
}

@media (max-width: 768px) {
  body {
    margin-left: 0;
  }
}