/**
 * PDF Logo Stamper & Editor - Print Stylesheet
 */

@media print {
  body {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .app-header,
  .editor-sidebar,
  .canvas-topbar,
  .hero-section,
  .features-section,
  .guide-section,
  .faq-section,
  .privacy-callout-section,
  .app-footer,
  #toast-container {
    display: none !important;
  }

  .editor-container,
  .workspace-layout,
  .canvas-viewport-area,
  .canvas-workspace-scroll {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    display: block !important;
  }

  .canvas-page-wrapper {
    box-shadow: none !important;
    page-break-after: always;
  }
}
