.blist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--blist-gap, 12px);
}

.blist__item {
  font-size: var(--blist-size, 1rem);
  font-weight: var(--blist-weight, 400);
  line-height: 1.5;
}
