/* Kesten — Magnific Popup Theme Override */
.kst-mfp-theme .mfp-bg {
  background: rgba(0, 0, 0, 0.92);
}
.kst-mfp-theme .mfp-wrap {
  z-index: 99999;
}
.kst-mfp-theme .mfp-figure:after {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.kst-mfp-theme .mfp-img {
  border-radius: 6px;
}
.kst-mfp-theme .mfp-bottom-bar {
  margin-top: 8px;
}
.kst-mfp-theme .mfp-title {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  text-align: center;
  padding-right: 36px;
  line-height: 1.4;
}
.kst-mfp-theme .mfp-counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
}
.kst-mfp-theme .mfp-close {
  color: #fff;
  font-size: 28px;
  top: 8px;
  right: 12px;
}
.kst-mfp-theme .mfp-arrow {
  opacity: 0.6;
}
.kst-mfp-theme .mfp-arrow:hover {
  opacity: 1;
}
.kst-mfp-theme .mfp-arrow:before,
.kst-mfp-theme .mfp-arrow:after {
  border-color: #fff;
}

/* Cursor hint on lightbox-able images */
.kst-mfp-image {
  cursor: zoom-in;
  display: block;
}
.kst-mfp-image img {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.kst-mfp-image:hover img {
  transform: scale(1.02);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Portfolio card zoom cursor */
.kst-portfolio-card {
  cursor: zoom-in;
}
