.dd-mascot {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: min(var(--dd-mascot-width, 420px), 44vw);
    max-width: none;
    pointer-events: none;
    user-select: none;
    contain: layout paint style;
    transform: translateZ(0);
}

.dd-mascot__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
    transform: translateZ(0);
}

@media (max-width: 767px) {
    .dd-mascot {
        width: min(var(--dd-mascot-width, 420px), 58vw);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dd-mascot,
    .dd-mascot__image {
        animation: none !important;
        transition: none !important;
    }
}
