.exam-card__thumb-link {
  position: relative;
}
.exam-card__mode-badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border: 0;
}
.exam-card__mode-badge--online {
  background: #0f766e;
  color: #fff;
}
.exam-card__mode-badge--offline {
  background: #475569;
  color: #fff;
}
.exam-card__schedule {
  font-size: 0.72rem;
  line-height: 1.45;
  color: #5f6878;
}
.exam-card__schedule strong {
  color: #1f2937;
}
.exam-card__schedule--upcoming strong {
  color: #b45309;
}
.exam-card__schedule--active strong {
  color: #047857;
}
.exam-card__schedule--ended strong {
  color: #6b7280;
}
