/* include/top/license.php — typewriter line */
.typewriter-text {
  min-height: 48px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-secondary-txt);
}

.typewriter-text::after {
  content: "|";
  margin-left: 4px;
  animation: dotv3-license-caret 1s infinite;
}

@keyframes dotv3-license-caret {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
