/* Logo size adjustment for new logo dimensions */
header .logo-main {
    max-height: 40px; /* Reduced from 60px */
    width: auto;
    object-fit: contain;
}

header .logo-scroll {
    max-height: 40px; /* Reduced from 60px */
    width: auto;
    object-fit: contain;
}

header .logo-mobile {
    max-height: 35px; /* Reduced from 50px */
    width: auto;
    object-fit: contain;
}

/* Footer logo adjustments */
footer img[src$="whitetext.png"] {
    max-height: 40px; /* Reduced from 60px */
    width: auto;
    object-fit: contain;
} 