/* Equipment sale lightbox: max 1200×900, never larger than the viewport */
.lightbox .lb-outerContainer {
    max-width: min(1200px, calc(100vw - 32px)) !important;
}

.lightbox .lb-dataContainer {
    max-width: min(1200px, calc(100vw - 32px)) !important;
}

.lightbox .lb-image {
    max-width: min(1200px, calc(100vw - 80px)) !important;
    max-height: min(900px, calc(100vh - 140px)) !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}
