.tekate-typewriter-wrapper {
  display: inline;
  font: inherit;
  line-height: inherit;
  white-space: normal;
}

.tekate-typewriter {
  display: inline;
}

.tekate-cursor {
  display: inline-block;
  width: 2px;
  height: 1em;
  background: currentColor;
  margin-left: 2px;
  animation: blink 1s step-start infinite;
  vertical-align: bottom;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
