
.cc--breadcrumbs .c--breadcrumbs {
  max-width: 1440px;
  margin: 0 auto;
}

.cc--breadcrumbs ul li {
  display: inline;
  font-size: 0.85rem;
  line-height: 1.3334;
  color: #d8d8d8;
}

.cc--breadcrumbs ul li:not(:last-child) {
  white-space: nowrap;
}

.cc--breadcrumbs ul li:last-child {
  white-space: normal;
  overflow-wrap: break-word;
}

.cc--breadcrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0.75rem;
  padding-right: 4%;
  padding-bottom: 0.75rem;
  padding-left: 4%;
  display: block;
}

@media screen and (min-width: 1024px){
  .cc--breadcrumbs ul {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}

.cc--breadcrumbs ul li:not(:last-child)::after {
  margin: 0;
  content: " / ";
}
