.editor-styles-wrapper .search-results {
  margin: 16px 0;
  padding: 0;
}

.search-results li {
  list-style-type: none;
  display: flex;
  padding: 3px 5px;
  align-items: center;
  transition: all 200ms ease-in-out;
}

.search-results li .label {
  flex: 1;
}

.search-results li .dashicon {
  margin: 0 3px;
  padding: 2px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.search-results li .dashicon:hover {
  color: #777;
}

.search-results li:hover {
  background: #efefef;
}

.search-results-container .components-form-token-field__suggestions-list {
  padding-left: 0;
  background: white;
}
