/**
 * Max Organic Traffic — light site-wide responsive helpers for theme content.
 * Does not style the MOT dashboard (see mot.css).
 */

/* Wide code blocks / tables inside post content */
.entry-content pre,
.entry-content table,
.post-content pre,
.post-content table,
.wp-block-post-content pre,
.wp-block-post-content .wp-block-table,
article pre,
article table {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* Classic + block editor: embeds scale down */
.entry-content iframe,
.wp-block-embed iframe,
.wp-block-embed__wrapper {
	max-width: 100%;
}
