.stats-content {
  flex: 1;
  min-height: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stats-grand-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 1px solid #2a2f3a;
  border-radius: 0.5rem;
  background: #1c2128;
}

.stats-grand-total__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b919a;
}

.stats-grand-total__value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #66bb6a;
}

.stats-section h2 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  color: #e8eaed;
}

.stats-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.75rem;
}

.stats-table th,
.stats-table td {
  text-align: left;
  padding: 0.35rem 0.75rem;
  border-bottom: 1px solid #2a2f3a;
  color: #c7cbd1;
  white-space: nowrap;
}

.stats-table th {
  color: #8b919a;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.stats-empty {
  color: #8b919a;
  font-size: 0.8rem;
  margin: 0;
}
