@page {
  size: A4;
  margin: 14mm;
}

* {
  box-shadow: none !important;
}

html,
body {
  width: auto;
  min-height: auto;
  background: #ffffff !important;
  color: #000000;
}

.topbar,
.workspace,
.preview-tools,
.preview-column > .panel,
.notice {
  display: none !important;
}

.studio,
.preview-column {
  display: block !important;
  width: auto !important;
  margin: 0 !important;
}

.preview-column {
  position: static !important;
}

.label-sheet {
  display: block;
  padding: 0;
  border: 0;
  background: #ffffff !important;
}

.label-preview {
  width: var(--label-print-width, 100mm);
  height: var(--label-print-height, 70mm);
  min-height: 0;
  padding: 6mm;
  border: 1px solid #000000;
  break-inside: avoid;
  color: #000000;
  background: #ffffff !important;
  overflow: hidden;
}

.label-preview h2 {
  font-size: 24pt;
}

.label-preview__function,
.preview-durability-line,
.label-preview__footer {
  color: #000000;
}

.symbol {
  color: #000000;
}

.barcode-svg {
  color: #000000;
  width: 42mm;
}
