.test-result-header .test-result-header-accordion .bolt-accordion-section-header {
  padding-left: 32px; }

.test-result-header .test-result-header-accordion .bolt-accordion-section-content {
  padding: 0px;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }

.test-result-header-content {
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 8px;
  flex-wrap: wrap;
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 ); }
  .test-result-header-content .result-header-tag-info .tag-list-info, .test-result-header-content .result-header-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .test-result-header-content .result-outcome-status-computerName, .test-result-header-content .run-duration, .test-result-header-content .owner-name, .test-result-header-content .date-started, .test-result-header-content .date-completed, .test-result-header-content .failing-since {
    height: 20px;
    font-size: 0.875rem; }
  .test-result-header-content .result-header-label, .test-result-header-content .failingContext-label, .test-result-header-content .owner-label, .test-result-header-content .tags-label {
    height: 18px;
    font-size: 0.875rem; }
  .test-result-header-content .result-header-tag-info {
    min-width: 350px;
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 8px;
    flex-grow: 1;
    overflow: hidden; }
    .test-result-header-content .result-header-tag-info .tag-list-info {
      flex-grow: 1; }
  .test-result-header-content .result-header-info {
    min-width: 350px;
    max-width: 350px;
    margin-right: 20px;
    margin-bottom: 8px; }
    .test-result-header-content .result-header-info .icon-inconclusive {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
    .test-result-header-content .result-header-info .icon-passed {
      color: rgba(16, 124, 16, 1);
      color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
    .test-result-header-content .result-header-info .icon-failed {
      color: rgba(205, 74, 69, 1);
      color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .test-result-header-content .result-header-info .icon-warning {
      color: rgba(250, 157, 45, 1);
      color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .test-result-header-content .result-header-info .icon-inprogress {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
  .test-result-header-content .artifact-url {
    height: 25px;
    font-size: 0.875rem;
    color: rgba( 16, 110, 190 ,  1 );
    color: rgba( var(--palette-primary-shade-10,16, 110, 190) ,  1 ); }
  .test-result-header-content .result-header-label, .test-result-header-content .failingContext-label, .test-result-header-content .owner-label, .test-result-header-content .tags-label {
    min-width: 150px;
    display: inline-flex; }
  .test-result-header-content .result-outcome-status {
    align-items: center; }
  .test-result-header-content .result-outcome-status .result-outcome-status-computerName {
    padding-left: 5px; }
