/* Clean UI & Embedded PDF Display Stylesheet */

.decl-paper-preview {
  background: #0f172a;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  width: 100%;
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0mm;
  }

  /* Hide UI elements */
  header,
  .app-header,
  .stepper,
  .demo-banner,
  .toast-container,
  .modal-backdrop,
  .camera-modal,
  .card-title,
  .card-subtitle,
  button,
  .btn,
  .action-bar,
  #tab-step1,
  #tab-step2 {
    display: none !important;
  }
}
