.breadcrumbs-test {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;

  @media screen and (max-width: 1024px) {
    font-size: 14px;
  }
}

.breadcrumbs-test__current {
  text-decoration: underline;
}

.breadcrumbs-test__clickeable {
  cursor: pointer;
  color: #717171;
  text-decoration: underline;
}
