@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

.sbo-inscription-fields {
	margin: 1.5em 0;
}

.sbo-instructions {
	font-size: 0.9em;
	color: #555;
}

.sbo-inscription-fields .form-row {
	margin: 0 0 0.75em;
}

.sbo-inscription-fields label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.sbo-inscription-fields input[type="text"] {
	width: 100%;
	max-width: 400px;
	padding: 0.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

.sbo-agreements {
	margin-top: 1em;
}

.sbo-agreement-row label {
	display: flex;
	align-items: flex-start;
	gap: 0.5em;
	font-weight: normal;
	font-size: 0.9em;
}

.sbo-agreement-row input[type="checkbox"] {
	margin-top: 0.2em;
	flex-shrink: 0;
}

#sbo-brick-canvas {
	width: 100%;
	max-width: 600px;
	height: auto;
	aspect-ratio: 2 / 1;
	display: block;
	margin-top: 1em;
	border: 1px solid #ccc;
}
