/**
 * HeartVerse — embed e HTML custom nel contenuto articolo (frontend).
 * Non sovrascrive il wrapper responsive di Gutenberg / wp_oembed.
 */

.hv-article-content .wp-block-embed,
.hv-article-content .wp-block-html,
.hv-article-content .wp-block-custom-html,
.hv-article-content .wp-block-shortcode {
  margin: 1.2em 0;
  max-width: 100%;
  clear: both;
}

.hv-article-content .wp-block-embed__wrapper {
  max-width: 100%;
}

.hv-article-content iframe,
.hv-article-content embed,
.hv-article-content video {
  max-width: 100%;
  vertical-align: middle;
}

.hv-article-content .wp-block-html,
.hv-article-content .wp-block-custom-html {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  color: #e5e5e5;
}

.hv-article-content .wp-block-html img,
.hv-article-content .wp-block-custom-html img {
  height: auto;
  max-width: 100%;
}

.hv-article-content .wp-block-html iframe,
.hv-article-content .wp-block-custom-html iframe {
  max-width: 100%;
  border: 0;
}

/* Blockquote social (Instagram, X, TikTok) — non comprimere altezza */
.hv-article-content .wp-block-embed blockquote,
.hv-article-content .wp-block-html blockquote,
.hv-article-content .wp-block-custom-html blockquote {
  max-width: 100%;
}

.hv-article-content .wp-block-embed .instagram-media,
.hv-article-content .wp-block-html .instagram-media,
.hv-article-content .wp-block-custom-html .instagram-media,
.hv-article-content .wp-block-embed .twitter-tweet,
.hv-article-content .wp-block-html .twitter-tweet,
.hv-article-content .wp-block-custom-html .twitter-tweet,
.hv-article-content .wp-block-embed .tiktok-embed,
.hv-article-content .wp-block-html .tiktok-embed,
.hv-article-content .wp-block-custom-html .tiktok-embed {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: auto !important;
}

.hv-article-content .wp-block-code,
.hv-article-content .wp-block-preformatted {
  display: block;
  overflow: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}

.hv-article-content .wp-block-embed iframe,
.hv-article-content .wp-block-html iframe,
.hv-article-content .wp-block-custom-html iframe {
  display: block;
}

/* Lascia al core WP (responsive-embeds + wp-embed.js) altezza e aspect-ratio dei video */
body.wp-embed-responsive .hv-article-content .wp-block-embed__wrapper iframe {
  max-width: 100%;
}
