/* Move logo to the extreme left in Elementor header */
.elementor-location-header .elementor-widget-xpro-site-logo {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Override potential flexbox container spacing */
.elementor-location-header .elementor-container {
    justify-content: space-between; 
}

/* Ensure the column wrapping the logo has no extra left margin/padding */
.elementor-location-header .elementor-widget-xpro-site-logo, 
.elementor-location-header .elementor-widget-xpro-site-logo .elementor-widget-container {
    margin-left: -15px !important; /* Adjust if standard Elementor columns have 15px padding */
}
