
.gallery-page.page-prose,
.gallery-page .page-content { max-width: none; }
.gallery-page .page-content > :not(.wp-block-gallery) { max-width: var(--measure-prose); }

.gallery-page .page-content > .wp-block-gallery { margin-inline: 0; }

.canto-embed-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-4);
}
.canto-embed-note {
  max-width: var(--measure-prose);
  margin: 0;
}
.canto-embed-frame {
  display: block;
  width: 100%;
  aspect-ratio: var(--ratio-embed-sm);
  border: 0;
  border-radius: var(--radius-card);
  background: var(--color-ground);
}
@media (min-width: 600px) {
  .canto-embed-frame { aspect-ratio: var(--ratio-embed); }
}
