.breadcrumbs {
  font-weight: 400;
  color: var(--text-muted-color);
  font-size: .8125rem;
  margin-top: 1.25rem;
  margin-bottom: 0.9375rem;
  white-space: pre-wrap;
  display: flex;

  a {
    text-decoration: none;

    &:hover {
      color: var(--text-muted-color);
      text-decoration: underline;
    }
  }

  b {
    font-weight: 700;
  }
}

.actions {
  margin-left: auto;

  a:hover {
    color: var(--text-muted-hover-color);
  }
}

//.title {
//  font-size: 1.59375rem;
//  line-height: 1.25;
//  font-weight: 500;
//  color: var(--text-color);
//  padding-bottom: 1.5rem;
//}