.hp-lightbox {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 24px;
  background: rgba(0, 0, 0, 0.92) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.hp-lightbox.is-visible {
  display: flex !important;
}

.hp-lightbox-image {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 90vw !important;
  max-height: 85vh !important;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

.hp-lightbox-close {
  position: absolute;
  top: 12px;
  right: 18px;
  z-index: 2;
  border: 0;
  padding: 4px 12px;
  background: transparent;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
}

.hp-lightbox-caption {
  position: absolute;
  right: 24px;
  bottom: 16px;
  left: 24px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

body.hp-lightbox-open {
  overflow: hidden !important;
}
