/* Styles extracted from pages/stock-in-out.php */
.scan-container { 
    max-width: 500px; margin: 0 auto; 
}

.scan-box { 
    background: #f8f9fa; border: 2px dashed #adb5bd; border-radius: 10px; padding: 2.5rem; text-align: center; 
}

.status-text { 
    font-size: 1.3rem; font-weight: 500; color: #495057;
}

.barcode-img {
  width: 250px;        
  height: 300px;
  display: inline-block;
  margin-bottom: 1rem;
}

