/* ── LOGO IMAGE FIX ── paste at the bottom of css/style.css ── */

.nav-logo img,
.nav-logo .site-logo-img {
    height: 42px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 42px !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
}

.site-header.scrolled .nav-logo img,
.site-header.scrolled .nav-logo .site-logo-img {
    height: 34px !important;
    max-height: 34px !important;
}

.footer-logo img,
.footer-logo .footer-logo-img {
    height: 38px !important;
    width: auto !important;
    max-width: none !important;
    max-height: 38px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Preloader logo fix */
.preloader-logo img {
    height: 52px !important;
    width: auto !important;
    max-width: 260px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto 30px !important;
}
.preloader-logo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}