/* assets/css/emp-single-einsatz.css (oder in emp-style.css integrieren) */

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

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

.emp-lightbox img {
  max-width: 92%;
  max-height: 86vh;
  border: 4px solid #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.emp-lightbox-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  line-height: 44px;
  font-weight: 900;
  background: #fff;
  color: #111;
}
