@media print {
  .rail,
  .dock,
  .ds-footer-marks,
  .nav-mobile,
  .proto-actions,
  .add-ing,
  .pj-ctas,
  .cutout-drop,
  [data-print],
  [data-copy],
  [data-save] {
    display: none !important;
  }

  html,
  body {
    background: #fff !important;
    background-image: none !important;
  }

  main.wrap {
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .proto-ticket-stage,
  .ticket {
    box-shadow: none !important;
    background-image: none !important;
  }
}
