@page {
  size: letter;
  margin: 0.45in;
}

html,
body {
  background: #ffffff !important;
}

body > *:not(.print-sheet) {
  display: none !important;
}

.print-sheet {
  display: grid !important;
  min-height: calc(100vh - 0.9in);
  place-items: start center;
  padding: 0;
  background: #ffffff;
}

.print-sheet .label-preview {
  width: 4.5in;
  min-height: 6.25in;
  box-shadow: none !important;
  break-inside: avoid;
  page-break-inside: avoid;
}

.print-sheet .label-preview--incomplete {
  border-style: dashed;
}
