/* margin: 0 removes the browser-injected header/footer (date, URL) in Firefox and Chrome.
   Visual spacing is handled by padding on .print-sheet instead. */
@page {
    margin: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: system-ui, -apple-system, sans-serif;
}

.container { display: none; }

.print-sheet {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 25mm 20mm;
}

.print-scan-label {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #444;
}

#printQrcode {
    line-height: 0;
    margin-bottom: 20px;
}

/* Large and readable for older people */
.print-info {
    width: 100%;
    max-width: 400px;
}

.print-field {
    margin: 8px 0;
    font-size: 1.4rem;
    color: #000;
    word-break: break-all;
}

.print-field span {
    font-weight: 400;
    color: #555;
}

.print-field strong {
    font-weight: 700;
}
