.wp-inline-post-gallery-masonry {
    column-count: 3;
    column-gap: 10px;
}

.wp-inline-post-gallery-masonry .gallery-item {
    break-inside: avoid;
    margin-bottom: 10px;
}

.wp-inline-post-gallery-masonry .gallery-item img {
    width: 100%;
    height: auto;
}

/* Lightbox customization */
.lightboxOverlay {
    background: rgba(0, 0, 0, 0.8) !important;
}

.lightbox {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 9999;
}

.lightbox-nav a {
    font-size: 30px;
    color: white;
    text-decoration: none;
}
