/* Voeg wat styling toe voor de prijsweergave */

.calculated-prices .small {
	font-size: 90%;
}

.calculated-prices {
	margin-top: 10px;
}

.square-calculator {
	width: 100%;
	padding: 20px;
	background-color: #eee;
	margin-bottom: 20px;
}

.square-calculator .calculator {
	display: flex;
	gap: 10px;
}