@page {
  size: 1in 2in;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
}

.printable-label {
  height: 2in;
  width: 1in;
  padding: 0;
  /* Remove spaces between inline elements */
  font-size: 0;
  font-family: 'Roboto Condensed';
  font-weight: 500;
  text-align: center;
  color: black;
  letter-spacing: -0.0025in;
  line-height: normal !important;
}


@media print {
  .printable-label {
    height: 2in;
  }
  .printable-label-container .printable-label {
    border: 1px solid transparent;
  }
}

.printable-label-twelve-logo {
  width: 0.58in;
  margin: 0 auto;
  margin-top: 0.08in;
  margin-bottom: 0.08in;
  text-align: center;
}

.printable-label-qr-code {
  height: 0.58in;
  width: 0.58in;
  margin: auto;
  margin-bottom: 0.06in;
  display: block;
}

.printable-label-field-name {
  font-size: 0.0925in;
  line-height: 0.0925in;
  color: #a6a6a6;
}

.printable-label-field-value-only {
  font-size:  0.1125in;
  line-height:  0.1125in;
}

.printable-label-field-value {
  font-size:  0.1125in; 
  line-height:  0.1125in;
  text-align: left;
}

.printable-label-text-container {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.printable-label-type-name {
  font-size: 0.0925in;
  line-height: 0.0925in;
  margin: 0;
}

.printable-label-field-row {
  margin-left: 0.08in;
  margin-right: 0.08in;
}

.printable-label-field-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  place-items: baseline;
}
