/*
Theme Name: Georley AI
Theme URI: https://example.com/georley-ai
Author: George Leines
Author URI: https://wa.me/593985755394
Description: Tema minimalista y flexible para WordPress, ideal para insertar código HTML generado por IA en Gutenberg o constructores como Elementor y Divi. Compatible con PixelYourSite, LiteSpeed Cache y otros plugins esenciales. Incluye plantilla "blank" para páginas sin header, footer ni sidebar.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: georley-ai
Tags: minimal, AI, HTML, Gutenberg, Elementor, Divi, PixelYourSite, LiteSpeed, blog, fast, optimized, responsive
*/
:root{
  --site-max-width:1200px;
  --site-padding:20px;
  --accent:#2b7cff;
  --bg:#ffffff;
  --text:#111827;
}
html,body{height:100%;}
body{
  margin:0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial;
  color:var(--text);
  background:var(--bg);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.site{
  max-width:var(--site-max-width);
  padding:var(--site-padding);
  margin:0 auto;
}
.header, .footer{width:100%;}
.content{min-height:60vh;}
.entry-content img{max-width:100%;height:auto;}
/* Minimal sidebar handling */
.sidebar{display:block;float:right;width:300px;margin-left:24px;}
@media(max-width:800px){.sidebar{display:none;float:none;width:auto;margin:0;}}
/* Remove extra spaces that some builders add */
.clearfix::after{content:"";display:table;clear:both;}
