.portal-brandbar {
    min-height: 62px;
    padding: 0 34px;
    background: $portal-card;
    border-bottom: 1px solid rgba($portal-line, 0.75);
}

.brand-lockup {
    gap: 20px;
}

.brand-logo {
    display: block;
    width: 72px;
    height: auto;
    flex: 0 0 72px;
}

// In the header the logo is sized by height; the mark is 44x32, so this is its
// natural size.
.portal-brandbar .brand-logo {
    width: auto;
    height: 32px;
    flex: 0 0 auto;
}

.brand-divider {
    width: 1px;
    height: 32px;
    background: $portal-logo-divider;
}

.brand-label {
    color: $portal-muted-light;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
}

.portal-menu-button {
    padding: 0;
    border: 0;
    background: transparent;
    line-height: 1;
}

.portal-menu-button img {
    display: block;
    width: 44px;
    height: 44px;
}

@include media-breakpoint-down(lg) {
    .portal-brandbar {
        min-height: 82px;
        padding: 0 24px;
    }

    .brand-logo {
        width: 68px;
        flex-basis: 68px;
    }
}
