/* Fix lightbox caption wrapping */
.slbCaption {
    white-space: normal;
    text-overflow: unset;
    overflow: visible;
    word-wrap: break-word;
    bottom: auto;
    top: 0;
    padding: 0.5em 1em;
    background: rgba(0, 0, 0, 0.55);
}

/* Keep each image + caption together in masonry columns */
.masonry figure {
    break-inside: avoid;
}

/* Image captions below masonry images */
.masonry figcaption {
    line-height: 1.4;
    font-size: 0.8rem;
    color: #333;
    padding: 6px 4px 12px;
    font-weight: 500;
}
