/* Print styles */

@page {
  margin: 2cm;
}

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 12pt;
  line-height: 1.5;
  color: #000;
  background: #fff;
}

.site-header,
.site-hero,
.site-breadcrumb,
.site-footer,
.scroll-top-btn,
.navbar-toggler {
  display: none !important;
}

.site-main {
  padding: 0 !important;
}

.container {
  max-width: 100% !important;
  padding: 0 !important;
}

.page-title,
.section-title,
.content-subtitle {
  color: #000 !important;
}

a {
  color: #000;
  text-decoration: underline;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 0.85em;
}

a[href^="javascript"]::after {
  content: none;
}
