/*
Theme Name: Elementor LP Blank
Theme URI: https://example.com/elementor-lp-blank
Author: ChatGPT
Description: A minimal blank WordPress theme for Elementor landing pages. No header, footer, menu, or sidebar output by default.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-lp-blank
*/

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  background: #fff;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

#page, .site-main, .elementor-lp-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
