/* Levapan Elements — Contador de productos */

/*
 * Aquí no hace falta la especificidad de tres clases de las otras hojas: el
 * widget no pinta <button> ni <input>, y el Theme Style del kit no toca <div>
 * ni <b>. El color y la tipografía los escriben los controles directamente
 * sobre .lv-product-count.
 */

.lv-product-count {
	/* Sin valor propio, el rango resaltado hereda el color del texto. */
	--lv-pc-highlight-color: inherit;
	--lv-pc-highlight-weight: 700;

	margin: 0;
}

.lv-product-count b {
	color: var(--lv-pc-highlight-color);
	font-weight: var(--lv-pc-highlight-weight);
}

/* --- Aviso solo-editor (misma regla que en las otras hojas del plugin) --- */

.lv-editor-notice {
	padding: 12px 16px;
	border: 1px dashed #cf1d1d;
	border-radius: 8px;
	background: #fdf3f3;
	color: #303030;
	font-size: 14px;
	line-height: 1.4;
}
