/* Custom Logo Size Override */
.bravo_header .header-left .bravo-logo img,
.bravo-logo img,
.header-left .bravo-logo img {
    max-width: 220px !important;
    max-height: 75px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
}

.bravo_header .header-left .bravo-logo,
.bravo-logo,
.header-left .bravo-logo {
    min-height: 50px !important;
    min-width: 150px !important;
    max-width: 250px !important;
}

/* For SVG logos specifically */
.bravo_header .header-left .bravo-logo img[src*=".svg"],
.bravo-logo img[src*=".svg"],
.header-left .bravo-logo img[src*=".svg"] {
    min-width: 100px !important;
    min-height: 40px !important;
} 