.closure {
  display: flex;
  flex-wrap: wrap;
  gap: var(--1);
  &:not(.closure--start) {
    justify-content: end;
  }
}
