/*
Theme Name: Elementor Blank
Theme URI: https://example.com/elementor-blank
Author: You
Author URI: https://example.com
Description: A super-minimal blank theme optimized for building with Elementor. Includes Full Width and Blank (no header/footer) templates.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-blank
Tags: blank, minimal, elementor, page-builder
*/

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

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

body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #222;
  background: #fff;
}

img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus { outline: 2px dashed #555; outline-offset: 2px; }

/* Simple container for non-Elementor pages */
.container { width: min(1200px, 92%); margin-inline: auto; }

/* Header/Footer minimal styles */
.site-header, .site-footer { padding: 16px 0; border-bottom: 1px solid #eee; }
.site-footer { border-top: 1px solid #eee; border-bottom: 0; margin-top: 40px; }

.nav { display: flex; gap: 16px; flex-wrap: wrap; }

main.site-main { padding: 24px 0; }
*/
