/* Public profile collections and selections navigation. */

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

.menu-profile-base-nav-list {
  flex: 0 0 auto;
}

.menu-profile-collection-nav-list,
.menu-profile-selection-nav-list {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  align-content: start;
  padding: var(--vk-paper-list-gutter);
  scroll-padding: var(--vk-paper-list-gutter);
}
