/* ============================================================================ Print styles /* ============================================================================*/
*,
*::before,
*::after {
  background: transparent !important;
  color: #000 !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

.menu-toggle,
.search-toggle,
.nav,
.site-footer,
.article__meta--share,
.navigation,
.posts-area--theme,
.comments button,
.comment__content__footer,
.aprofit {
  display: none !important;
}

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.comments {
  padding-bottom: 0;
}
