/*
Theme Name: T6
Theme URI: https://wpconverter.net
Author: WP Converter
Author URI: https://wpconverter.net
Description: Live Builder theme converted from React - Dynamic visual editor for WordPress
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: t6
Tags: custom-header, custom-menu, featured-images, full-site-editing, block-patterns
*/

/* ============================================
   WP Converter Live Builder Theme
   Generated from React components
   ============================================ */

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Live Builder Styles */
.wpconv-component {
  position: relative;
}

.wpconv-component-editable {
  outline: 2px dashed transparent;
  transition: outline-color 0.2s;
}

.wpconv-component-editable:hover {
  outline-color: #667eea;
}

/* Additional styles will be injected from React components */
