/** Shopify CDN: Minification failed

Line 40:3 Cannot use type selector "span" directly after nesting selector "&"

**/
.cpap__breadcrumb-list__list {
  @media (max-width: 767.98px) {
    margin-bottom: 16px;
  }
}

.cpap__breadcrumb-list__item {
  + .cpap__breadcrumb-list__item::before {
    display: none;
  }

  svg {
    margin: 0 8px;

    &:first-child {
      margin-right: 8px;
    }
  }
}

.cpap__breadcrumb-list__item-label {
  color: var(--cpap-primary-soft-black);
}

.cpap__breadcrumb-list__link-soft-black {
  color: var(--cpap-primary-soft-black);
  text-decoration: underline;
  cursor: pointer;

  &:hover {
    color: #858585;
    text-decoration: underline;
  }

  &span {
    cursor: unset;
  }
}
