.o-tv-list {
  position: relative;
}
.o-tv-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.o-tv-list-item:not(:last-child) {
  margin-bottom: 24px;
}
.o-tv-list-item__title {
  flex: 1;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.o-tv-list-item__title--active {
  color: #0067EE;
}
.o-tv-list-item__title--radio {
  padding-right: 50px;
}
.o-tv-list-item__suffix {
  flex-shrink: 0;
}