/* Print Styles for Policy Options Theme */
/* This stylesheet is loaded with high priority for better specificity */

@media print {
  a[href]:after {
    content: none !important;
  }

  .global-site-header .header-logo-link ~ div,
  .global-site-header .header-nav,
  .global-site-footer {
    display: none;
  }

  .Banner figcaption {
    position: static;
    transform: none;
    padding: 1rem;
    align-items: flex-start;
  }

  .Banner figcaption button {
    order: 1;
  }
  .Banner figcaption span {
    opacity: 1;
    padding: 0;
    transform: none !important;
  }

  .no-print {
    display: none !important;
  }
  .sticky-header {
    position: static !important;
  }
  .otgs-development-site-front-end {
    display: none;
  }
  .Article {
    display: block;
  }
  .ArticleAuthor {
    page-break-inside: avoid;
  }
}
