[data-e='breadcrumb'] {
  margin-top: 0;
  margin-bottom: 0;
}
[data-e='breadcrumb'] .list-breadcrumb > li::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 1rem;
  font-size: 0.6em;
  color: #b3b3b3;
}
[data-e='breadcrumb'] .list-breadcrumb > li:not(:last-child) {
  margin-right: 1rem;
}
[data-e='breadcrumb'] .list-breadcrumb > li:not(:last-child)::after {
  content: '\f054';
}
[data-e='breadcrumb'] .list-breadcrumb > li:last-child::after {
  content: '\f078';
}
