.atrt-wrap {
    position: relative;
    display: inline-block;
}

.atrt-text {
    display: inline-block;
    white-space: nowrap;
    clip-path: inset(0 100% 0 0);
}

.atrt-cursor {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 2px;
    height: 80%;
    background-color: currentColor;
    pointer-events: none;
}