.at-00895778-wrapper {
	display: block;
}

.at-00895778-animated-line {
	display: block;
	word-break: break-word;
}

.at-00895778-space {
	display: inline-block;
	width: 0.25em; /* Fallback width if space gets collapsed */
}
.at-00895778-space:empty {
	display: none;
}

/* FIX: Reserve height even when empty so the layout doesn't shift */
.at-00895778-rotating {
	display: inline-block;
	min-height: 1em; /* Ensures it takes up space even with 0 characters */
	vertical-align: bottom;
}

.at-00895778-cursor {
	animation: at-00895778-blink 1s step-end infinite;
	margin-left: 2px;
	display: inline-block;
	vertical-align: bottom;
}

@keyframes at-00895778-blink {
	0%, 100% { opacity: 1; }
	50% { opacity: 0; }
}

.at-00895778-plain-text {
	display: block;
	margin-top: 10px;
}
