.gamification-roaming-mascot {
    position: absolute;
    z-index: 1030;
    width: 72px;
    height: auto;
    pointer-events: none;
    opacity: 0;
    /* The configured `top` is the card's top edge; lift the mascot so it peeks over the border. */
    transform: translateY(-50%);
    transition: opacity 0.4s ease-in-out;
}

.gamification-roaming-mascot.is-visible {
    opacity: 1;
}

.gamification-roaming-mascot img {
    display: block;
    width: 100%;
    height: auto;
}
