/* Preserve the imported body markup while containing wide WP tables/images. */
.mdx-article .article-eyecatch { display: block; width: 100%; height: auto; margin: 28px 0; }
.wordpress-import { min-width: 0; overflow-wrap: anywhere; }
.wordpress-import img { max-width: 100%; height: auto; }
.wordpress-import .article-table { overflow-x: auto; max-width: 100%; }
.wordpress-import .cline-line-cta { width: fit-content; max-width: 100%; margin: 1.3em auto; }
.wordpress-import .cline-line-cta img { display: block; width: auto; max-width: 100%; height: auto; margin: 0; border: 0; }
.wordpress-import .cline-line-cta:focus-visible { outline: 3px solid #163f70; outline-offset: 5px; }
