/* Breadcrumb */
.breadcrumb {
  background: #F6F6F6;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #5D5D5D;
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #5D5D5D;
  text-decoration: none;
}

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

.breadcrumb .chevron {
  margin: 0 8px;
  display: flex;
  align-items: center;
  color: #5D5D5D;
}

    .breadcrumb .current {
        font-weight: 500;
        color: var(--primary-red);
    }