.path-explorer-search-results {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 0;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
}

.path-explorer-search-results .list-item, .path-explorer-search-results .message, .path-explorer-search-results .footer-message, .path-explorer-search-results .error-message, .path-explorer-search-results .list-sections .dropdown-section .search-item {
  white-space: nowrap;
  display: block;
  box-sizing: border-box;
  line-height: 32px;
  padding-left: 8px;
}

.path-explorer-search-results .message, .path-explorer-search-results .footer-message, .path-explorer-search-results .error-message {
  font-size: 12px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  white-space: normal;
  line-height: normal;
  word-wrap: break-word;
  padding: 8px;
}

.path-explorer-search-results .error-message {
  font-style: italic;
}

.path-explorer-search-results .list-sections {
  overflow: auto;
  max-height: 400px;
}

.path-explorer-search-results .list-sections .dropdown-section {
  margin: 0;
  padding: 8px 0;
}

.path-explorer-search-results .list-sections .dropdown-section + .dropdown-section {
  border-top:  1px solid;
  border-top-color: rgba( 234, 234, 234 ,  1 );
  border-top-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
}

.path-explorer-search-results .list-sections .dropdown-section .search-item {
  cursor: pointer;
}

.path-explorer-search-results .list-sections .dropdown-section .search-item .bowtie-icon {
  margin-right: 6px;
}

.path-explorer-search-results .list-sections .dropdown-section .search-item .text-highlight {
  font-weight: 600;
}

.path-explorer-search-results .list-sections .dropdown-section .search-item.selected {
  background-color: rgba( 239, 246, 252 ,  1 );
  background-color: rgba( var(--palette-primary-tint-40,239, 246, 252) ,  1 );
}

.path-explorer-search-results .list-sections .dropdown-section:first-of-type {
  padding-top: 0;
}

.path-explorer-search-results .list-sections .dropdown-section:last-of-type {
  padding-bottom: 0;
}

.versioncontrol-explorer-view .hub-title {
  overflow: visible;
}
