@media print {
  @page {
    padding-top: 1rem;
  }
  header,
  footer,
  .drupal-tabs,
  aside {
    display: none !important;
  }
  .content-page-header {
    padding: 0 !important;
    margin-bottom: 0.5rem;
  }
  .content-page-header .container-body-inner {
    display: none;
  }
  .container-body > .container-body-inner {
    width: 100%;
    padding: 4px;
  }
  button.trigger,
  .contextual-links {
    display: none;
  }
  p, h2, h3, h4, h5, h6, blockquote {
    page-break-inside: avoid;
  }
  .webform-progress,
  .form-actions,
  #voiceflow-chat {
    display: none !important;
  }
  .summary {
    color: #000 !important;
  }
  .summary-item {
    padding-bottom: 0.5rem;
  }
  .summary-item:not(:last-of-type) {
    border-bottom: 1px solid lightgray;
  }
  form.webform-submission-form {
    padding: 0 !important;
  }
}/*# sourceMappingURL=print.css.map */