/* Agentech Blog — print.css
 * Impressão limpa: esconde chrome/anúncios, foca no texto editorial. */

.site-header,
.site-footer,
.reading-progress,
.sidebar-col,
.ad,
.toc,
.article__tags,
.skip-link,
.btn { display: none !important; }

.shell--article { display: block !important; max-width: none !important; padding: 0 !important; }
.article { max-width: none !important; }

body { font-size: 12pt; color: #000; background: #fff; }
.article__title { font-size: 22pt; }
.article__body { font-size: 12pt; line-height: 1.5; }
.article__body a { color: #000; text-decoration: underline; }
.article__body a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #555; }

.article__hero-img { max-height: 8cm; object-fit: cover; }
.article__tldr,
.takeaways,
.faq__item,
.author-bio { border: 1px solid #ccc !important; background: #fff !important; }
