/* ===== CLASIFICACION DEPORTES ===== */
/* ===== CLASIFICACIÓN POR DEPORTES ===== */
.lc-deportes-selector {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: center;
}

.lc-deporte-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 12px;
}

.lc-deporte-select {
  background: white;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #374151;
  min-width: 200px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Enriqueta', serif;
}

.lc-deporte-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.lc-deportes-loading {
  text-align: center;
  padding: 40px;
}

.lc-badminton-parejas .lc-text-cell,
.lc-badminton-parejas td.lc-text-cell,
.lc-badminton-parejas .lc-clase-cell,
.lc-badminton-parejas .lc-clase-name {
  color: #000;
}
