.letgo-comp-event__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.letgo-comp-event__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
  padding: 4px 8px;
  margin-bottom: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.letgo-comp-event__list-item:hover {
  background-color: #f0f0f0;
}
.letgo-comp-event__list-item:last-child {
  margin-bottom: 0;
}
.letgo-comp-event__list-item--active {
  background-color: #e6f7ff;
}
.letgo-comp-event__list-item--active:hover {
  background-color: #e6f7ff;
}
.letgo-comp-event__list-icon {
  font-size: 12px;
  color: #bfbfbf;
  cursor: pointer;
}
.letgo-comp-event__list-call {
  color: #8c8c8c;
}
