/*
 * StileJuventus V9.423 — Instagram nei post community.
 * Il widget ufficiale resta dentro la colonna su feed, profili, commenti,
 * risposte e anteprima del composer, senza tagli né scroll orizzontale.
 */
:is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed {
  display:block;
  width:min(100%,540px);
  max-width:100%;
  min-width:0;
  margin:12px auto 4px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  border-radius:16px;
  background:#fff;
  color:#111;
  box-sizing:border-box;
  contain:layout paint;
}

.slr-composer-link-preview .slr-social-instagram-post-embed {
  margin:0 auto;
}

:is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed .instagram-media {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0 auto!important;
  box-sizing:border-box!important;
}

:is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed iframe {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  margin:0 auto!important;
  border:0!important;
}

:is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed.is-social-loading {
  min-height:320px;
}

:is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed.is-social-fallback {
  min-height:82px;
  background:var(--slr-ui-elevated,#101214);
  color:var(--slr-ui-text,#fff);
}

html[data-slr-theme="light"] :is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed {
  border-color:#cfd9de;
  background:#fff;
}

html[data-slr-theme="light"] :is(
  .slr-community-post,
  .slr-author-post,
  .slr-comment-item,
  .slr-composer-link-preview
) .slr-social-instagram-post-embed.is-social-fallback {
  background:#fff;
  color:#111;
}

@media(max-width:760px) {
  :is(
    .slr-community-post,
    .slr-author-post,
    .slr-comment-item,
    .slr-composer-link-preview
  ) .slr-social-instagram-post-embed {
    width:100%;
    border-radius:13px;
  }
}
