/* ===================================
   I WANT COMPONENT STYLES - iTyped.js
   =================================== */

/* iTyped cursor styling */
.ityped-cursor {
  @apply font-light text-inherit opacity-100;
  display: none;
}

@keyframes blink {
  100% { opacity: 0; }
}
@-webkit-keyframes blink {
  100% { opacity: 0; }
}
@-moz-keyframes blink {
  100% { opacity: 0; }
}

/* Container for consistent height */
#ityped-container {
  @apply min-h-6 inline;
}
