/**
 * Editor-only hints for PXS Elementor widgets (no frontend impact when not in edit mode).
 */

.pxs-elementor-widget-placeholder {
	padding: 12px 14px;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	background: #f6f7f7;
	color: #646970;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

.pxs-elementor-widget-placeholder p {
	margin: 0;
}
