/* Profile panel shell. */
/* Profile shell */
#menu_left_brand.is-profile-mode {
  grid-template-columns: 38px minmax(0, 1fr) 38px;
}

.menu-shell-scroll.is-profile-scroll {
  overflow: hidden;
}

.menu-profile-panel {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.menu-profile-main {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-profile-main:has(.menu-profile-summary-card:last-child) {
  flex: 0 0 auto;
}
