.tasty-recipes-rating-outline,.tasty-recipes-rating-solid {
    display: inline-block;
    line-height: 1
}

.tasty-recipes-rating-outline svg,.tasty-recipes-rating-solid svg {
    fill: currentColor;
    height: var(--tr-star-size,18px);
    width: var(--tr-star-size,18px)
}

.tasty-recipes-rating-outline[data-tr-clip="10"] svg,.tasty-recipes-rating-solid[data-tr-clip="10"] svg {
    fill: url(#tasty-recipes-clip-10)
}

.tasty-recipes-rating-outline[data-tr-clip="20"] svg,.tasty-recipes-rating-solid[data-tr-clip="20"] svg {
    fill: url(#tasty-recipes-clip-20)
}

.tasty-recipes-rating-outline[data-tr-clip="30"] svg,.tasty-recipes-rating-solid[data-tr-clip="30"] svg {
    fill: url(#tasty-recipes-clip-30)
}

.tasty-recipes-rating-outline[data-tr-clip="40"] svg,.tasty-recipes-rating-solid[data-tr-clip="40"] svg {
    fill: url(#tasty-recipes-clip-40)
}

.tasty-recipes-rating-outline[data-tr-clip="50"] svg,.tasty-recipes-rating-solid[data-tr-clip="50"] svg {
    fill: url(#tasty-recipes-clip-50)
}

.tasty-recipes-rating-outline[data-tr-clip="60"] svg,.tasty-recipes-rating-solid[data-tr-clip="60"] svg {
    fill: url(#tasty-recipes-clip-60)
}

.tasty-recipes-rating-outline[data-tr-clip="70"] svg,.tasty-recipes-rating-solid[data-tr-clip="70"] svg {
    fill: url(#tasty-recipes-clip-70)
}

.tasty-recipes-rating-outline[data-tr-clip="80"] svg,.tasty-recipes-rating-solid[data-tr-clip="80"] svg {
    fill: url(#tasty-recipes-clip-80)
}

.tasty-recipes-rating-outline[data-tr-clip="90"] svg,.tasty-recipes-rating-solid[data-tr-clip="90"] svg {
    fill: url(#tasty-recipes-clip-90)
}

.tasty-recipes-rating-outline[data-tr-clip="0"] svg {
    fill: url(#tasty-recipes-clip-0)
}

.tasty-recipes-rating-solid {
    --tr-star-opacity: .4
}

.tasty-recipes-rating-solid[data-tr-clip="0"] svg {
    opacity: var(--tr-star-opacity)
}

[data-tr-default-rating]>span:not([data-tr-checked]) .tasty-recipes-rating-solid svg {
    --tr-star-opacity: .4;
    opacity: var(--tr-star-opacity)
}

[data-tr-default-rating]>span:not([data-tr-checked]) .tasty-recipes-rating-outline svg {
    fill: url(#tasty-recipes-clip-0)
}

[data-tr-default-rating] span[data-tr-checked]~span .tasty-recipes-rating-solid svg {
    fill: currentColor;
    --tr-star-opacity: 1
}

[data-tr-default-rating] span[data-tr-checked]~span .tasty-recipes-rating-outline svg {
    fill: currentColor
}

input.tasty-recipes-rating:checked~span .tasty-recipes-rating-solid svg {
    fill: currentColor;
    --tr-star-opacity: 1
}

input.tasty-recipes-rating:checked~span .tasty-recipes-rating-outline svg {
    fill: currentColor
}

@media only screen and (min-width: 1024px) {
    .tasty-recipes-ratings-buttons:hover span .tasty-recipes-rating-solid svg {
        --tr-star-opacity:.4!important;
        opacity: var(--tr-star-opacity)
    }

    .tasty-recipes-ratings-buttons:hover span .tasty-recipes-rating-outline svg {
        fill: url(#tasty-recipes-clip-0)!important
    }

    .tasty-recipes-ratings-buttons:hover>:hover .tasty-recipes-rating-solid svg,.tasty-recipes-ratings-buttons:not(:hover)>input:checked~span .tasty-recipes-rating-solid svg,.tasty-recipes-ratings-buttons>:hover .tasty-recipes-rating-solid svg,.tasty-recipes-ratings-buttons>:hover~span .tasty-recipes-rating-solid svg {
        fill: currentColor!important;
        --tr-star-opacity: 1!important
    }

    .tasty-recipes-ratings-buttons:hover>:hover .tasty-recipes-rating-outline svg,.tasty-recipes-ratings-buttons:not(:hover)>input:checked~span .tasty-recipes-rating-outline svg,.tasty-recipes-ratings-buttons>:hover .tasty-recipes-rating-outline svg,.tasty-recipes-ratings-buttons>:hover~span .tasty-recipes-rating-outline svg {
        fill: currentColor!important
    }
}

.tasty-recipes-static-tooltip {
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    font-size: .9rem;
    opacity: 0;
    padding: 5px 10px;
    position: absolute;
    text-align: center;
    transition: opacity .5s ease-in-out,visibility .5s ease-in-out,transform .5s cubic-bezier(.71,1.7,.77,1.24);
    vertical-align: middle;
    visibility: hidden;
    width: 230px;
    z-index: 9
}

.tasty-recipes-static-tooltip.opened {
    opacity: 1;
    transform: translateY(-4px);
    visibility: visible
}

.tasty-recipes-static-tooltip a {
    color: #f7d578;
    display: block
}

.tasty-recipes-static-tooltip:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    bottom: -6px;
    content: "";
    font-size: 0;
    left: calc(50% - 4px);
    line-height: 0;
    pointer-events: none;
    position: absolute;
    transform: translateZ(0);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    width: 0;
    z-index: 99
}

.tasty-recipes-static-tooltip.tr-hide-tail:after {
    display: none
}

.tasty-recipes,.tasty-recipes-quick-links,.tasty-recipes-ratings,.wp-admin .tasty-recipes-comment-form {
    --tr-star-size: 18px;
    --tr-star-margin: 3px
}

.tasty-recipes-rating,.tasty-recipes-ratings-buttons {
    color: #f2b955;
    color: var(--tr-star-color,#f2b955)
}

.tasty-recipes-comment-form {
    border: none;
    margin: 0;
    padding: 0
}

.tasty-recipes-comment-form.tasty-recipes-ratings {
    display: block
}

.tasty-recipes-entry-header div.tasty-recipes-rating p,.tasty-recipes-rating-stars,.tasty-recipes-ratings,.tasty-recipes-ratings-buttons {
    display: inline-flex
}

.tasty-recipes-entry-header div.tasty-recipes-rating p span.tasty-recipes-rating,.tasty-recipes-rating-stars span.tasty-recipes-rating,.tasty-recipes-ratings span.tasty-recipes-rating,.tasty-recipes-ratings-buttons span.tasty-recipes-rating {
    cursor: pointer;
    display: inline-block;
    font-size: var(--tr-star-size,1.1em);
    margin: 0;
    padding-right: var(--tr-star-margin,.3em)
}

.tasty-recipes-entry-header div.tasty-recipes-rating p span.tasty-recipes-rating:first-child[data-rating="5"],.tasty-recipes-rating-stars span.tasty-recipes-rating:first-child[data-rating="5"],.tasty-recipes-ratings span.tasty-recipes-rating:first-child[data-rating="5"],.tasty-recipes-ratings-buttons span.tasty-recipes-rating:first-child[data-rating="5"] {
    padding-right: 0
}

.tasty-recipes-rating p {
    margin: 4px 0
}

.tasty-recipes-entry-header div.tasty-recipes-rating p {
    display: flex;
    justify-content: center
}

.tasty-recipes-ratings-buttons {
    flex-direction: row-reverse
}

.tasty-recipes-ratings-buttons input[type=radio] {
    clip: auto;
    cursor: pointer;
    display: inline-block!important;
    height: auto;
    margin: 0;
    margin-left: calc((var(--tr-star-size, 1.1em) + var(--tr-star-margin))*-1);
    opacity: 0;
    position: relative;
    width: 1.1em!important;
    width: calc(var(--tr-star-size, 1.1em) + var(--tr-star-margin))!important;
    z-index: 2
}

.tasty-recipes-ratings-buttons>span {
    position: relative
}

.tasty-recipes-ratings-buttons>span i {
    font-style: normal
}

.tasty-recipes-ratings-buttons>span:first-child {
    padding-right: 0!important
}

.tasty-recipes-rating a,.tasty-recipes-rating a:link {
    background: none;
    outline: none;
    text-decoration: none
}

.tasty-recipes-screen-reader {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important
}

.tasty-recipes-rating-link {
    align-items: center;
    display: inline-flex
}

.tasty-recipes-rating-link .rating-label {
    font-size: 80%;
    padding-left: .4em
}

.tasty-recipes-selected-minimum-rating .comment-form-comment label .required {
    display: none
}

.tasty-recipes-has-ratings {
    text-decoration: none!important
}

.tasty-recipes-print-button {
    background-color: #667;
    border: none;
    display: inline-block;
    padding: .5em 1em;
    text-decoration: none
}

body:not(.tasty-recipes-print-view) .tasty-recipes-print-button.tasty-recipes-print-above-card {
    color: #fff;
    display: none
}

body:not(.tasty-recipes-print-view) .tasty-recipes-print-button.tasty-recipes-print-above-card:hover {
    background-color: #b2b2bb;
    color: #fff;
    display: inline-block;
    padding: .5em 1em;
    text-decoration: none
}

.tasty-recipes-image-button-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: right;
    margin-left: 10px
}

body.tasty-recipes-print-view .tasty-recipes-buttons {
    display: none
}

.tasty-recipes-image-button-container .tasty-recipes-buttons {
    margin-bottom: 10px;
    margin-top: 10px
}

.tasty-recipes-image-button-container .tasty-recipes-button-wrap {
    box-sizing: border-box;
    margin-bottom: 10px
}

.tasty-recipes a.button,.tasty-recipes-image-button-container .tasty-recipes-buttons a,.tasty-recipes-quick-links a.button {
    background-color: #f9f9f9;
    background-color: var(--tr-button-color,#f9f9f9);
    border: 1px solid #aaa;
    border-color: var(--tr-button-color,#aaa);
    border-radius: var(--tr-radius,0);
    color: #aaa;
    color: var(--tr-button-text-color,#aaa);
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.tasty-recipes-quick-links {
    align-items: center;
    display: flex;
    gap: .625em;
    justify-content: center;
    margin-bottom: 1em
}

.tasty-recipes-quick-links a.button {
    display: inline-block;
    margin: 0
}

.tasty-recipes-quick-links a.button+span {
    display: none
}

.tasty-recipes-buttons a.button:hover,.tasty-recipes-entry-content .tasty-recipes-buttons a:hover,.tasty-recipes-image-button-container .tasty-recipes-buttons .button:hover,.tasty-recipes-quick-links a.button:hover {
    background-color: var(--tr-button-text-color,#aaa);
    border-color: var(--tr-button-color,#f9f9f9);
    color: var(--tr-button-color,#f9f9f9);
    text-decoration: none
}

.tasty-recipes-image-button-container .tasty-recipes-buttons .button:hover {
    opacity: 1
}

.tasty-recipes-image-button-container .tasty-recipes-buttons a:hover {
    background-color: #979599;
    text-decoration: none
}

.tasty-recipes-image-button-container .tasty-recipes-buttons svg {
    display: none
}

.tasty-recipes-convert-container {
    padding: 0 1em 1em 0
}

.tasty-recipes-convert-container .tasty-recipes-convert-label {
    align-self: center;
    color: #979599;
    font-size: .6rem;
    text-transform: uppercase
}

.tasty-recipes-convert-container button {
    background: transparent;
    border: 1px solid #353547;
    border-radius: var(--tr-radius,2px);
    color: #353547;
    letter-spacing: 0;
    margin-left: 5px;
    min-width: 34px;
    padding: 2px 4px;
    text-align: center
}

.tasty-recipes-convert-container button.tasty-recipes-convert-button-active {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.tasty-recipes-convert-container button:focus {
    outline: none
}

.tasty-recipes-ingredients-header {
    margin: 1em 0
}

@media only screen and (min-width: 520px) {
    .tasty-recipes-ingredients-header {
        align-items:center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.tasty-recipes-ingredients-header h3 {
    margin: 0 10px 10px 0
}

.tasty-recipes-instructions-header {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 0
}

.tasty-recipes-entry-content .tasty-recipes-instructions h3 {
    margin: 0 0 1rem
}

@media only screen and (min-width: 520px) {
    .tasty-recipes-entry-content .tasty-recipes-instructions h3 {
        margin:0
    }
}

button[name=tasty-recipes-video-toggle] {
    background: #979599;
    background: var(--tr-button-color,#979599);
    border: #979599;
    border-color: var(--tr-button-color,#979599);
    border-radius: var(--tr-radius,2px);
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 4px;
    text-align: center;
    vertical-align: middle
}

button[name=tasty-recipes-video-toggle] span {
    padding: 0 4px;
    pointer-events: none
}

button[name=tasty-recipes-video-toggle][aria-checked=false] :last-child,button[name=tasty-recipes-video-toggle][aria-checked=true] :first-child {
    background: #fff;
    background: var(--tr-button-text-color,#fff);
    border-radius: var(--tr-radius,2px);
    color: #979599;
    color: var(--tr-button-color,#979599);
    padding: 2px 4px
}

button[name=tasty-recipes-video-toggle][aria-checked=false] :first-child,button[name=tasty-recipes-video-toggle][aria-checked=true] :last-child {
    color: #fff;
    color: var(--tr-button-text-color,#fff)
}

label[for=tasty-recipes-video-toggle] {
    color: #979599;
    color: var(--tr-h3-color,#979599);
    font-size: .6rem;
    line-height: 30px;
    padding-right: 8px;
    text-transform: uppercase;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    vertical-align: middle
}

.tasty-recipe-responsive-iframe-container {
    margin: 10px 0
}

.tasty-recipes-hide-video .ast-oembed-container,.tasty-recipes-hide-video .tasty-recipe-responsive-iframe-container,.tasty-recipes-hide-video iframe {
    display: none
}

.tasty-recipes-equipment {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
}

.tasty-recipes-equipment>h3 {
    flex: 0 0 100%
}

.tasty-recipes-equipment .tasty-link-card {
    flex: 0 0 50%;
    padding: 1.5rem 1rem;
    text-align: center
}

@media screen and (min-width: 500px) {
    .tasty-recipes-equipment .tasty-link-card {
        flex:0 0 33%
    }
}

.tasty-recipes-equipment .tasty-link-card p {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 0
}

.tasty-recipes-equipment .tasty-link-card p a {
    color: initial
}

.tasty-recipes-equipment .tasty-link-card span {
    font-size: .9em
}

.tasty-recipes .tasty-recipes-nutrition ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tasty-recipes .tasty-recipes-nutrition ul:after {
    clear: both;
    content: " ";
    display: block
}

.tasty-recipes .tasty-recipes-nutrition li {
    float: left;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 16px
}

.tasty-recipes-plug {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
    text-align: center
}

.tasty-recipes-plug a {
    box-shadow: none;
    text-decoration: none
}

.tasty-recipes-plug a img {
    background: transparent;
    box-shadow: none;
    display: inline-block;
    height: auto;
    margin: 5px 0 0 8px;
    padding: 0;
    width: 150px
}

.tasty-recipes-flash-message {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .3px .4px 0 rgba(0,0,0,.024),0 .9px 1.5px 0 rgba(0,0,0,.05),0 3.5px 6px 0 rgba(0,0,0,.1);
    color: #313135;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.2em;
    margin-left: 10px;
    padding: 4px 10px
}

@media screen and (min-width: 500px) {
    .tasty-recipes-flash-message {
        padding:4px 10px
    }
}

.tasty-recipes-flash-message p {
    margin: 0;
    padding: 0;
    text-transform: none
}

@media print {
    .tasty-recipes-no-print,.tasty-recipes-no-print * {
        display: none!important
    }
}
