/* Content media + lightbox + heading scale (frontend) */

.post-content img,
.post-content video,
.post-content iframe,
.post-content figure,
.post-content table,
.post-content pre,
.page-content img,
.page-content video,
.page-content iframe,
.page-content figure,
.page-content table,
.page-content pre {
  max-width: 100%;
  height: auto;
}

.post-content img.cursor-zoom-in,
.page-content img.cursor-zoom-in {
  cursor: zoom-in;
}

.post-content img,
.post-content video,
.post-content iframe,
.post-content figure,
.post-content pre,
.page-content img,
.page-content video,
.page-content iframe,
.page-content figure,
.page-content pre {
  border-radius: 12px;
}

.post-content table,
.page-content table {
  border-radius: 12px;
  overflow: hidden;
  display: block;
  width: 100%;
}

/* Lightbox screenshots: keep below full viewport */
.uc-lightbox-items > * {
  padding: 1.25rem;
  box-sizing: border-box;
}

.uc-lightbox-items > * > * {
  max-width: min(920px, 88vw) !important;
  max-height: 82vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

.uc-lightbox-items > * > img {
  border-radius: 12px;
}

/* Slightly smaller document headings */
.uc-h1, h1 { font-size: 1.875rem; line-height: 1.2; }
.uc-h2, h2 { font-size: 1.4rem; line-height: 1.3; }
.uc-h3, h3 { font-size: 1.25rem; line-height: 1.4; }
.uc-h4, h4 { font-size: 1.125rem; line-height: 1.4; }

@media (min-width: 768px) {
  .uc-h1, h1 { font-size: 2rem; }
  .uc-h2, h2 { font-size: 1.5rem; }
  .uc-h3, h3 { font-size: 1.25rem; }
  .uc-h4, h4 { font-size: 1.125rem; }
}

:root {
  --sizes-heading-h1-size: 2.25rem;
  --sizes-heading-h2-size: 1.75rem;
  --sizes-heading-h3-size: 1.5rem;
  --sizes-heading-h4-size: 1.25rem;
  --sizes-heading-h5-size: 1.125rem;
  --sizes-heading-h6-size: 1rem;
}
