.tts-link::after {
  background-size: 20px 20px;
  content: '';
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin-left: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('../images/blue.png');
}

.tts-link {
  color: inherit;
  /* font-weight: bold; */
  position: relative;
}

.tts-link:hover {
  color: inherit;
  text-decoration: none;
}