/* Global preview helper styles for GLightbox-hosted previews. */
.glightbox-clean .gdesc-inner {
  font-size: 0.85rem;
}

.sp-preview-inline {
  width: 92vw;
  max-width: 1200px;
  height: 92vh;
  background: #111827;
  border-radius: 10px;
  overflow: hidden;
}

.sp-preview-frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #ffffff;
}
