:host {
  display: block;
}

.breadcrumb {
  color: black;
  border-bottom: 2px solid black;
  padding-top: 5px;
  margin-bottom: 20px !important;
  font-family: "Montserrat", sans-serif;
}

.crumb {
  color: #8e8e8e;
  text-decoration: none;
  margin-right: 0.4em*2;
  position: relative;

  &:not(:last-child) {
    &:hover {
      color: #3aadf4;
    }

    &:after {
      content: '/ ';
      position: absolute;
      right: -0.4em;
      color: #8e8e8e;
    }
  }

  &:last-child {
    color: black;
    cursor: default;
    pointer-events: none;
  }
}
