/* S&OP Overview page styles */
.stat-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}

.stat-card.highlight-green {
  border-left: 4px solid #22c55e;
}

.stat-card.highlight-yellow {
  border-left: 4px solid #eab308;
}

.stat-card.highlight-orange {
  border-left: 4px solid #f97316;
}

.chart-placeholder {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-radius: 0.5rem;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #166534;
  font-style: italic;
}

.shipment-table th {
  text-align: left;
  padding: 0.75rem 1rem;
  font-weight: 600;
  color: #374151;
  border-bottom: 2px solid #e5e7eb;
}

.shipment-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f3f4f6;
}

.shipment-table tr:hover {
  background-color: #f9fafb;
}
