/* Chronon 2026-09-07: responsive video embeds inside Magefan blog posts.
   Singer blog (Magefan_Blog design_valor) wraps content in .post-description;
   Tamron news (Magefan_SecondBlog) uses .post-content; .post-text-hld is the legacy template. */
.post-description iframe,
.post-content iframe,
.post-text-hld iframe,
.post-description video,
.post-content video,
.post-text-hld video { max-width: 100%; }

.post-description iframe[src*="youtube"],
.post-description iframe[src*="youtu.be"],
.post-description iframe[src*="vimeo"],
.post-content iframe[src*="youtube"],
.post-content iframe[src*="youtu.be"],
.post-content iframe[src*="vimeo"],
.post-text-hld iframe[src*="youtube"],
.post-text-hld iframe[src*="youtu.be"],
.post-text-hld iframe[src*="vimeo"] {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto 20px;
}

.post-description video,
.post-content video,
.post-text-hld video { height: auto; display: block; margin: 0 auto 20px; }
