.breadcrumb {
  display: flex;
  align-items: center;
}

.breadcrumb .div-wrapper {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.breadcrumb .element-item-label {
  font-family: var(--p4-font-family);
  font-weight: var(--p4-font-weight);
  color: var(--grey-dark);
  font-size: var(--p4-font-size);
  letter-spacing: var(--p4-letter-spacing);
  line-height: var(--p4-line-height);
  font-style: var(--p4-font-style);
}

.breadcrumb .components-separator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0px 8px;
  flex: 0 0 auto;
}

.breadcrumb .separator {
  width: fit-content;
  margin-top: -1px;
  font-family: var(--body-regular-font-family);
  font-weight: var(--body-regular-font-weight);
  color: var(--dark-blue);
  font-size: var(--body-regular-font-size);
  letter-spacing: var(--body-regular-letter-spacing);
  line-height: var(--body-regular-line-height);
  white-space: nowrap;
  font-style: var(--body-regular-font-style);
}

.breadcrumb .last-item-label {
  font-family: var(--p4-font-family);
  font-weight: var(--p4-font-weight);
  color: var(--dark-blue);
  font-size: var(--p4-font-size);
  letter-spacing: var(--p4-letter-spacing);
  line-height: var(--p4-line-height);
  font-style: var(--p4-font-style);
}

.breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

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

.breadcrumb-separator {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0 8px;
}

.separator {
  font-family: var(--body-regular-font-family);
  font-weight: var(--body-regular-font-weight);
  color: var(--dark-blue);
  font-size: var(--body-regular-font-size);
  letter-spacing: var(--body-regular-letter-spacing);
  line-height: var(--body-regular-line-height);
  font-style: var(--body-regular-font-style);
}