body.nr-lightbox-open {
  overflow: hidden;
}

.nr-gallery-empty-public {
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 40px 20px;
  border: 1px solid rgba(190, 154, 76, 0.26);
  border-radius: 22px;
  background: linear-gradient(145deg, #fffdf8, #f8f1e5);
  color: #4d453b;
  text-align: center;
}

.nr-gallery-empty-public strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.nr-gallery-empty-public span {
  margin-top: 8px;
  color: #74695d;
}

.nr-managed-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nr-managed-lightbox {
  z-index: 999999;
}

