.neo-app-content-sections-list.neo-list .neo-h3 {
  margin-left: 1.5em;
}
.neo-app-content-sections-list.neo-list .neo-list-item {
  align-items: center;
  background-color: transparent;
  color: var(--sem-color-text-neutral-subdued);
  display: flex;
  height: unset;
  margin-bottom: 0;
  padding: 5px 0 5px 5px !important;
  white-space: normal;
}
.neo-app-content-sections-list.neo-list .neo-list-item[aria-selected=true] {
  background-color: transparent !important;
  color: var(--list-item-color-selected) !important;
  font-weight: 600 !important;
  cursor: default !important;
}
.neo-app-content-sections-list.neo-list .neo-list-item .neo-list-icon {
  height: 20px;
  margin-right: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 20px;
}
.neo-app-content-sections-list.neo-list .neo-list-item .neo-list-icon:not(.avatar) {
  align-items: center;
  display: flex;
}
.neo-app-content-sections-list.neo-list .neo-list-item .neo-list-icon.avatar {
  border: 1px solid var(--list-border-color);
  border-radius: 50%;
}

/*# sourceMappingURL=SectionsList.css.map */