
.guten-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
}

.guten-buttons>.guten-button-wrapper {
	width: auto;
}

.guten-buttons .wp-block {
	margin: 0;
}

.guten-buttons.horizontal {
	flex-direction: row;
}

.guten-buttons.vertical {
	flex-direction: column;
}
