.nb-nav-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nb-nav-list__head {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nb-nav-head-color, var(--nb-amber-500));
  font-family: var(--nb-font-body);
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
}

.nb-nav-list__head::before {
  flex-shrink: 0;
  width: 24px;
  height: 2px;
  content: "";
  background: currentColor;
}

.nb-nav-list__items {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}
