@media print {
  .echo-response .response {
    padding: 10px;
    break-inside: avoid;
  }
  .echo-response .response .form-component-label {
    font-weight: bold;
  }
  .echo-response .response .form-page-break {
    break-after: always;
  }
  .no-print {
    display: none;
  }
}
