.build-metric-passrate {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.build-metric-passrate .percentage {
  font-size: 13px;
}

.build-metric-passrate .passrate-growth {
  padding-left: 4px;
  position: relative;
  top: 1px;
  font-weight: 700;
}

.build-metric-passrate .bowtie-arrow-right {
  opacity: 0.4;
}

.build-metric-passrate .bowtie-arrow-up-right {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.build-metric-passrate .bowtie-arrow-down-right {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}
