/* Target WordPress / Elementor typical logo element wrappers */
.elementor-widget-theme-site-logo img,
.site-logo img,
.custom-logo,
.navbar-brand img,
header img[class*="logo"] {
    max-width: 140px !important; /* Resizes to a logic-friendly modern size */
    height: auto !important;
    mix-blend-mode: multiply !important; /* Removes the white background programmatically */
    background-color: transparent !important;
    transition: max-width 0.3s ease-in-out;
}
