.card {
  border-radius: 18px;
}
#snowResult .chance {
  font-size: 2.4rem;
  font-weight: 700;
}
#snowResult .msg {
  font-size: 1.2rem;
  font-weight: 500;
}
/* Suggestion dropdown */
#city-suggestions {
  max-height: 240px;
  overflow-y: auto;
  left: 0;
  right: 0;
}
#city-suggestions li {
  cursor: pointer;
}
#city-suggestions li.active,
#city-suggestions li:hover {
  background: #f1f1f1;
}
