.breadcrumb {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
}

.breadcrumb a {
  color: #53565a;
  font-weight: 300;
}

.breadcrumb a:hover, .apicProduct .breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb > .active {
  color: #141414;
  font-weight: 500;
}

.applicationWrapper header.titleSection .breadcrumb a, .apiWrapper header.titleSection .breadcrumb a, .ibmapimGetStarted header .homepageLink.breadcrumb a, .apicProduct .breadcrumb a, .productApiWrapper .breadcrumb a, .breadcrumb a {
  color: #53565a;
}
