.text-type {
  display: inline-block;
  white-space: pre-wrap;
}

.text-type__cursor {
  margin-left: 0.15rem;
  display: inline-block;
  opacity: 1;
  color: var(--fire); /* Matches the site accent color */
  font-weight: 700;
}

.text-type__cursor--hidden {
  display: none;
}
