.typing-highlight {
  color: inherit;
}

.cenario-pilates-section__content .cenario-pilates-section__destaque.typing-highlight,
.mais-do-que-assistir-section__highlight .typing-highlight,
.preco-lote-fundador-section__highlight .typing-highlight {
  color: #ffffff;
}

.typing-highlight--typing::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.95em;
  margin-left: 4px;
  background-color: currentColor;
  vertical-align: -0.12em;
  animation: typing-highlight-caret 0.8s steps(1, end) infinite;
}

.typing-highlight--done::after {
  content: none;
}

@keyframes typing-highlight-caret {
  0%,
  48% {
    opacity: 1;
  }

  49%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .typing-highlight--typing::after {
    content: none;
  }
}
