.breadcrumbList {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1500px;
  flex-wrap: wrap;
}
.breadcrumbList .text--link {
  text-decoration: none;
}
.breadcrumbList a {
  color: #0d70ff;
  text-decoration: none;
}
div[include="tt-breadcrumbs.tpl"] .text-block-wrap-div {
  display: none;
}
