.fsb{
  padding: 10px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin: 10px 0;
}
.fsb__text{
  font-size: 14px;
  margin-bottom: 8px;
}
.fsb__bar{
  height: 8px;
  background: #eee;
  border-radius: 999px;
  overflow: hidden;
}
.fsb__barFill{
  height: 100%;
  width: 0;
  background: #2fbf71;
  transition: width .25s ease;
}
