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

body {
    margin: 0;
     
}

/* Wrapper */
.wrapper {
    margin: 3px;
    padding: 2px;
}

/* Label layout */
.label {
    font-family: "Courier New", monospace;
    -webkit-font-smoothing: none;
    width: 2in;
    min-height: 1in;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
    padding: 2px;
}

/* IMPROVE PRINT SHARPNESS */
.label {
    image-rendering: pixelated;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.left {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name {
    font-size: 11px;      /* 🔥 readable */
    font-weight: 600;
    line-height: 1.10;
    max-height: 24px;
    overflow: hidden;
    /*letter-spacing: 0.2px;*/
}

/* META TEXT */
.meta {
    font-size: 9px;       /* 🔥 safe size */
    line-height: 1;
    font-weight: 700;
}

.right img {
    width: 100%;
    height: auto;
    image-rendering: pixelated;
}

/* Print optimization */
/* @media print {*/
/*    .label {*/
/*        border: 1px solid #000;*/
/*    }*/
/*} */
/* OPTIONAL: MAKE IMPORTANT DATA BOLDER */
