.wlf-widget-25619be5 {
  display: block;
  perspective: 1400px;
  perspective-origin: 50% 40%;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.wlf-widget-25619be5 img,
.wlf-widget-25619be5 .wlf-sticker {
  opacity: 0;
  transform-origin: 50% 85%;
  animation: wlfRise 2.4s cubic-bezier(.16,.84,.24,1) .25s both, wlfFloat 3.6s ease-in-out 2.7s infinite;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
}

.wlf-widget-25619be5 img {
  display: block;
}

.wlf-widget-25619be5 img {
  width: 100%;
  height: auto;
}

@keyframes wlfRise {
  0% {
    opacity: 0;
    transform: translate3d(60px,80px,-260px) rotateY(-18deg) rotateX(8deg) scale(.92);
    filter: drop-shadow(0 0 0 rgba(196,75,203,0)) brightness(.55) saturate(.6);
  }
  40% {
    opacity: 1;
    filter: drop-shadow(0 40px 70px rgba(196,75,203,.35)) brightness(.95) saturate(1);
  }
  70% {
    transform: translate3d(0,-6px,0) rotateY(2deg) rotateX(-1deg) scale(1.015);
    filter: drop-shadow(0 35px 65px rgba(196,75,203,.28)) brightness(1.05) saturate(1.1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0) rotateY(0) rotateX(0) scale(1);
    filter: drop-shadow(0 25px 55px rgba(196,75,203,.22)) brightness(1) saturate(1);
  }
}

@keyframes wlfFloat {
  0%, 100% {
    transform: translate3d(0,0,0);
  }
  50% {
    transform: translate3d(0,-18px,0);
  }
}

.wlf-widget-25619be5::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.18) 48%, rgba(255,255,255,.05) 55%, transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translateX(-120%);
  animation: wlfSweepLoopAuto 4s cubic-bezier(.2,.7,.2,1) 1.6s infinite;
}

@keyframes wlfSweep {
  0% { opacity: 0; transform: translateX(-120%); }
  30% { opacity: 1; }
  100% { opacity: 0; transform: translateX(120%); }
}


@keyframes wlfSweepLoopAuto {
  0%   { opacity: 0; transform: translateX(-120%); }
  10%  { opacity: 1; }
  40%  { opacity: 1; transform: translateX(120%); }
  45%, 100% { opacity: 0; transform: translateX(120%); }
}

/* On hover: keep panel as-is (no flicker), only loop the light sweep with 4s pause */
.wlf-widget-25619be5:hover::after {
  animation: wlfSweepLoop 6.6s linear 0s infinite;
}

@keyframes wlfSweepLoop {
  0% { animation-timing-function: cubic-bezier(.2,.7,.2,1); opacity: 0; transform: translateX(-120%); }
  11.8% { animation-timing-function: cubic-bezier(.2,.7,.2,1); opacity: 1; }
  39.4%, 100% { opacity: 0; transform: translateX(120%); }
}


/* Light sweep on stickers — visible, looping every 4s */
.wlf-widget-25619be5 .wlf-sticker {
  overflow: hidden;             /* clip the sweep to the round shape */
  isolation: isolate;           /* keep blend-mode local */
}
.wlf-widget-25619be5 .wlf-sticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(100deg,
              transparent 30%,
              rgba(255,255,255,.55) 50%,
              transparent 70%);
  mix-blend-mode: screen;
  opacity: 0;
  transform: translate3d(-70%, 0, 0);
  will-change: transform, opacity;
  backface-visibility: hidden;
  border-radius: inherit;
  z-index: 2;                   /* sit above sticker content */
  animation: wlfStickerSweepAuto 4s cubic-bezier(.2,.7,.2,1) 2s infinite;
}
.wlf-widget-25619be5 .wlf-sticker:hover::after {
  animation-duration: 2.6s;     /* a bit faster on hover */
}

@keyframes wlfStickerSweepAuto {
  0%        { opacity: 0; transform: translate3d(-70%, 0, 0); }
  10%       { opacity: 1; }
  40%       { opacity: 1; transform: translate3d(20%, 0, 0); }
  45%, 100% { opacity: 0; transform: translate3d(20%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .wlf-widget-25619be5 img,
  .wlf-widget-25619be5 .wlf-sticker,
  .wlf-widget-25619be5::after,
  .wlf-widget-25619be5 .wlf-sticker::after {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* Sticker Base Styles */
.wlf-sticker {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #111;
  display: flex !important; /* Override display:block from animation sharing */
  align-items: center;
  justify-content: center;
  text-align: center;
  /* Use CSS variables for position so the translate doesn't fight the animation */
  /* The position is handled by elementor's inline styles (left/top) */
  margin-top: -45px; /* Offset center since we can't use transform: translate(-50%,-50%) */
  margin-left: -45px;
  z-index: 15;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.wlf-sticker-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wlf-sticker-heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
}

.wlf-sticker-subheading {
  font-weight: 400;
  font-size: 10px;
  line-height: 1.1;
  color: #ccc;
  text-transform: uppercase;
}