/* Multielectro · Características clave (viñetas debajo del título de la ficha)
   Azul del título de la ficha: #0370bc. «ul.mec-claves» le gana a los estilos
   de listas del tema sin necesidad de !important. */
ul.mec-claves {
	list-style: none;
	margin: 6px 0 14px;
	padding: 0;
	display: grid;
	gap: 7px;
}
ul.mec-claves li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 27px;
	font-size: 15px;
	line-height: 1.45;
	color: #2b2b2b;
	list-style: none;
}
ul.mec-claves li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #e3f0fa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 6.3l2.2 2.2 4.8-4.9' fill='none' stroke='%230370bc' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}
ul.mec-claves .mec-k {
	color: #6b6b6b;
}
ul.mec-claves strong {
	font-weight: 700;
	color: #1f1f1f;
}
@media (max-width: 767.98px) {
	ul.mec-claves li {
		font-size: 14px;
	}
}
