/*
	* CSS for Tasty Recipe Card
	*
	* @package      ourbestbites
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
.tasty-recipes {
	margin-bottom: 20px!important;
}
.tasty-roundups-image-container {
	display: block;
	line-height: 1;
}
.dpsp-pin-it-wrapper.tasty-roundups-image {
	display: block;
	line-height: 1;
}
.tasty-roundups-image img {
	border-radius: 5px 0 0 5px;
}
.tasty-recipes-entry-header .tasty-recipes-image {
    transform: translateY(-100px)!important;
}
.tasty-recipes-entry-header {
    background-color: #F3F5FA!important;
    color: #1E2945!important;
    padding: 20px 20px 10px!important;
}
.tasty-recipes-entry-header h2 {
    font-family: var(--wp--preset--font-family--custom-serif);
    font-size: var(--wp--preset--font-size--xlarge)!important;
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: var(--wp--custom--line-height--xsmall);
}
.tasty-recipes-entry-header hr, .tasty-recipes-entry-content hr{
	border: 1px solid #DEE4F2!important;
    background-color: #DEE4F2!important;
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.tasty-recipes-entry-header .tasty-recipes-details ul {
	padding: 0;
}
.tasty-recipes-rating a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.tasty-recipes-entry-header .rating-label {
	margin-left: 5px;
	line-height: var(--wp--custom--line-height--xsmall);
	font-size: var(--wp--preset--font-size--small)!important;
	font-style: normal!important;
}
.tasty-recipes-details {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: var(--wp--custom--line-height--xsmall);
	font-size: var(--wp--preset--font-size--small)!important;
}
.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
	font-style: normal!important;
}
.tasty-recipes-quick-links a.button, .tasty-recipes-entry-content .tasty-recipes-buttons a {
	padding: 10px!important;
	font-size: .9rem!important;
}
.tasty-recipes-entry-content .tasty-recipes-description p {
	text-align: center;
		line-height: var(--wp--custom--line-height--small)!important;
	font-size: var(--wp--preset--font-size--small)!important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ol>li, .tasty-recipes-entry-content .tasty-recipes-instructions ol>li {
	padding-left: 5px!important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ol>li:before, .tasty-recipes-entry-content .tasty-recipes-instructions ol>li:before {
	background-color: var(--wp--preset--color--blue)!important;
}
.tasty-recipes-entry-content .tasty-recipes-other-details {
    background-color: #FFF!important;
    padding: 10px!important;
    border-top: 2px solid #F3F5FA;
}
.tasty-recipes-cook-mode {
	margin: 10px 0 20px!important;
}