/* Opportunities 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;
}

.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;
}

.pac-container {
  z-index: 10000 !important;
}
