/* Append to scanner.css */

.scanner-ean8-tip {
    text-align: center;
    font-size: 0.82rem;
    color: var(--amber);
    background: rgba(155,79,26,0.12);
    border: 1px solid rgba(201,122,58,0.25);
    border-radius: var(--radius-sm);
    padding: 0.5rem 1rem;
    margin: 0.3rem 0;
    animation: fadeUp 0.4s ease both;
}
