#root nav > div:first-child > div > div > div {
  padding: 30px 25px;
}

#root nav > div:first-child > div > div > div > .sidebar-header {
  padding: 0 0 10px 0;
}

#downshift-0-label + div {
  column-gap: 0;
}

#root nav .search-field > div:first-child {
  color: #222222;
}

#storybook-explorer-searchfield {
  height: 32px;
  box-shadow: inset #909090 0 0 0 1px;
}

#storybook-explorer-searchfield + code {
  top: 8px;
  height: 18px;
  line-height: 18px;
  font-size: 13px;
}

#storybook-explorer-searchfield + code span {
  font-size: 18px;
}

#storybook-explorer-tree button.sidebar-item {
  padding-top: 7px;
  padding-bottom: 6px;
  margin-bottom: 5px;
  font-weight: 700;
  transition: background 0.2s ease;
}

#storybook-explorer-tree div.sidebar-item > a {
  padding-top: 7px;
  padding-bottom: 6px;
  padding-left: 25px;
}

#storybook-explorer-tree div.sidebar-item {
  margin-bottom: 5px;
  transition: background 0.2s ease;
}

#downshift-0-menu > li {
  transition: background 0.2s ease;
  padding: 7px 14px;
}

#root .sidebar-header > div > button,
#components,
#storybook-explorer-tree button.sidebar-item > div,
#storybook-explorer-tree div.sidebar-item a > div,
#storybook-explorer-tree [data-nodetype="story"],
#root nav .search-field + div > button,
#downshift-0-menu > div > button,
#downshift-0-menu > li > div:first-child,
#tabbutton-storybook-interactions-panel,
#tabbutton-storybook-interactions-panel + div {
  display: none;
}

#downshift-0-menu > li[aria-selected="true"],
#storybook-explorer-tree div.sidebar-item:hover {
  background: #e6e6e6;
}

#storybook-explorer-tree div.sidebar-item:active {
  background: #c8c8c8;
}

#storybook-explorer-tree div.sidebar-item[data-selected="true"] {
  background: #e6e6e6;
  color: #222222;
  font-weight: 500;
}
