.uex-print-wrapper {
  @media screen {
    display: none;
  }
}

@media print {
  .uex-layout-container,
  .chat,
  uex-dialog-wrapper,
  uex-toast-wrapper {
    display: none;
  }

  .uex-layout {
    position: relative;
    height: auto;
  }

  html,
  body {
    height: auto;
    min-height: auto;
    overflow: auto;
  }
}
