.mi-product-customization {
	background: #fffdf9;
	border: 1px solid rgba(21, 20, 18, 0.14);
	border-radius: 20px;
	margin: 24px 0;
	padding: clamp(18px, 4vw, 28px);
}

.mi-product-customization h2 {
	font-size: 1.35rem;
	margin: 0 0 20px;
}

.mi-product-customization fieldset {
	border: 0;
	margin: 0 0 22px;
	padding: 0;
}

.mi-product-customization legend,
.mi-product-customization__notes strong {
	font-size: 1rem;
	font-weight: 750;
	margin-bottom: 8px;
}

.mi-product-customization fieldset > p {
	color: rgba(21, 20, 18, 0.62);
	font-size: 0.86rem;
	margin: 0 0 10px;
}

.mi-product-customization fieldset > label {
	align-items: center;
	border-bottom: 1px solid rgba(21, 20, 18, 0.09);
	display: flex;
	gap: 10px;
	padding: 12px 0;
}

.mi-product-customization input[type="checkbox"] {
	accent-color: #f24e2b;
	height: 20px;
	width: 20px;
}

.mi-product-customization small {
	color: rgba(21, 20, 18, 0.56);
}

.mi-product-customization__allergens {
	background: #fff2d8;
	border-radius: 12px;
	margin-bottom: 20px;
	padding: 12px 14px;
}

.mi-product-customization__notes {
	display: grid;
	gap: 8px;
}

.mi-product-customization__notes textarea {
	border: 1px solid rgba(21, 20, 18, 0.18);
	border-radius: 12px;
	min-height: 90px;
	padding: 12px;
	width: 100%;
}
