/*
Theme Name: Elementor Custom Template
Theme URI:  https://example.com/
Author:      Generated by ChatGPT
Author URI:  https://example.com/
Description: Minimal WordPress theme tailored for Elementor editing (header/footer/pages).
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elementor-custom-template
*/

/* Basic layout & placeholder styles to match provided mockup */
body { 
	font-family: Arial, Helvetica, sans-serif; 
	margin:0; padding:0; 
	color:#222; 
/* 	padding-top: 90px; */
}
.site-header { display:flex; align-items:center; justify-content:space-between; padding:18px 36px; }
.site-title { font-size:20px; }
.main-wrap { display:flex; gap:40px; padding:24px 36px; min-height:560px; }
.content-left { flex: 1 1 70%; border:1px solid #ccc; background:#f6d9bd; display:flex; align-items:center; justify-content:center; min-height:420px; }
.right-column { width:320px; }
.right-sidebar .widget { border:2px solid #bbb; padding:10px; margin-bottom:12px; background:#fff; }
.footer-bar { background:#4b4b4b; color:#fff; text-align:center; padding:14px; left:0; right:0; bottom:0; }

/* .sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff; 
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
} */
