@page {
  size: Letter;
  margin: 12mm;
}

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

html,
body {
  width: auto;
  min-height: auto;
  margin: 0;
  padding: 0;
  color: #000;
  background: #fff !important;
}

.topbar,
.controls-panel,
.preview-toolbar,
.legend-panel,
.legal-note {
  display: none !important;
}

.app-shell,
.studio,
.preview-panel,
.preview-stage {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: #fff !important;
  overflow: visible !important;
}

.print-sheet {
  display: grid !important;
  gap: 5mm !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  break-inside: avoid;
}

.print-sheet-1 {
  grid-template-columns: 92mm !important;
  justify-content: center !important;
}

.print-sheet-8 {
  grid-template-columns: repeat(2, 88mm) !important;
  justify-content: center !important;
}

.print-sheet-12 {
  grid-template-columns: repeat(2, 88mm) !important;
  gap: 3.5mm !important;
  justify-content: center !important;
}

.care-label {
  width: 100% !important;
  min-height: 48mm !important;
  padding: 4.5mm !important;
  border: 0.35mm solid #000 !important;
  border-radius: 0 !important;
  color: #000 !important;
  background: #fff !important;
  break-inside: avoid;
  page-break-inside: avoid;
}

.print-sheet-1 .care-label {
  min-height: 58mm !important;
  padding: 5mm !important;
}

.print-sheet-12 .care-label {
  min-height: 38mm !important;
  padding: 3.2mm !important;
}

.label-topline {
  min-height: 5mm !important;
  padding-bottom: 2.4mm !important;
  border-bottom: 0.2mm solid #000 !important;
}

.label-kicker,
.label-note {
  color: #000 !important;
  font-size: 7.4pt !important;
}

.symbol-strip {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 1.6mm !important;
  margin: 4mm 0 3.2mm !important;
}

.care-symbol-svg {
  width: 14mm !important;
  height: 14mm !important;
  color: #000 !important;
}

.print-sheet-1 .care-symbol-svg {
  width: 16mm !important;
  height: 16mm !important;
}

.print-sheet-12 .care-symbol-svg {
  width: 12mm !important;
  height: 12mm !important;
}

.label-copy {
  gap: 1mm !important;
  color: #000 !important;
  font-size: 8.2pt !important;
  line-height: 1.25 !important;
}

.fiber-copy {
  font-size: 9.6pt !important;
}
