.legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  
  .color-block {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .progress-bar {
    height: 10px;
    margin-top: -3.5px;
  }