.blog-cover {
  display: block;
  aspect-ratio: 16 / 9;
}

.blog-cover-preview img {
  display: block;
  width: min(100%, 560px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
}

.blog-editor-image-preview {
  display: block;
  width: min(100%, 480px);
  max-height: 320px;
  object-fit: contain;
  border-radius: 12px;
}

.blog-content figure {
  margin: 2rem 0;
}

.blog-content figcaption {
  margin-top: 0.5rem;
  text-align: center;
  opacity: 0.78;
  font-size: 0.92rem;
}

.blog-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 2rem 0;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
}

.blog-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-instagram {
  width: 100%;
  max-width: 658px;
  margin: 2rem auto;
  text-align: center;
  overflow: hidden;
}

.blog-instagram iframe {
  display: block;
  width: 100%;
  height: 780px;
  max-height: 85vh;
  border: 0;
  border-radius: 14px;
  background: #fff;
}

.blog-instagram p {
  margin: 0.5rem 0;
}
