.stat-label-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  max-width: 100%;
  margin-bottom: 8px;
}
.stat-card .stat-label-row {
  margin-bottom: 8px;
}
.stat-label-row .stat-label,
.stat-label-row .mini-stat-label {
  margin-bottom: 0 !important;
}
.hourly-head .stat-label-row {
  margin-bottom: 0;
  flex-shrink: 0;
}
.hourly-head .stat-label-row h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
}
.eye-icon {
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 0.55;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  transition: opacity 0.2s;
}
.eye-icon:hover {
  opacity: 1 !important;
}
.stat-value,
.mini-stat-value,
.privacy-sensitive,
.rank-sensitive {
  transition: filter 0.2s;
}
.panel-title-row .eye-icon {
  width: 14px;
  height: 14px;
}
