/* Calder Animals lightbox enhancement. The existing Wix grid remains intact. */
.calder-animals-gallery a.calder-animal-lightbox {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  cursor: zoom-in;
  text-decoration: none;
}

.calder-animals-gallery a.calder-animal-lightbox:focus-visible {
  outline: 3px solid #111;
  outline-offset: 4px;
}

.calder-animals-gallery a.calder-animal-lightbox picture,
.calder-animals-gallery a.calder-animal-lightbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.pswp__custom-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 20px max(18px, env(safe-area-inset-bottom));
  color: #fff;
  background: linear-gradient(to top, rgb(0 0 0 / .82), rgb(0 0 0 / .62));
  font: 16px/1.45 Arial, Helvetica, sans-serif;
  text-align: center;
  pointer-events: none;
}

.pswp__custom-caption strong {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}

.pswp__custom-caption:empty {
  display: none;
}

@media (max-width: 600px) {
  .pswp__custom-caption {
    max-width: 100%;
    padding-inline: 16px;
    font-size: 14px;
  }

  .pswp__custom-caption strong {
    font-size: 16px;
  }
}
