.drakkar-map-setup {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 360px;
}

.drakkar-map-preview {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	border: 1px dashed #bbb;
	border-radius: 4px;
	color: #555;
	font-size: 14px;
	width: 100%;
}
