.o-tv-radio {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.o-tv-radio__circle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.05);
}
.o-tv-radio__content {
  padding-left: 8px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  user-select: none;
}
.o-tv-radio__content--empty {
  padding-left: 0px;
}