.dms-range-histogram {
  display: flex;
  align-items: flex-end;
  height: var(--dms-hist-height, 60px);
  gap: var(--dms-hist-gap, 2px);
  margin-bottom: 8px;
}

.dms-range-histogram-bar {
  flex: 1;
  min-width: 1px;
  border-radius: 2px 2px 0 0;
  background-color: var(--dms-hist-inactive, rgba(120, 120, 128, .2));
  transition: background-color .1s ease;
}
