/* Адаптивное меню: высота зависит от количества иконок */
.sidebar-container {
  height: auto !important;
  min-height: auto !important;
  bottom: auto !important;
}

.sidebar {
  height: auto !important;
  min-height: fit-content;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.sidebar-item {
  flex-shrink: 0;
}
