.przio-lightbox-enabled {
  cursor: zoom-in;
}

.przio-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.88);
}

.przio-lightbox.is-open {
  display: flex;
}

.przio-lightbox__figure {
  position: relative;
  max-width: min(96vw, 1200px);
  max-height: 92vh;
  margin: 0;
}

.przio-lightbox__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 86vh;
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.przio-lightbox__caption {
  margin-top: 0.75rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  text-align: center;
}

.przio-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}
