.o-tv-text-button {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  flex-wrap: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.o-tv-text-button:hover {
  color: #0067EE;
}
.o-tv-text-button--small {
  font-size: 12px;
}