/*@media print {*/
/*    body {*/
/*        margin: 0;*/
/*        padding: 0;*/
/*    }*/
/*}*/

.receipt {
    width: 80mm;
    font-family: monospace;
    font-size: 12px;
    padding: 4mm;
}

.receipt > h2, h3 {
    text-align: center;
    margin: 4px 0;
}

.receipt > .line {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
}

.receipt > hr {
    border: none;
    border-top: 1px dashed #000;
}

.receipt > .footer {
    text-align: center;
    margin-top: 10px;
}
