.menu-title {
    display: flex;
    align-items: center;
    gap: 0.5em;
    flex: 1;
    min-width: 0;
}
.menu-title img.insa-logo {
    height: 1.2em;
    width: auto;
    flex: 0 0 auto;
}
.menu-title-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 0 1 auto;
}
