/* float recipe ads */
@media (min-width: 768px) {
body.adthrive-device-desktop .adthrive-recipe,
body.adthrive-device-tablet .adthrive-recipe {
	float: right;
	clear: right;
	margin-left: 10px;
}
}

body.wprm-print .wprm-recipe,
body:has(.mv-create-print-view) .mv-create-print-view {
    max-width:800px;
}
@media screen and (max-width: 1299px) {
    body.wprm-print.adthrive-device-desktop .wprm-recipe,
    body:has(.mv-create-print-view) .mv-create-print-view {
        max-width: 650px;
    }
}


/* Add a min height for video player in WPRM recipe card */
body.adthrive-device-desktop .wprm-recipe-video,
body.adthrive-device-tablet .wprm-recipe-video {
    min-height: 300px!important;
}
body.adthrive-device-phone .wprm-recipe-video {
    min-height:190px!important;
}

body.adthrive-device-phone .cwp-food-content > div {
margin-top: 12px;
padding-top: 12px;
}