/* 列印／儲存 PDF：只輸出預覽中的單據，A4 直向、無邊界（邊界由單據樣式自訂）。 */

@page {
  size: A4 portrait;
  margin: 0;
}

html, body {
  background: #fff !important;
  margin: 0;
}

.topbar,
.view,
.toast,
.no-print {
  display: none !important;
}

.overlay {
  position: static !important;
  background: #fff !important;
  display: block !important;
}
.overlay-body {
  padding: 0 !important;
  overflow: visible !important;
}
.paper {
  box-shadow: none !important;
  margin: 0 !important;
}

.awa-doc {
  min-height: 297mm;
  overflow: visible;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
