/* Небольшой тюнинг подсказок (вписываются в тёмную тему) */
#years-suggestions .list-group-item {
  background-color: #2b3035;
  border-color: #434a51;
  color: #e9ecef;
  cursor: pointer;
  padding: .35rem .5rem;
}
#years-suggestions .list-group-item:hover,
#years-suggestions .list-group-item.active {
  background-color: #3a3f44;
  color: #fff;
}