/**
 * ACF Flow – Elementor editor styles.
 * PRO badge in panel, locked notice.
 */

.help-flow-pro-badge {
	display: inline-block;
	background: #d63638;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
	padding: 2px 5px;
	border-radius: 3px;
	margin-left: 4px;
	vertical-align: middle;
}

.elementor-panel .elementor-element .title .help-flow-pro-badge {
	font-size: 10px;
}

.help-flow-upgrade-required {
	color: #d63638;
	margin-bottom: 0.5em;
}

.help-flow-locked-notice .elementor-button {
	margin-top: 8px;
}
