.group {
  margin-bottom: 4em;
}

.group__header {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;

  display: flex;
  align-items: center;
  gap: 1ex;
}

.group__name {
  color: inherit;
  background: 0;
  border: 0;
  border-bottom: 1px solid var(--color-neutral-back);
}

.group__gap {
  flex: 1;
}

.group__total {
  display: inline-block;
  width: 12ex;

  text-align: right;
}
