@page {
  size: auto;
  margin: 0.25in;
}

* {
  box-shadow: none !important;
  text-shadow: none !important;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #fff !important;
}

.no-print,
.topbar,
.control-panel,
.preview-heading,
.source-panel,
.toast {
  display: none !important;
}

.workspace,
.preview-panel,
.preview-shell,
.label-sheet {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

.label-card {
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 auto !important;
  border: 1.5pt solid #111 !important;
  color: #111 !important;
  background: #fff !important;
}

.label-card.format-4x6 {
  width: 4in !important;
  min-height: 6in !important;
}

.label-card.format-3x5 {
  width: 3in !important;
  min-height: 5in !important;
}

.label-card.format-jar {
  width: 7in !important;
  min-height: 2.7in !important;
}

.required-statement {
  border: 1.25pt solid #111 !important;
  background: #fff !important;
}

.contains-block,
.verify-note {
  border-color: #111 !important;
  background: #fff !important;
  color: #111 !important;
}

.ingredient-hit,
.allergen-chip {
  background: #fff !important;
  box-shadow: inset 0 -1.5pt 0 #111 !important;
}

a {
  color: #111 !important;
  text-decoration: none !important;
}
