.svente-editor-tools-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	font-size: 13px;
	font-weight: 600;
}

.svente-format-highlight { background: #fff3a3; padding: 0 0.12em; }
.svente-format-highlight-red { background: #ffd7d7; padding: 0 0.12em; }
.svente-format-keyboard-key {
	background: #f0f0f1;
	border: 1px solid #c3c4c7;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 #c3c4c7;
	font-family: monospace;
	padding: 2px 5px;
}
.svente-format-small { font-size: 0.82em; }
.svente-format-underline { text-decoration: underline; }
.svente-format-inline-code { background: #f0f0f1; border-radius: 3px; font-family: monospace; padding: 0.1em 0.3em; }
.svente-format-citation { font-style: italic; }
.svente-format-inserted { text-decoration: underline; text-decoration-style: double; }
.svente-format-lead { font-size: 1.2em; line-height: 1.5; }
.svente-format-nowrap { white-space: nowrap; }
