@media print {
  a[href]:after {
    content: ' (' attr(href) ')';
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  a[href^='/']:after {
    content: ' (https://www.aafp.org' attr(href) ') ';
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  a[href^='javascript:']:after,
  a[href^='#']:after {
    display: none;
  }

  aafp-breadcrumb,
  aafp-back-to-top {
    display: none !important;
  }

  .xf-content-height {
    min-height: auto !important;
  }

  .adl-ad-container,
  .LPMcontainer {
    display: none !important;
  }

  aafp-comments.aafp-comments--hidden {
    display: none;
  }

  aafp-comments .subscribeall-header,
  aafp-comments .moderatelinks,
  aafp-comments form {
    display: none;
  }
}
