.typed-shortcode {
	display: inline;
}

.typed-shortcode__strings,
.typed-shortcode__cursor[hidden] {
	display: none !important;
}

.typed-shortcode__cursor {
	opacity: 1;
	animation: typed-shortcode-blink 0.7s infinite;
}

@keyframes typed-shortcode-blink {
	0%   { opacity: 1; }
	50%  { opacity: 0; }
	100% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.typed-shortcode__cursor {
		animation: none;
	}
}
