.stats {
  display: flex;
  flex-direction: column;
  background: var(--light-grey-background);
  padding: 15px;
  margin-top: 20px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
}

.stats__info--total {
  width: 100%;
  display: flex;
  justify-content: center;
}

.stats__info--total-label {
  font-size: 22px;
  font-weight: 500;
}

.stats__info--details {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 15px 0px;
}

.stats__info--details-label {
  font-size: 18px;
}
