.seo-breadcrumb ul {
  list-style: none;
  /* display: flex; */
  /* justify-content: flex-start; */
} /* remove bullet points */
.seo-breadcrumb ul li {
  display: inline;
} /* show list items horizontally */
/* Put an angle bracket (>) between list items */
/* ul li+li:before {
    content: {{ settings.seperateSymbol }};
    padding: 10px;  
} */
.seo-breadcrumb ul li a {
  text-decoration: none;
} /* remove underlines from links */
.seo-breadcrumb ul li a:hover {
  text-decoration: underline;
} /* show underline on mouseover */

.seo-breadcrumb {
  display: flex;
  align-items: center;
}
