/* Force global constraints */
img {
    max-width: 100% !important;
    height: auto !important;
}

/* Aggressive Logo Fix for all contexts */
.site-logo img,
.custom-logo,
.elementor-widget-theme-site-logo img,
a.custom-logo-link img,
.site-header .elementor-image img,
.site-branding img,
#masthead img.custom-logo {
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Fix specific large leaf image */
.uag-image-145 {
    max-width: 300px !important;
    width: 100% !important;
}

/* Fix column images */
.wp-block-column img {
    max-width: 100% !important;
}
