body {
    background-color: #f5f5f5;
}

#scanner-result {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 0.5rem;
}

.qr-thumb {
    width: 48px;
    height: 48px;
    object-fit: contain;
}
