.elementor-error-msg {
	background: #e74c3c;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
	margin-top: 4px;
	display: none;
	border-radius: 4px;
}

.char-counter {
	font-size: 12px;
	color: #888;
	direction: rtl;
	text-align: right;
	margin-top: 2px;
}

.char-counter.exceeded {
	color: red;
}

.form-disabled-btn {
	opacity: 0.45;
	pointer-events: none;
	cursor: not-allowed !important;
}

.efc-set {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0;
}

.efc-controls {
	flex: 0 0 100%;
	display: flex;
	gap: 8px;
}

.efc-add-btn,
.efc-remove-btn {
	padding: 6px 10px;
	font-size: 15px;
	cursor: pointer;
	border: 0;
}

.efc-add-btn {
	color: #fff;
	background: #d93667;
}

.efc-remove-btn {
	color: #b60202;
	background: transparent;
}

