#ai_result h1 {
    color: #000000;
    font-family: soleillight;
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
#ai_result h2  {
    padding-top: 10px;
    padding-bottom: 10px;
}
#ai_result li {
    padding: 3px 0;
    border-bottom: 0px solid #eee;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease;
}

#ai_result li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 50%;
}

#ai_result li:hover {
  background-color: #f7f7f7;
}

   #ai_result highlighted-list {
      background-color: #ADD8E6; /* Light blue */
      padding: 15px;
      border-radius: 5px;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    
#ai_result a {
    color: red; /* This will apply to all links within #ai_result */
    font-family: soleillight;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; /* Removes underline from links */
}
