.content.editable[data-name] {
	cursor: text;
}

.content.editable[data-name] .editor {
	display: none;
}

.content.editable[data-name] .editor textarea {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	resize: vertical;
	padding-bottom: 37px;
}

.content.editable[data-name] .editor button {
	position: relative;
	bottom: 32px;
	left: 4px;
}

.content.editor button {
	font-family: sans-serif;
	font-size: 10px;
}
