#barcode-area {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}