.transcript-item {
  cursor: pointer;
}

.transcript-item:hover {
  background-color: rgb(248, 249, 250); /* .bg-light */
}