/* Breadcrumb */
.breadcrumb-wrapper {
  background: #15293a;
  width: 100%;
}

.breadcrumb-wrapper .aa-breadcrumb {
  max-width: 1170px;
  margin: 0 auto;
  padding: 5px 15px;
}

.aa-breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8125rem;
  gap: 6px;
}

.aa-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.aa-breadcrumb a {
  color: #F5F7FA;
  text-decoration: none;
}

.aa-breadcrumb a:hover {
  color: #ff4fa8;
  text-decoration: none;
}

.aa-breadcrumb li:last-child span[itemprop="name"] {
  color: #fff9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aa-breadcrumb-sep {
  color: #4a6070;
  font-size: 0.75rem;
  flex-shrink: 0;
}

header.header-v1 {
  border-bottom: none;
}

/* full bleed breadcrumbs on LL pages */
.path-taxonomy .taxonomy-term-content .breadcrumb-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}