.chart-shell .leak-stack-chart--compact {
  gap: 10px;
}

.chart-shell .leak-stack-chart--compact .leak-stack-chart__row {
  gap: 8px;
  padding: 12px 12px 11px;
  border-radius: 18px;
}

.chart-shell .leak-stack-chart--compact .leak-stack-chart__head strong {
  font-size: 0.84rem;
}

.chart-shell .leak-stack-chart--compact .leak-stack-chart__head span {
  font-size: 0.74rem;
}

.chart-shell .leak-stack-chart--compact .leak-stack-chart__row p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.74rem;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
