.chart-legend {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.chart-legend > div:first-child {
  box-shadow: none;
}
.chart-legend > div {
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding:5px 20px 5px 10px;
  box-shadow: 0 0 .45rem rgba(0,0,100,.15) ;
  border-radius: 10px;
}
.chart-legend .icon {
  font-size: 1.2rem;
  color: #555;
  margin:0px 10px 0 0 ;
}
.chart-legend .explanation {
  color: black;
  margin:0px;
}   