page[size="tag"] {
  display: inline-block;
  background: white;
  width: 5cm;
  height: 2.8cm;
  padding: 1px 7px 0 7px;

  .truncated {
    line-height: 0.6rem;
    height: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

page[size="receipt"] {
  display: inline-block;
  background: white;
  width: 72mm;
  padding: 1.2px;

  .truncated {
    line-height: 0.7rem;
    height: 1.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  table th, td {
    padding: 0 0.25rem !important;
  }

  table td {
    font-size: smaller;
  }
}

svg {
  width: 100%;
  height: 1.75rem;
}

@media only screen {
  .print {
    display: none !important;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body, page[size="tag"] {
    margin: 0;
    box-shadow: 0;
    height: 99%;
  }

  #main {
    padding: 0;
  }

  .no-print {
    display: none !important;
  }

  .col-print-3 {
    width: 33.33%;
    float: left;
  }
}
