.bap-custom-scripts-sticker-item {
    position: absolute;
    width: 32px;
    height: 32px;
    pointer-events: none;
    z-index: 10;
    filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.bap-custom-scripts-sticker-item svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.bap-custom-scripts-sticker-item.bap-custom-scripts-sticker-peel {
    opacity: 0 !important;
    transform: translate(-50%, 50px) rotate(10deg) scale(0.5) !important;
    transition: transform 0.6s ease-in, opacity 0.4s ease-in !important;
}

.bap-custom-scripts-sticker-btn-active:active {
    transform: scale(0.98);
}
