/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  Child theme for Hello Elementor theme - CFO Command Center
Author:       Your Name
Author URI:   https://yourwebsite.com
Template:     hello-elementor
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:  hello-elementor-child
*/

/*
 * Add your custom CSS below this line
 * This child theme inherits all styles from Hello Elementor parent theme
 */

/* Custom styles for CFO Dashboard if needed */
body.cfo-dashboard-page {
    margin: 0;
    padding: 0;
}

/* Ensure full width for dashboard */
.cfo-dashboard-page .site-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

/* Remove default padding from Elementor containers when displaying dashboard */
.cfo-dashboard-page .elementor-section {
    margin: 0;
}

.cfo-dashboard-page .elementor-container {
    max-width: 100%;
}
