.breadcrumbs {
  position: relative;
  z-index: 10;
  width: fit-content;
  margin: 0.5rem 0 1rem;
  .current {
    font-weight: bold;
  }

  a,
  span {
    display: inline-block;
    color: grey;
  }

  > ::first-letter {
    text-transform: uppercase;
  }

  > a:hover {
    color: black;
    text-decoration: none;
  }
}
