/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor with performance optimizations
Author: Your Name
Author URI: https://sustainableinvest.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

/* 
=====================================
PERFORMANCE OPTIMIZATIONS - CSS
=====================================
*/

/* Fix image layout shift - prevent CLS */
img {
    height: auto;
    max-width: 100%;
    display: block;
}

/* Reserve space for featured images */
.post-thumbnail img,
.elementor-widget-image img {
    width: 100%;
    height: auto;
}

/* Aspect ratio containers for images */
.elementor-widget-image {
    position: relative;
}

/* Optimize font loading */
body {
    font-display: swap;
}

/* Reduce layout shift from embedded content */
iframe,
embed,
object {
    max-width: 100%;
}

/* Ensure proper spacing is maintained during load */
.elementor-section {
    min-height: 1px;
}

/* Add your custom styles below this line */
