.mm-legal-agreement {
	margin: 18px 0;
	padding: 16px 18px;
	border: 1px solid rgba(84, 36, 40, .16);
	border-radius: 8px;
	background: #faf8f3;
}

.mm-legal-agreement label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #342b2c;
	font-size: 15px;
	line-height: 1.55;
}

.mm-legal-agreement input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: #d4af35;
}

.mm-legal-agreement a {
	color: #542428;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
