/* =====================================================
   Estadísticas de dispositivo (dispositivo_ayuda_html)
   ===================================================== */
.cls_estadisticas {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-bottom: 0.9em;
	padding: 0.5em 0.6em;
	background: #f4f8fb;
	border-radius: 4px;
	font-size: 0.88em;
}
.cls_estad-label {
	color: #555;
	margin-right: 0.3em;
}
.cls_estad-label em {
	font-style: normal;
	font-size: 0.92em;
	color: #888;
}
.cls_estad-badge {
	display: inline-flex;
	align-items: center;
	gap: 0;
	border: 1px solid #cde4f0;
	border-radius: 4px;
	overflow: hidden;
}
.cls_estad-nombre {
	background: #0077b6;
	color: #fff;
	padding: 0.2em 0.5em;
	font-size: 0.85em;
	font-weight: 600;
}
.cls_estad-valor {
	background: #fff;
	color: #222;
	padding: 0.2em 0.55em;
	font-weight: 700;
}
.cls_estad-badge--rango .cls_estad-valor {
	color: #0077b6;
}

/* =====================================================
   Tipo actual del dispositivo
   ===================================================== */
tr.cls_tipo-actual td {
	background: #e8f4e8;
	font-weight: 600;
}
.cls_tipo-actual-badge {
	display: inline-block;
	font-size: 0.75em;
	font-weight: 700;
	background: #2a9d2a;
	color: #fff;
	border-radius: 3px;
	padding: 0.1em 0.45em;
	vertical-align: middle;
	margin-left: 0.4em;
}
