/*
	* CSS for Tasty Recipe Card
	*
	* @package      sallysbaking
	* @author       Lindsay Humes
	* @since        1.0.0
	* @license      GPL-2.0+
*/
/*Tasty Roundups LEGACY*/
.entry-content .tasty-roundups-item {
    border-color: #F5F3F2 !important;
    border-width: 1px !important;
    background: #F5F3F2 !important;
}
.entry-content i.tasty-roundups-item-number {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    left: -50px !important;
    background: var(--wp--preset--color--pink-light)!important;
}
.tasty-roundups.tasty-roundup-items-have-numbers .tasty-roundups-item .tasty-roundups-item-number:before {
    font-size: .9rem!important;
    font-family: var(--wp--preset--font-family--custom-sans);
}
.entry-content  .tasty-roundups .tasty-roundups-item .tasty-roundups-content-container {
    padding: 30px;
}
.entry-content .tasty-roundups-button {
    display: block;
    border-radius: 25px;
    padding: 10px 25px!important;
    width: fit-content;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    font-family: var(--wp--preset--font-family--custom-sans);
    font-size: var(--wp--preset--font-size--xxsmall);
    letter-spacing: var(--wp--custom--letter-spacing--loose);
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
}
/*Tasty Roundups UPDATED TEMPLATE*/
.tasty-roundups .tasty-roundups-item.tasty-roundups-item-has-image[style*=border-radius] {
    overflow: visible!important;
}
.tasty-roundups {
    max-width: 800px!important;
    position: relative;
}
.tasty-roundups .tasty-roundups-item .tasty-roundups-image-container:has(.tasty-roundups-image) {
    margin: 0!important;
}
.entry-content .tasty-roundups .tasty-roundups-item .tasty-roundups-content-container .tasty-roundups-title {
    color: #010101!important;
    font-family: var(--wp--preset--font-family--custom-sans)!important;
    font-size: 2.25rem!important;
    margin: 0 0 10px !important;
}
.tasty-roundups .tasty-roundups-item .tasty-roundups-content-container .tasty-roundups-description {
    color: #010101!important;
    font-family: var(--wp--preset--font-family--system-sans)!important;
    font-size: 1.25rem !important;
    margin: 10px 0 !important;
    line-height: 1.4 !important;
}
.tasty-roundups .tasty-roundups-item .tasty-roundups-post-comments p, .tasty-roundups .tasty-roundups-item .tasty-roundups-recipe-rating p {
    color: #010101!important;
    font-size: .8rem !important;
}
.tasty-roundups .tasty-roundups-item .tasty-roundups-content-container .tasty-roundups-button-container .tasty-roundups-button-filled {
    background-color: #010101!important;
    border: 0 !important;
    }

.tasty-roundups .tasty-roundups-item .tasty-roundups-content-container .tasty-roundups-button-container .tasty-roundups-button {
    font-family: var(--wp--preset--font-family--system-sans)!important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.entry-content .tasty-roundups i.tasty-roundups-item-number {
    left: -20px !important;
}

/*Tasty RECIPE CARD*/
.tasty-recipes-entry-content .tasty-recipes-ingredients ul {
    margin-left: 20px!important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before {
    background-color: #010101!important;
}
.tasty-recipe-responsive-iframe-container {
    padding-top: 56.25% !important;
}
.tasty-recipes {
    margin: 30px 0 !important;
    max-width: 100% !important;
    padding: 20px !important;
    background: #F5F3F2!important;
}
@media (max-width: 600px) {
    .tasty-recipes {
        margin: 10px -15px!important;
        padding: 10px!important;
        border-radius: 0!important;
        max-width: calc(100% + 30px) !important;
        width: calc(100% + 30px) !important;
    }
}
.tasty-recipes-entry-content .tasty-recipes-notes,
.tasty-recipes-entry-content .tasty-recipes-nutrition,
.tasty-recipes-entry-content .tasty-recipes-description,
.tasty-recipes-entry-content .tasty-recipes-ingredients,
.tasty-recipes-entry-content .tasty-recipes-instructions,
.tasty-recipes-entry-content .tasty-recipes-keywords {
    padding: 0 !important;
}
.tasty-recipes-entry-header .tasty-recipes-rating-stars span {
    color: #CE7C77 !important;
}
.tasty-recipes-entry-header {
    padding: 0 !important;
}
.tasty-recipes-display h2 {
    font-family: var(--wp--preset--font-family--custom-sans);
    font-weight: 700;
}
.tasty-recipes-details {
    font-size: 14px !important;
}
.tasty-recipes-entry-header .tasty-recipes-details .tasty-recipes-label {
    font-weight: 600 !important;
}
.tasty-recipes-details {
    color: #010101 !important;
}
.tasty-recipes-details .yield span {
    color: #010101 !important;
}
.tasty-recipes-entry-header .tasty-recipes-buttons a {
    border-radius: 5px !important;
    border: 1px solid #010101 !important;
    font-size: 14px !important;
    color: #010101 !important;
    background: #F5F3F2 !important;
    font-family: var(--wp--preset--font-family--custom-sans);
}
.tasty-recipes-entry-header .tasty-recipes-buttons .button:hover {
    background-color: #010101 !important;
    color: #ffffff !important;
}
.tasty-recipes-entry-header .tasty-recipes-buttons .button:hover svg {
    fill: #ffffff !important;
}
.tasty-recipes-entry-content hr {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
    height: 1px;
    border: 0 !important;
}
.tasty-recipes-entry-content h3 {
    margin: 0 0 20px;
    font-weight: 700;
    display: block;
    width: fit-content;
    font-size: 1.7rem!important;
}
.tasty-recipes-entry-content h4 {
    font-weight: 700;
    font-size: 1.4rem!important;
}

.tasty-recipes-entry-content .tasty-recipes-ingredients ul li,
.tasty-recipes-entry-content .tasty-recipes-instructions ul li,
.tasty-recipes-entry-content .tasty-recipes-notes ul li {
    margin-left: 10px !important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-notes ol > li:before {
    background-color: #010101 !important;
    width: 30px!Important;
    height: 30px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li {
    margin-bottom: 15px !important;
    margin-left: 5px !important;
    line-height: 1.5 !important;
}
.tasty-recipes-entry-content .tasty-recipes-ingredients ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-instructions ol > li:before,
.tasty-recipes-entry-content .tasty-recipes-notes ol > li:before {
    left: 10px !important;
}
.tasty-recipes-entry-content .tasty-recipes-notes {
    display: block;
}
.tasty-recipes-entry-content .tasty-recipes-notes ol li {
    margin: 0 0 10px 10px!important;
    padding: 0px 0px 0px 30px !important;
}
.tasty-recipes-entry-content .tasty-recipes-notes ol>li:before {
    top: 0!important;
}

.tasty-recipes-scale-container button {
    min-width: 44px !important;
    min-height: 44px !important;
    text-align: center;
}
.tasty-recipes-details .category,
.tasty-recipes-details .method,
.tasty-recipes-details .cuisine,
.tasty-recipes-keywords {
    display: none !important;
}
.tasty-recipes-entry-header .tasty-recipes-rating-label {
    font-size: 16px !important;
}
@media screen and (max-width: 600px) {
    .tasty-recipes {
        padding: 20px !important;
        margin: 30px auto 0;
    }
    .tasty-recipes-entry-header .tasty-recipes-image img {
        float: none;
        height: 250px;
        width: 250px;
        object-fit: cover;
        border: 5px solid #ffffff;
        margin: 0 auto !important;
        display: block !important;
    }
    .tasty-recipes-display h2 {
        font-size: 28px;
        text-align: center !important;
    }
    .tasty-recipes-entry-header .tasty-recipes-rating-outer a {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .tasty-recipes-entry-header .tasty-recipes-rating-label {
        color: #010101 !important;
        font-size: 13px;
        margin-top: 0 !important;
        position: relative !important;
    }
    .tasty-recipes-details .author,
    .tasty-recipes-details .prep-time,
    .tasty-recipes-details .cook-time,
    .tasty-recipes-details .total-time,
    .tasty-recipes-details .yield {
        display: block !important;
    }
    .tasty-recipes-entry-content {
        padding-top: 0 !important;
    }
}
