.competitor-evidence-card h2 {
  color: #8b94a3;
  font-weight: 750;
}

.competitor-run-actions {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.competitor-run-actions small {
  color: #7b8595;
  font-size: 10px;
}

@media (max-width: 680px) {
  .competitor-run-actions {
    justify-items: start;
    width: 100%;
  }
}
