body {
	--fsAddBuffer: 22px;
}
[id='chefsresource-com_sticky_pushdown-pushdown-cls'],
[id='chefsresource-com_sticky_rail_right'] {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: calc(var(--height) + var(--fsAddBuffer));
	height: calc(var(--height) + var(--fsAddBuffer));
	width: 100%;
}
@media only screen and (min-width: 768px) {
	[id='chefsresource-com_sticky_pushdown-pushdown-cls'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1000px) {
	[id='chefsresource-com_sticky_pushdown-pushdown-cls'] {
		--height: 100px;
	}
}
@media only screen and (min-width: 1150px) {
	[id='chefsresource-com_sticky_rail_right'] {
		--height: 600px;
	}
}
@media only screen and (min-width: 1200px) {
	[id='chefsresource-com_incontent_reusable_reviews'] {
		min-height: calc(280px + var(--fsAddBuffer));
		height: calc(280px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
@media only screen and (min-width: 850px) {
	[id='chefsresource-com_incontent_reusable_ros'] {
		min-height: calc(280px + var(--fsAddBuffer));
		height: calc(280px + var(--fsAddBuffer));
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		width: 100%;
	}
}
