/**
 * Nordic Swan Ecolabel – shared breadcrumb trail (all catalog blocks).
 */

.nsel-breadcrumb {
  font-size: var(--wp--preset--font-size--small, 0.875rem);
  line-height: 1.5;
}

.nsel-breadcrumb__link {
  color: var(--wp--preset--color--grey-80, #444f53);
  text-decoration: none;
}

.nsel-breadcrumb__link:hover {
  text-decoration: underline;
}

.nsel-breadcrumb__text {
  color: var(--wp--preset--color--grey-80, #444f53);
}

.nsel-breadcrumb__current {
  color: var(--wp--preset--color--ui-black, #000101);
}

.nsel-breadcrumb__sep {
  margin: 0 0.25rem;
  color: var(--wp--preset--color--grey-50, #c4c4c4);
}
