/*
Theme Name: Flatsome Child
Description: Modular child theme for Flatsome with organized structure
Author: UX Themes
Template: flatsome
Version: 3.0
Text Domain: flatsome-child
*/

/*
  ⚠️  IMPORTANT NOTICE:
  
  This style.css file only contains the theme header required by WordPress.
  All actual CSS styles have been moved to the modular structure in:
  
  📁 assets/css/main.css - Main CSS file that imports all components
  📁 assets/css/components/ - Base components (variables, buttons, etc.)
  📁 assets/css/shortcodes/ - Shortcode-specific styles
  📁 assets/css/post-types/ - Custom post type styles
  
  This new structure provides:
  ✅ Better organization
  ✅ Easier maintenance
  ✅ Modular development
  ✅ Automatic cache busting
  
  To modify styles, edit the appropriate file in the assets/css/ directory.
  The system will automatically detect changes and refresh CSS.
*/

/* 
  Basic reset to ensure no conflicts with old styles
  All new styles are loaded via assets/css/main.css
*/