﻿.pm-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.88);
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.pm-lightbox.pm-open {
  display: flex;
}

.pm-lightbox img {
  max-width: 94vw;
  max-height: 92vh;
  object-fit: contain;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.pm-lightbox-close {
  position: fixed;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: white;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.pm-lightbox-counter {
  position: fixed;
  left: 18px;
  bottom: 14px;
  color: white;
  font: 14px/1.4 Arial, sans-serif;
  opacity: 0.85;
}
