.rlf-breadcrumb {
  box-sizing: border-box;
}

.rlf-breadcrumb *,
.rlf-breadcrumb *::before,
.rlf-breadcrumb *::after {
  box-sizing: inherit;
}

.rlf-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rlf-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rlf-breadcrumb__item + .rlf-breadcrumb__item::before {
  content: "/";
  margin-right: 8px;
}

.rlf-breadcrumb a {
  text-decoration: none;
}

.rlf-breadcrumb a:focus,
.rlf-breadcrumb a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.rlf-breadcrumb--bar {
  background: var(--bk-crumb-bar-bg);
  border-bottom: 1px solid var(--bk-crumb-bar-border);
  padding: 12px 5%;
}

.rlf-breadcrumb--bar .rlf-breadcrumb__list {
  max-width: var(--bk-max-width);
  margin: 0 auto;
  color: #5f6c7b;
  font-size: 14px;
  line-height: 1.5;
}

.rlf-breadcrumb--bar .rlf-breadcrumb__item + .rlf-breadcrumb__item::before {
  color: #9aa4b2;
}

.rlf-breadcrumb--bar a {
  color: #2c3e50;
  font-weight: 700;
}

.rlf-breadcrumb--bar a:focus,
.rlf-breadcrumb--bar a:hover {
  color: #111827;
}

.rlf-breadcrumb--bar span {
  color: #111827;
  font-weight: 700;
}

.rlf-breadcrumb--hero {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rlf-breadcrumb--hero a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}

.rlf-breadcrumb--hero a:focus,
.rlf-breadcrumb--hero a:hover {
  color: #fff;
}

.rlf-breadcrumb--hero .rlf-breadcrumb__item + .rlf-breadcrumb__item::before {
  color: rgba(255, 255, 255, 0.6);
}

.rlf-breadcrumb--hero span {
  display: inline-block;
  margin-left: 2px;
  padding: 4px 12px;
  border-radius: 4px;
  background: var(--bk-crumb-pill);
  color: #fff;
}

.bk-landing.bk-bankruptcy .rlf-breadcrumb--hero {
  font-family: "Muli-ExtraLight-Roman", "Muli", sans-serif;
}

@media (max-width: 640px) {
  .rlf-breadcrumb--bar {
    padding: 10px 22px;
  }

  .rlf-breadcrumb--bar .rlf-breadcrumb__list {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .rlf-breadcrumb--hero {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.8px;
  }

  .rlf-breadcrumb--hero span {
    padding: 3px 10px;
  }
}
