@media print {

  /* RESET VISUAL */
  * {
    background: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
  }

  body {
    font-size: 12pt;
    color: #000;
  }

  /* ESCONDER ELEMENTOS NÃO EDITORIAIS */
  .v_id_01x,
  #menu-toggle,
  .ab_g_v3,
  #skroot25,
  #overlay,
  .article-actions,
  .comments-section,
  .site-footer,
  #backToTop,
  #reading-progress,
  #reading-progress-vertical {
    display: none !important;
  }

  /* CONTEÚDO PRINCIPAL */
  main,
  .lp_int_v,
  .article-content {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  /* TÍTULO */
  .article-content h1 {
    font-size: 20pt;
    margin-bottom: 12pt;
    color: #000;
  }

  /* SUBTÍTULOS */
  .article-content h2 {
    font-size: 14pt;
    margin-top: 18pt;
    color: #000;
  }

  /* TEXTO */
  .article-content p {
    font-size: 11.5pt;
    line-height: 1.6;
    text-align: justify;
  }

  /* METADATA */
  .article-meta-top {
    font-size: 9pt;
    color: #555;
    margin-bottom: 18pt;
  }

  /* LINKS — MOSTRAR URL */
  a {
    color: #000;
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555;
  }

  /* QUEBRAS DE PÁGINA */
  h1, h2 {
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}
