.lightbox[data-astro-cid-qo5xhe7c] {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
  align-items: center;
  justify-content: center
}

.lightbox-content[data-astro-cid-qo5xhe7c] {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80%;
  border-radius: 5px;
  cursor: zoom-out
}

.close[data-astro-cid-qo5xhe7c] {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 700;
  cursor: pointer
}
