.bluecode-titulo-rotativo__title {
	margin: 0;
	padding: 0;
}

.bluecode-titulo-rotativo__word {
	display: inline-block;
	white-space: nowrap;
}

.bluecode-titulo-rotativo__cursor {
	display: inline-block;
	margin-left: 0.08em;
	animation: bluecode-typed-cursor-blink 0.75s step-end infinite;
}

@keyframes bluecode-typed-cursor-blink {
	0%, 45% { opacity: 1; }
	46%, 100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.bluecode-titulo-rotativo__cursor {
		animation: none;
	}
}


.bluecode-titulo-html-link {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}

.bluecode-titulo-html-link:hover {
	color: inherit;
	text-decoration: none;
}
