/* Remove Icon */
#storybook-explorer-menu .sidebar-item[data-parent-id] > button > div > svg[type],
#storybook-explorer-menu .sidebar-item[data-parent-id='foundations'] > a > div > svg,
#storybook-explorer-menu
  .sidebar-item:not([data-parent-id])
  :not([data-nodetype='story'], [data-nodetype='document'])
  svg[type] {
  display: none;
}

/* Dropdown Icon Center */
#storybook-explorer-menu a,
#storybook-explorer-menu button {
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
}
