html,
body {
  /* List */
  --list-padding-left: 1.25rem;
  --list-item-margin-bottom: 0.5em;
}

.list-item-container:not(:last-child) li {
  margin-bottom: var(--list-item-margin-bottom, 0.5em);
}