/**
 * Termék ár történet — compliance sor stílusa.
 *
 * @package WPC_Deck_Custom
 */

.wpcdeck-price-history-min {
	font-size: 13px;
	color: #666;
	margin: 4px 0 12px;
	line-height: 1.4;
}

.wpcdeck-price-history-min strong {
	color: #333;
	font-weight: 600;
}

/* Admin preview badge */
.wpcdeck-price-history-min--preview {
	background: #fef3c7;
	padding: 6px 10px;
	border-left: 3px solid #f59e0b;
	display: block;
}

.wpcdeck-price-history-min--preview::before {
	content: "PREVIEW: ";
	font-weight: 700;
	color: #92400e;
}
