.angie-lightbox-overlay_8d59c413 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
body.admin-bar .angie-lightbox-overlay_8d59c413 {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .angie-lightbox-overlay_8d59c413 {
        top: 46px;
    }
}
.angie-lightbox-overlay_8d59c413.active {
    opacity: 1;
    pointer-events: auto;
}
.angie-lightbox-img_8d59c413 {
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    border-radius: 4px;
}
.angie-lightbox-overlay_8d59c413.active .angie-lightbox-img_8d59c413 {
    transform: scale(1);
}
.angie-lightbox-close_8d59c413 {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}
.elementor-widget-image img {
    cursor: zoom-in;
}
