/**
 * Print styles — articles, services, legal pages.
 */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #111 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    font-size: 11pt;
    line-height: 1.45;
  }

  .rj-skip-link,
  #rj-site-header,
  .rj-nav-desktop,
  .rj-header__actions,
  .rj-header__toggle,
  .rj-mobile-drawer,
  #rj-site-footer,
  .rj-footer__newsletter,
  .rj-mobile-cta,
  .rj-cookie-consent,
  .rj-flash,
  .rj-breadcrumb,
  .rj-breadcrumbs-bar,
  .rj-article-reading-progress,
  .rj-article-share,
  .rj-final-cta,
  .rj-section-head .rj-btn,
  .rj-service-process__cta,
  .rj-hero__ambient,
  .rj-page-hero__ambient,
  .glow-orb,
  .grid-bg,
  .rj-hero-float,
  .reveal {
    display: none !important;
  }

  #page {
    margin: 0;
    padding: 0;
  }

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

  a[href^="http"]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-weight: normal;
  }

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

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

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

  p,
  li,
  blockquote {
    orphans: 3;
    widows: 3;
  }

  .rj-article-body,
  .rj-service-single .rj-section,
  .rj-single-post .rj-section {
    page-break-inside: avoid;
  }

  .rj-svc-faq-item {
    border: 1px solid #ccc;
    margin-bottom: 8px;
    padding: 8px;
  }

  .rj-svc-faq-item__icon {
    display: none;
  }

  .rj-svc-faq-item__a {
    display: block !important;
  }
}