/* Annotate Block Colors and fonts */
/* Branches explorer */
/* Font */
/* Icons Colors*/
/* Call to Action Colors */
/* History Page */
/* VC Icons (will move to icon strip) */
.reviewer-image-with-vote {
  position: relative;
  margin-right: 9px;
  margin-bottom: 6px;
  flex: 0 0 auto;
}

.reviewer-image-with-vote .vote-overlay {
  position: absolute;
  bottom: -7px;
  right: -7px;
  background-color: rgba(255, 255, 255, 1);
  background-color: var(--background-color,rgba(255, 255, 255, 1));
  border-radius: 12px;
  line-height: 14px;
  width: 15px;
  height: 15px;
  text-align: right;
}

.reviewer-image-with-vote img {
  display: block;
}

.reviewer-image-with-vote .bowtie-status-waiting-response {
  color: rgba( 200, 200, 200 ,  1 );
  color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.reviewer-image-with-vote .vote-overlay.bowtie-status-waiting-fill {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
}

.reviewer-image-with-vote .vote-overlay.bowtie-status-success {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.reviewer-image-with-vote .vote-overlay.bowtie-status-failure {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.vss-focus-visible .reviewer-image-with-vote .cursor-hover-card:focus {
  outline: 1px solid rgba( 0, 0, 0 ,  1 );
  outline: 1px solid rgba( var(--palette-neutral-100,0, 0, 0) ,  1 );
}

.reviewer-image-with-vote .cursor-hover-card:hover {
  cursor: pointer;
}
