/* ==========================================================================
 * Legend
 * ========================================================================== */

.mds-c-legend {
  align-items: center;
  display: grid;
  font-size: var(--mds-d-font-size--xs);
  grid-row-gap: var(--mds-d-spacing--med);
  grid-template-rows: auto;
  max-width: 16rem;
}

.mds-c-legend__item {
  align-items: center;
  display: grid;
  font-weight: var(--mds-d-font-weight--semibold);
  grid-column-gap: var(--mds-d-spacing--med);
  grid-template-columns: auto 1fr;
  line-height: var(--mds-d-line-height--xs);
}

.mds-c-legend__value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mds-c-legend__dot {
  background-color: var(--mds-d-color-slate-600);
  border-radius: 50%;
  display: block;
  height: 1em;
  width: 1em;
}
