/* Public header: same 14px left/top/bottom inset as logged-in */

.header.navbar.navbar-fixed-top.bgImg {
    margin-top: 0;
    padding: 0 !important;
    border: 0;
    min-height: 80px;
    height: 80px !important;
}

.header.navbar .header-inner--public-brands {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    height: 80px !important;
    box-sizing: border-box;
    padding: 14px;
    margin: 0;
}

.header.navbar .header-inner--public-brands .navbar-brand {
    float: none !important;
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    height: 52px;
    flex: 0 1 auto;
    min-width: 0;
}

.header.navbar .header-inner--public-brands > a.navbar-brand img {
    height: 52px;
    width: auto !important;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
    display: block;
    margin: 0;
}
.header.navbar .header-inner--public-brands > a.navbar-brand--org img {
    max-width: min(380px, 46vw);
}
.header.navbar .header-inner--public-brands > a.navbar-brand--vlmis img {
    max-width: min(520px, 52vw);
}

.header.navbar .header-inner--public-brands .navbar-toggle {
    flex: 0 0 auto;
    margin-left: auto;
    align-self: center;
}

@media (max-width: 767px) {
    .header.navbar .header-inner--public-brands {
        flex-wrap: wrap;
        height: auto !important;
        min-height: 80px;
        padding: 14px;
    }

    .header.navbar .header-inner--public-brands > a.navbar-brand {
        height: auto;
    }

    .header.navbar .header-inner--public-brands > a.navbar-brand img {
        max-width: 100%;
        height: 40px;
        max-height: 40px;
    }
}
