.exitHint_xASL- {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    padding: var(--spacing-xs);
    gap: 0;
    white-space: pre-wrap;
    animation: var(--sp-duration-short-4) show_HIlHf forwards;
}

@keyframes show_HIlHf {
    from {
        opacity: 0;
    }
}
