.gauge {
  display: flex;
  align-items: flex-start;

  width: 224px;
  height: 18px;
  margin: 0 auto;

  background-color: rgb(var(--color-grey));
}

.gauge__total {
  display: block !important;
  height: 100%;

  background-color: rgb(var(--color-gold));
}