/* ========================================== */
/* CUSTOM BARCODE CSS OVERRIDE FILE           */
/* Edit this file to safely modify your CSS!  */
/* ========================================== */

/* Adjust text size for the item name on the print sticker */
.print-label .lbl-desc {
    font-size: 8pt !important;  /* Change to 8pt or 7pt if it gets cut off */
}

/* Adjust text size for the barcode number on the print sticker */
.print-label .lbl-sku {
    font-size: 8pt !important;
}

/* Adjust padding/spacing around the sticker edges */
.print-label {
    padding: 2pt 4pt !important;  /* Reduce first number (top/bottom) if you need more room */
    gap: 3px !important;
}
