.efrp-editor-chip {
	border: 1px dashed currentColor;
	padding: 8px 10px;
}

.efrp-repeater {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.efrp-marker-field {
	display: none !important;
}

.efrp-block {
	width: 100%;
}

.efrp-items {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.efrp-row-fields {
	display: flex;
	width: 100%;
}
.efrp-row {
	position: relative;
	width: 100%;
}
.efrp-row-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.efrp-row-no-title .efrp-row-title {
	display: none;
}

.efrp-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}
.efrp-actions {
	width: 100%;
}
.efrp-remove-icon svg {
	display: block;
	width: 1em;
	height: 1em;
}

.efrp-status {
	min-height: 1em;
}
