@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.bootscore-ajax-search {
  position: relative;
}

#bootscore-ajax-results ul {
  margin-bottom: 0;
}

#bootscore-ajax-results a {
  text-decoration: none;
  color: inherit;
}

#bootscore-ajax-results a:hover {
  text-decoration: underline;
}
#bootscore-ajax-results {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 4px;
}
