.fd-menu-closed-notice {
	padding: 1em;
	background: #fff3cd;
	border: 1px solid #ffe69c;
	border-radius: 4px;
	margin: 1em 0;
}

.fd-ingredients-wrapper {
	margin: 1.5em 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

.fd-ingredients-wrapper h4 {
	margin-top: 0;
}

.fd-ingredient-option {
	display: block;
	margin-bottom: 6px;
	cursor: pointer;
}

.fd-estimated-price-row {
	margin-top: 1em;
	margin-bottom: 0;
	border-top: 1px dashed #ccc;
	padding-top: 0.5em;
}
