/*
Theme Name: Instant Plugins Child
Theme URI: https://instantplugins.com
Description: A Divi Child Theme for the Instant Plugins SaaS platform. It acts as a container for the React-based generator application.
Author: Instant Plugins Team
Author URI: https://instantplugins.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: instant-plugins-child
*/

/* 
 * As a React-based child theme, most styling is handled by Tailwind CSS within the components.
 * This file handles basic WordPress integration and overrides.
 */

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

#root {
    width: 100%;
    min-height: 100vh;
}
