.ipa-lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.ipa-lightbox-overlay img {
    max-width: 90%;
    max-height: 90%;
}

.ipa-lightbox-overlay.close {
    cursor: pointer;
}
