/* Header search autocomplete */
#unified-masthead .mh-search {
  position: relative;
}
#unified-masthead .mh-d-none {
  display: none !important;
}
#unified-masthead .mh-search-autocomplete-list {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  background: #fff;
  border: 1px solid #b6b6b6;
  border-top: none;
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#unified-masthead .mh-search-autocomplete-item {
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  color: #0e0e0e;
}
#unified-masthead .mh-search-autocomplete-item:hover,
#unified-masthead .mh-search-autocomplete-item--active {
  background-color: #f5f5f5;
}
