/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2026 | 09:52:24 */
.vbc-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.vbc-lightbox img {
  max-width: 90%;
  max-height: 90%;
}

.vbc-lightbox button,
.vbc-lightbox .vbc-close {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.vbc-prev { left: 30px; }
.vbc-next { right: 30px; }
.vbc-close {
  top: 20px;
  right: 30px;
}
