/* PM Direct - Warehouse-optimized UI */

body {
  background-color: #f5f6fa;
}

.scan-input {
  font-size: 1.5rem !important;
  padding: 0.75rem 1rem !important;
  font-family: 'Courier New', monospace;
  letter-spacing: 1px;
}

.scan-input:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

/* Large touch targets for warehouse use */
.btn-lg, .form-control-lg, .form-select-lg {
  min-height: 48px;
}

.list-group-item-action {
  min-height: 48px;
  display: flex;
  align-items: center;
}

/* Parcel table */
.table code {
  font-size: 0.95rem;
  color: #333;
  background: #e9ecef;
  padding: 2px 6px;
  border-radius: 3px;
}

.table td, .table th {
  vertical-align: middle;
}

/* Feedback flash */
.alert {
  transition: opacity 0.3s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container-fluid {
    padding: 0.5rem;
  }
  
  .card-header h5 {
    font-size: 1rem;
  }
  
  .scan-input {
    font-size: 1.2rem !important;
  }
  
  .table {
    font-size: 0.85rem;
  }
}

/* Print styles */
@media print {
  .navbar, .no-print {
    display: none !important;
  }
}
