/* ZIKY Stickers — Frontend Overlay (keine Overrides) */

.ziky-stickers {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
  background: transparent !important;
}

.ziky-sticker {
  position: absolute;
  display: block;
  line-height: 0;
  max-width: 55%;
  background: transparent !important;
  box-shadow: none !important;
}

.ziky-sticker img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  mix-blend-mode: normal;
}

.ziky-sticker--tl {
  top: 0;
  left: 0;
}

.ziky-sticker--tr {
  top: 0;
  right: 0;
}

.ziky-sticker--bl {
  bottom: 0;
  left: 0;
}

.ziky-sticker--br {
  bottom: 0;
  right: 0;
}

/* Bis JS den Sticker in den Bild-Container verschiebt */
.ziky-stickers[data-ziky-pending='1'] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
