.webcraft_toolbar {
	display: flex;
	align-items: center;
	background-color: var(--webcraft-color-white);
	height: fit-content;
	padding: var(--webcraft-space);
}
.webcraft_toolbar > .webcraft_button:not(:last-child) {
	margin-right: var(--webcraft-space);
}