.activity-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.activity-list::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.activity-item.transcript-activity {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.activity-item.transcript-activity:hover {
  border-color: #7047a0;
  background: #120b19;
  transform: translateY(-1px);
}

.activity-open {
  color: #a977e4;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}
