#search-container { position: relative; max-width: 420px; }
/* #search-input { width: 100%; padding: .5rem; } */
#search-results {
  position: absolute; top: 100%; left: 0; right: 0;
  background: #f3f3f3; border: 1px solid rgb(15, 181, 196); max-height: 300px;
  overflow-y: auto; margin: 0; padding: 0; list-style: none; z-index: 9999;
}
/* #search-results li { padding: .45rem .6rem; } */
#search-results li a { text-decoration: none; display: block; }
#search-results li:hover { background: rgb(195, 236, 240); }
