/* Single TV: conteúdo focado no player (sem imagem destacada) */
#single-content-tv .entry-content > *:first-child {
  margin-top: 0;
}

/* Garante que embeds do editor ocupem toda a largura do conteúdo */
#single-content-tv .entry-content iframe,
#single-content-tv .entry-content video,
#single-content-tv .entry-content embed,
#single-content-tv .entry-content object {
  max-width: 100% !important;
}

/* WordPress oEmbed/YouTube */
#single-content-tv .entry-content .wp-block-embed,
#single-content-tv .entry-content .wp-block-embed__wrapper,
#single-content-tv .entry-content .wp-block-embed iframe,
#single-content-tv .entry-content .wp-video,
#single-content-tv .entry-content .wp-video-shortcode {
  width: 100% !important;
  max-width: 100% !important;
}

/* Responsividade dos players em iframe (YouTube e afins) */
#single-content-tv .entry-content .wp-block-embed iframe,
#single-content-tv .entry-content p > iframe,
#single-content-tv .entry-content iframe[src*="youtube.com"],
#single-content-tv .entry-content iframe[src*="youtu.be"] {
  display: block;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border: 0;
}
