.objective-search-panel,
.objective-dialog-search-panel {
  position: relative;
  margin-top: 0.5em;
}

.objective-search-panel .objective-search-query,
.objective-dialog-search-panel .objective-dialog-search-query {
  width: 70%;
}

.objective-search-results,
.objective-dialog-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 16em;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.objective-search-results:empty,
.objective-dialog-search-results:empty {
  border: none;
  box-shadow: none;
}

.objective-search-status {
  padding: 0.5em 0.75em;
  color: #555;
  font-style: italic;
}

.objective-search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.objective-search-result-list li {
  border-bottom: 1px solid #eee;
}

.objective-search-result-list li:last-child {
  border-bottom: none;
}

.objective-search-result-list li button {
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
}

.objective-search-result-list li button:hover,
.objective-search-result-list li button:focus {
  background: #f0f4ff;
}
