ul, ol {
  padding-left: 1em;
}

.breadcrumb {
  padding: 0;

  > li {
    display: inline;

    &:not(:last-child):after {
      content: '';
      width: .3em;
      height: .3em;
      border-right: 2px solid #8888;
      border-bottom: 2px solid #8888;
      transform: rotate(-45deg);
      margin: .125em .5em;
      display: inline-block;
    }

    a {
      color: var(--color-text);
    }
  }
}
