/*
Theme Name: Image Tool Elementor Theme
Theme URI: https://example.com/
Author: AI Assistant
Description: A lightweight, Elementor-compatible theme for your image tool plugin.
Version: 1.0
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f4f4f4;
}
.container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}