/* v42 - Responsive embed untuk YouTube, Instagram, dan TikTok dalam isi artikel */
.article-content .social-embed,
.ql-editor .social-embed{
  width:100%;
  max-width:760px;
  margin:1.25rem auto;
  border-radius:16px;
  overflow:hidden;
  background:#000;
  box-shadow:0 14px 36px rgba(15,23,42,.12);
}
.article-content .social-embed iframe,
.ql-editor .social-embed iframe{
  display:block;
  width:100%;
  border:0;
  background:#000;
}
.article-content .social-embed-youtube iframe,
.ql-editor .social-embed-youtube iframe{
  aspect-ratio:16/9;
  height:auto;
  min-height:260px;
}
.article-content .social-embed-instagram,
.ql-editor .social-embed-instagram{
  max-width:540px;
  background:#fff;
}
.article-content .social-embed-instagram iframe,
.ql-editor .social-embed-instagram iframe{
  min-height:640px;
  background:#fff;
}
.article-content .social-embed-tiktok,
.ql-editor .social-embed-tiktok{
  max-width:380px;
  background:#fff;
}
.article-content .social-embed-tiktok iframe,
.ql-editor .social-embed-tiktok iframe{
  min-height:740px;
  background:#fff;
}
.article-content iframe[src*="youtube.com/embed"],
.article-content iframe[src*="youtube-nocookie.com/embed"]{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  border:0;
  border-radius:16px;
  display:block;
  max-width:760px;
  margin:1.25rem auto;
  background:#000;
}
.article-content iframe[src*="instagram.com"],
.article-content iframe[src*="tiktok.com"]{
  width:100%;
  border:0;
  border-radius:16px;
  display:block;
  margin:1.25rem auto;
}
.article-content iframe[src*="instagram.com"]{max-width:540px;min-height:640px;background:#fff;}
.article-content iframe[src*="tiktok.com"]{max-width:380px;min-height:740px;background:#fff;}
@media (max-width:576px){
  .article-content .social-embed,
  .ql-editor .social-embed{border-radius:12px;margin:1rem auto;}
  .article-content .social-embed-youtube iframe,
  .ql-editor .social-embed-youtube iframe{min-height:190px;}
  .article-content .social-embed-instagram iframe,
  .ql-editor .social-embed-instagram iframe{min-height:560px;}
  .article-content .social-embed-tiktok iframe,
  .ql-editor .social-embed-tiktok iframe{min-height:650px;}
}
