/* Fix for the new Hymux logo aspect ratio and sizing */
.logo img {
    width: auto !important;
    min-width: auto !important;
    height: 45px !important; /* Increased from 19px to accommodate the new logo shape */
    max-width: 200px;
}

/* Adjust for smaller screens */
@media (max-width: 1250px) {
    .logo img {
        height: 35px !important;
    }
}

/* Footer logo sizing */
.site-footer img[src*="logo-lite.png"] {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
}

/* Ensure logos are visible and not filtered out by any legacy CSS */
.logo-white, .logo-black {
    filter: none !important;
}
