.short_text {
  text-align: justify;
  color: rgb(109, 109, 110);
}

.highlight {
  text-align: justify;
  color: rgb(0, 0, 134);
}

.long_text {
  text-align: justify;
  color: rgb(34, 34, 85);
  font-weight: 400;
}

.fee {
  color: red;
  /* Change this to the desired color */
}

.red {
  color: red;
  /* Change this to the desired color */
}

#search-results ul {
  list-style-type: none; /* Remove bullet points */
}

#search-results li {
  cursor: pointer; /* Change cursor to a pointer (hand) on hover */
}

#search-results li:hover {
  background-color: #f0f0f0; /* Highlight on hover, you can change the background color as needed */
}