/* Tracking feature styles */
.stats-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.stat-card {
  flex: 1 1 210px;
  background: #fafbfc;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stat-card h4 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
}

.stat-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #343a40;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.stat-subtext {
  font-size: 0.9rem;
  color: #6c757d;
}

.info-box {
  font-style: italic;
  color: #6c757d;
  margin: 0.5rem 0;
}

tr.details-row td {
  background: #fdfdfd;
}

.details-row table {
  background: #fff;
  margin-top: 0.5rem;
}

.details-row th {
  background: #f1f3f5;
}
