/* Reserved-area sidebar logo sizing for the standard SVG wordmark. */
.mm-app-sidebar .mm-sidebar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--mm-topbar-height);
    padding: 0 .7rem;
    overflow: hidden;
}

.mm-app-sidebar .brand-logo--sidebar.mm-brand-expanded {
    display: flex;
    width: 100%;
    height: var(--mm-topbar-height);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}

.mm-app-sidebar .brand-logo--sidebar.mm-brand-expanded .brand-logo__image {
    display: block;
    width: 205px;
    height: 46px;
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 0 8px rgba(46, 145, 255, .06));
}

.mm-sidebar-collapsed .mm-app-sidebar .mm-sidebar-brand {
    padding-inline: 0;
}

.mm-sidebar-collapsed .mm-app-sidebar .brand-logo--sidebar.mm-brand-collapsed {
    display: flex;
    width: 100%;
    height: var(--mm-topbar-height);
    align-items: center;
    justify-content: center;
}

.mm-sidebar-collapsed .mm-app-sidebar .brand-logo--sidebar.mm-brand-collapsed .brand-logo__image {
    width: 34px;
    height: 34px;
    max-width: 34px;
    max-height: 34px;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .mm-app-sidebar .brand-logo--sidebar.mm-brand-expanded .brand-logo__image {
        width: 198px;
        height: 44px;
        max-height: 44px;
    }
}
