.test-result-breadcrumbs {
  margin-right: auto;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  gap: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.test-result-home {
  flex: none;
}

.test-result-breadcrumb-link {
  color: var(--color-text-secondary);
}

.test-result-breadcrumb {
  display: flex;
  min-width: 0;
  gap: 4px;
  color: var(--color-text-secondary);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
}

.test-result-breadcrumb-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.above {
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
}
.right {
  margin-left: auto;
  display: flex;
  gap: 4px;
  min-width: 0;
}
.test-result-breadcrumb-arrow {
  transform: rotate(-90deg);
}
