  /* Fix background and text color for Similar Threads table */
  #similar-threads-table {
    background-color: white !important;
    color: black !important;
    border-collapse: collapse;
    width: 100%;
  }

  #similar-threads-table th {
    background-color: #f4f4f4 !important;
    color: black !important;
    text-align: left;
  }

  #similar-threads-table td {
    background-color: white !important;
    color: black !important;
  }

  #similar-threads-table a {
    color: #007bff !important; /* Standard blue for links */
    text-decoration: none;
  }

  #similar-threads-table a:hover {
    text-decoration: underline;
  }
