.tes-typing-effect {
font-family: inherit;
display: inline-block;
overflow: hidden;
}
.tes-typing-effect::after {
content: '|';
animation: blink 0.7s step-end infinite;
}
@keyframes blink {
50% {
opacity: 0;
}
}
.typed-cursor {display: none;}
.typed-cursor.typed-cursor--blink {display: unset;}