.with-predictive-search .action-buttons {
  display: none;
}

.with-predictive-search .action-buttons button {
  height: 100%;
  margin: 0;
}

.has-predictive-search {
  padding-right: 0;
}

.predictive-search-results {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  display: none;
  flex-direction: column;
  margin: auto;
}

.predictive-search-results:empty {
  border: none;
}

.predictive-search-results--item {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  cursor: pointer;
  text-decoration: none;
}

.predictive-search-results .active {
  background-color: #f0f0f0;
}

.predictive-search-results--item:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

.predictive-search-results--item:clicked {
  border: none;
}

.predictive-search-results--item:active {
  border: none;
}

.predictive-search-results--item p:first-child {
  margin: 0;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.predictive-search-results--item-icon {
  margin-left: 10px;
  color: #888;
}

.predictive-search-results--item-description {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
  text-align: left;
}
