/*
Theme Name: Elementor Blank
Theme URI: https://example.com/elementor-blank
Author: Your Name
Author URI: https://example.com
Description: Ultra-minimal blank theme optimized for Elementor (header/footer locations + full-width + canvas templates). Clean, fast, and GDPR-friendly.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-blank
*/

/* Basic reset & helpers (safe for Elementor) */
*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  line-height: 1.6;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }
figure { margin: 0; }

/* Optional container for non-Elementor templates */
.container {
  width: min(1200px, 92vw);
  margin-inline: auto;
  padding-inline: 16px;
}