.lightbox-close {
  z-index: 2;
}

.lightbox-nav {
  z-index: 2;
  grid-row: 3;
  grid-column: 1;
  justify-self: center;
  width: 48px;
  height: 52px;
  margin: 0.75rem 0 0;
  color: white;
  border: 1px solid rgb(255 255 255 / 30%);
  background: rgb(10 15 20 / 72%);
  border-radius: 12px;
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
}

.lightbox-caption {
  grid-row: 2;
}

.lightbox-prev {
  transform: translateX(calc(-50% - 0.35rem));
}

.lightbox-next {
  transform: translateX(calc(50% + 0.35rem));
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible,
.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: rgb(35 48 59 / 92%);
}

@media (max-width: 560px) {
  .lightbox-nav {
    width: 42px;
    height: 48px;
    font-size: 2rem;
    margin-top: 0.6rem;
  }
}
