.neygen-lightbox-image {
  cursor: zoom-in;
}

.neygen-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(15, 23, 42, 0.86);
}

.neygen-lightbox.is-open {
  display: flex;
}

.neygen-lightbox-open {
  overflow: hidden;
}

.neygen-lightbox__figure {
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  margin: 0;
}

.neygen-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.neygen-lightbox__caption {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.neygen-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 34px;
  line-height: 38px;
  cursor: pointer;
}