.masonry-gallery-wrapper-539ba706 {
    position: relative;
    width: 100%;
}

.masonry-gallery-539ba706 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    transition: height 0.3s ease;
}

.mg-item-539ba706 {
    position: absolute;
    box-sizing: border-box;
    will-change: transform, top, left, width;
    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

.mg-item-539ba706.loaded {
    opacity: 1;
}

.mg-item-inner-539ba706 {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    background-color: #f7f7f7;
    display: flex;
}

.mg-item-inner-539ba706 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Hover Zoom Options */
.mg-hover-enabled .mg-item-inner-539ba706 {
    cursor: pointer;
}

.mg-hover-enabled.mg-zoom-enabled .mg-item-inner-539ba706:hover img {
    transform: scale(1.05);
}

/* Overlay option */
.mg-item-overlay-539ba706 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

.mg-hover-enabled .mg-item-inner-539ba706:hover .mg-item-overlay-539ba706 {
    opacity: 1;
}

/* Placeholder */
.mg-placeholder-539ba706 {
    padding: 40px;
    text-align: center;
    border: 2px dashed #ccc;
    background: #fafafa;
    color: #666;
    font-family: sans-serif;
    border-radius: 6px;
}

/* Lightbox styles */
.mg-lightbox-overlay-539ba706 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.admin-bar .mg-lightbox-overlay-539ba706 {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .mg-lightbox-overlay-539ba706 {
        top: 46px;
    }
}

.mg-lightbox-overlay-539ba706.active {
    opacity: 1;
}

.mg-lightbox-content-539ba706 {
    max-width: 85%;
    max-height: 85%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mg-lightbox-img-539ba706 {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.mg-lightbox-overlay-539ba706.active .mg-lightbox-img-539ba706 {
    transform: scale(1);
}

.mg-lightbox-close-539ba706 {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    font-family: sans-serif;
}
