.follower-gauge {
  margin: 0;
}
.follower-gauge .bar {
  background: #ccc;
  border-radius: 999px;
  height: 16px;
  width: 100%;
  overflow: hidden;
}
.follower-gauge .fill {
  background: linear-gradient(90deg, #ec797b, #cf3032);
  height: 100%;
  width: 0%;
  transition: width 5s ease;
}
.follower-gauge .text {
  margin-top: 0.4em;
  font-size: 0.9em;
}
