/* Custom Large Logo Sizing */
#logo img,
.logo img,
.navbar-brand img,
.company-logo img {
    height: 44px !important;
    max-height: 48px !important;
    width: auto !important;
    object-fit: contain !important;
    padding: 0 !important;
    margin: 0 !important;
}

#logo {
    height: 57px !important;
    display: flex !important;
    align-items: center !important;
}

/* Also ensure mobile header logo is large and clear */
.navbar-header .navbar-brand img,
.navbar-header img {
    height: 42px !important;
    max-height: 46px !important;
    width: auto !important;
}
