/**
 * Footer Logo Fix
 * Sets the logo height and lets width adjust proportionally
 */

.footer-logo img {
    height: 60px !important;
    width: auto !important;
    max-width: none !important;
    display: block !important;
}

/* Dark background adjustments */
.footer-logo img {
    filter: brightness(0) invert(1) !important; /* Makes the logo white */
}