<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media print {
  body {
    background: none repeat scroll 0 0 white;
    color: black;
    margin: 0;
    float: none;
    font-size: 12pt;
  }

  aside,
  .breadcrumbs,
  .title-area,
  .site-header,
  .site-footer,
  .helpful-block-content,
  .wth-question,
  .wth-thumbs,
  .page-nav,
  .ad,
  .page-navigation,
  #back-to-top,
  .code-badge,
  .iframe {
    display: none !important;
  }

  .code-badge-pre .hljs {
    padding: 0;
    font-size: 1rem;
    color: #000;
  }

  .wp-block-code {
    box-shadow: none;
    padding: 0;
    margin: 0;
  }

  /* Show the logo before the content */
  /* check the functions.php file for dynamic CSS*/

  /*Underline links*/
  body a {
    text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #000;
  }

  /*Put link URL after the link text*/
  /* article a:after {
		content: " (" attr(href) ") ";
		font-size: 0.8em;
		font-weight: normal;
	} */

  /*widen content out to 100%*/
  .content {
    width: 100%;
  }

  /*Avoid page breaks within images*/
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  ul li {
    list-style-type: disc !important;
  }
}
</pre></body></html>