.run-card {
  display: flex;
  gap: 1rem;
  background: #1e1e1e;
  color: #fff;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.run-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.run-info h3 {
  margin-bottom: 0.5rem;
}

.run-link {
  margin-top: 0.5rem;
  color: #2ecc71;
  text-decoration: none;
  font-weight: bold;
}

.run-link:hover {
  text-decoration: underline;
}

.run-video {
  flex: 1.5;
}

.runtypeverified {
  color: #008000; 
  text-decoration: none;
  font-weight: bold;
}


.runtypepending {
  color: #FFFF00;
  text-decoration: none;
  font-weight: bold;
}

.run-video iframe {
  width: 100%;
  height: 250px;
  border-radius: 8px;
}
