<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#pageTitle {
	margin-bottom: 15px;
}
#recipe-author-info {
	margin: 15px 0;
	text-align: left;
}
#recipe-viewer {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#recipe-planner-tools {
	width: 100%;
	margin-bottom: 15px;
}
#recipe-assets {
	position: relative;
	top: 52px;
	max-width: 400px;
}
.recipe-viewer-asset {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 0.25rem;
	margin-bottom: 10px;
	cursor: pointer;
	width: 100%;
	min-height: 152px;
}
.recipe-viewer-asset .asset-col-left {
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid blue;
}
.recipe-viewer-asset .asset-col-right {
	width: 250px;
	height: 150px;
	margin-left: 150px;
	padding: 0 10px 0 15px;
}
.recipe-viewer-asset img {
	width: 150px;
	height: 150px;
	float: left;
}
.recipe-viewer-asset .asset-label {
	font-size: 20px;
	font-weight: bold;
	color: #777;
}
.recipe-viewer-asset .asset-count {
	display: block;
	position: absolute;
	top: 2px;
	right: 35px;
	width: 35px;
	height: 25px;
	text-align: right;
}
.recipe-viewer-asset .asset-color {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.recipe-viewer-asset .asset-notes {
	position: relative;
	background-color: #eee;
	padding: 15px;
}
.recipe-viewer-asset:hover {
	box-shadow: 0 0 5px green;
}
#recipe-planner {
	position: absolute;
	top: 0;
	left: 410px;
	width: 1200px;
}
#recipe-planner-stage-container {
	width: 100%;
	height: 600px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 10px;
}
#recipe-gallery {
	margin: 50px 0;
	width: 600px;
}
.fake-button {
	border: 1px solid lightgray;
	border-radius: 0.25rem;
	padding: 3px;
	cursor: pointer;
	user-select: none;
}
.fake-button.disabled {
	opacity: 0.5;
}
.search-return {
	position: absolute;
	top: 0;
	right: 0;
}
.recipe-ingredients-heading,
.recipe-plan-heading {
	display: none;
}

@media screen and (max-width: 1840px) {
	#recipe-planner {
		width: 1050px;
	}
}
@media screen and (max-width: 1640px) {
	#recipe-planner {
		width: 1000px;
	}
}
@media screen and (max-width: 1540px) {
	#recipe-planner {
		width: 950px;
	}
}
@media screen and (max-width: 1440px) {
	#recipe-planner {
		width: 900px;
	}
}
@media screen and (max-width: 1366px) {
	#recipe-planner {
		width: 850px;
	}
}
@media screen and (max-width: 1288px) {
	#recipe-planner {
		width: 800px;
	}
}
@media screen and (max-width: 1180px) {
	#recipe-planner {
		width: 700px;
	}
}
@media screen and (max-width: 1100px) {
	#recipe-planner {
		width: 650px;
	}
}
@media screen and (max-width: 1024px) {
	#recipe-planner {
		width: 550px;
	}
}
@media screen and (max-width: 1000px) {
	.search-return {
		position: relative;
		display: block;
	}
	#pageTitle {
		margin-bottom: 5px;
	}
	#recipe-assets {
		position: initial;
		margin-top: 15px;
	}
	#recipe-planner {
		position: initial;
		width: 100%;
	}
	#recipe-gallery {
		margin: 50px 0;
		width: 100%;
	}
	.recipe-ingredients-heading,
	.recipe-plan-heading {
		display: block;
	}
}

@media print {
	#recipe-planner-stage-container {
		flex: revert;
	}
	#recipe-assets {
		break-after: page;
	}
	#recipe-planner-tools {
		display: none;
	}
}
</pre></body></html>