.os-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; /* match .faux-search-box width */
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 10501;
  max-height: 300px;
  overflow-y: auto;
  font-size: 16px;
  display: none;
  border-radius: 0 0 7px 7px;
}


/*.os-suggestions .os-suggestion-inline {
  line-height: 24px;
  padding: 4px 8px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
  white-space: normal;
}
*/

.os-suggestions .os-suggestion-inline:hover {
  background-color: #f2f2f2;
}

.os-suggestions a {
  /*color: #0073aa;*/
  text-decoration: none;
}

.os-suggestions a:hover {
  text-decoration: underline;
}



.highlight {
  /*text-decoration: underline;*/
  font-weight: 600;
}

/*.os-suggestions a {
  text-decoration: none;
}

.os-suggestions a:hover {
  text-decoration: underline;
}*/

/*.pill {
  display: inline-block;
  line-height: 1.2;
  padding: 6px 8px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 999px;
  background-color: #eef3f8;
  color: #0073aa;
  text-decoration: none;
  transition: background-color 0.2s;
  vertical-align: middle;
}

.pill:hover {
  background-color: #dbe9f5;
  text-decoration: underline;
}*/

.match-line {
  font-weight: bold;
  margin-bottom: 2px;
}

/*.match-text {
  margin-right: 10px;
}*/

/*.suggestion-icon {
  margin-right: 6px;
  vertical-align: middle;
  color: #999;
  flex-shrink: 0;
}*/


.os-suggestion-inline {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  color: inherit;
}

.os-suggestion-inline:hover {
  background-color: #f2f2f2;
  text-decoration: none;
}

.os-suggestion-inline .suggestion-text {
  white-space: nowrap;
}

.os-suggestion-inline .suggestion-icon-wrapper {
  flex-shrink: 0;
  margin-right: 8px;
  display: flex;
  align-items: center;
}


/*.os-suggestion-inline:hover {
  background-color: #f2f2f2;
}*/

