/*
Theme Name: WP Live Editor Theme
Author: AI Assistant
Description: A custom starter theme with a frontend Live Edit structure.
Version: 1.0
*/
body { font-family: sans-serif; margin: 0; padding: 0; background: #f9f9f9; }
.site-header { padding: 20px; background: #333; color: #fff; }
.le-container { display: flex; flex-wrap: wrap; max-width: 1200px; margin: 40px auto; background: #fff; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.le-column { flex: 1; padding: 15px; min-width: 300px; }
.le-item { padding: 15px; margin-bottom: 15px; background: #fcfcfc; border: 1px solid #eee; border-radius: 4px; }