/* Joyful Movers Blank Theme - minimal base styles */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: #05060a; color: #fff; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

/* Full width by default */
.jm-site { width: 100%; min-height: 100vh; }
.jm-page { width: 100%; min-height: 60vh; }
.jm-container { max-width: 1100px; margin: 0 auto; padding: 24px; }

/* If a builder/theme wrapper tries to constrain content, these help */
.site, .site-content, .content-area, .container, .wrap {
  max-width: 100%;
}

/* Basic blog fallback styling */
.jm-post { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
.jm-post-title a { color: inherit; text-decoration: none; }
.jm-post-title a:hover { text-decoration: underline; }
