/* Image Sticker Widget Styles
 * 
 * Styles for absolutely positioned image sticker that overlaps content
 */

/* Widget Container */
.elementor-widget-image_sticker_widget{
	position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.image-sticker-widget {
    width: 100%;
    min-height: 1px;
}

/* Sticker Image - Absolutely positioned */
.image-sticker {
    position: absolute;
    z-index: 1;
    object-fit: contain;
    display: block;
    pointer-events: auto;
    min-width: 0;
    max-width: none !important;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.10)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.10));
}
