.tabla-inscripciones-evento {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  font-size: 14px;
}

.tabla-inscripciones-evento th {
  text-align: left;
  padding: 10px 14px;
  font-size: 12px;
  text-transform: uppercase;
  color: #8a94a6;
}

.tabla-inscripciones-evento td {
  background: #fff;
  padding: 14px;
  border-top: 1px solid #e8ecf3;
  border-bottom: 1px solid #e8ecf3;
}

.tabla-inscripciones-evento td:first-child {
  border-left: 1px solid #e8ecf3;
  border-radius: 12px 0 0 12px;
}

.tabla-inscripciones-evento td:last-child {
  border-right: 1px solid #e8ecf3;
  border-radius: 0 12px 12px 0;
}

.usuario-nombre {
  font-weight: 700;
}

.participaciones-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.participacion-grupo {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.participante {
  background: #f3f4f6 !important;
  color: #374151 !important;
}

.color-1 .pill {
  background: #ede9fe;
  color: #6d28d9;
}

.color-2 .pill {
  background: #dcfce7;
  color: #15803d;
}

.color-3 .pill {
  background: #dbeafe;
  color: #1d4ed8;
}

.color-4 .pill {
  background: #fee2e2;
  color: #b91c1c;
}

.color-5 .pill {
  background: #fef3c7;
  color: #b45309;
}

.color-6 .pill {
  background: #cffafe;
  color: #0e7490;
}
