/* Quiero Empresa LMS — Estilos mínimos */

/* ── Badges en listado de empresas ──────────────────────────────────────── */
.qelms-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.6;
}
.qelms-badge-active {
	background: #d4edda;
	color: #155724;
}
.qelms-badge-inactive {
	background: #f8d7da;
	color: #721c24;
}

/* ── CAPTCHA ────────────────────────────────────────────────────────────── */
.qelms-captcha-group label {
	font-weight: 500;
}

/* ── Feedback RUT en formulario de registro ─────────────────────────────── */
#qelms-rut-feedback,
#qelms-profile-rut-feedback {
	min-height: 18px;
	transition: color 0.2s;
}

/* ── Campo de empresa deshabilitado en perfil ───────────────────────────── */
.tutor-form-control[style*="cursor:not-allowed"] {
	color: #666;
}

/* ── Pasos del wizard de migración ─────────────────────────────────────── */
.qelms-step {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 20px 24px;
	margin-bottom: 24px;
}
.qelms-step h2 {
	margin-top: 0;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 12px;
	margin-bottom: 16px;
}

/* ── Meta box empresa en curso ──────────────────────────────────────────── */
#qelms_empresa_meta_box ul li {
	padding: 3px 0;
}

/* ── Tabla de estudiantes por empresa ───────────────────────────────────── */
.widefat td, .widefat th {
	word-break: break-word;
}
