.single-kuchenrezept .gy_single_recipe .sabox-authors{
    display: none !important;
}
.image-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    margin: 20px 0px;
    height: 410px;
}
.image-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.recp_featured_img {
    grid-row: span 2;
}
.recp_featured_img img{
    height: 410px;
}
.rec_additional_imgs{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rec_additional_imgs img{
    height: 200px;
}
.recipe_titlebox .recipe_action_btns svg, .gy_action_btns svg{
    width: 1.5rem;
    height: 1.5rem;
}
.gy_single_recipe{
    display: flex;
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.gy_single_recipe_content_area .recipe_featured_img{
    padding: 15px 0px 10px;
}
.gy_single_recipe p{
    margin-bottom: 10px;
}
.gy_single_recipe .fa{
    font-size: 22px;
    color: #922d50;
}
.recipe_titlebox .item_fav_btn .gf-tooltip{
    top: 44px;
    right: -80px;
    width: 200px;
}
.gy_single_recipe h1, 
.gy_single_recipe h2, 
.gy_single_recipe h3, 
.gy_single_recipe h4, 
.gy_single_recipe h5, 
.gy_single_recipe h6{
    margin: unset;
}
.gy_single_recipe .single-content h1,
.gy_single_recipe .single-content h2,
.gy_single_recipe .single-content h3,
.gy_single_recipe .single-content h4,
.gy_single_recipe .single-content h5,
.gy_single_recipe .single-content h6{
    margin: 1.5em 0 .5em;
}
.gy_single_recipe button{
    text-transform: none;
}
.gy_single_recipe_content_area, .gy_single_recipe_sidebar{
    width: 100%;
}
.recipe_titlebox{
    padding: 40px 0;
    background-color: #f6f3ef;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.recipe_titlebox .recipe_breadcrumbs,
.recipe_titlebox a{
    font-size: 14px;
    color: #000000;
}
.recipe_titlebox a{
    text-decoration: unset;
}
.recipe_titlebox .recipe_title{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 16px;
    color: #000000;
    text-align: center;
}
.recipe_titlebox .this_recipe_info{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}
.recipe_titlebox .this_recipe_info div{
    display: flex;
    gap: 5px;
    align-items: center;
}
.recipe_titlebox .recipe_author .author_avatar{
    display: flex;
    gap: 5px;
}
.recipe_titlebox .recipe_author img{
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.recipe_titlebox .recipe_author .author_name a{
    font-weight: 500;
}
.recipe_titlebox .recipe_summary{
    font-size: 14px;
    color: #000000;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
    justify-content: center;
}
.recipe_titlebox .recipe_summary div{
    display: flex;
    align-items: center;
    gap: 5px;
}
.single-recipe svg.icon{
    width: 1em;
    height: 1em;
    font-size: 20px;
}
.recipe_titlebox svg.icon{
    width: 1em;
    height: 1em;
    font-size: 20px;
    margin-right: 8px;
    fill: #279bc2;
}
.recipe_titlebox .scroll_to_recipe svg.icon{
    fill: #ffffff;
}
.recipe_titlebox .recipe_comments span,
.gy_rev{
    font-size: 14px;
}
.recipe_titlebox .recipe_summary div:not(:last-child) span{
    padding-right: 5px;
    margin-right: 5px;
}
.recipe_titlebox .recipe_ratings .recipe_stars_wrapper{
    display: inline-block;
    position: relative;
}
.ratings_wrapper_filled{
    position: absolute;
    top: 0;
    overflow: hidden;
}
.recipe_action_btns{
    display: flex;
    gap: 10px;
    margin-top: 15px;
}
.recipe_content_container figure.wp-block-image{
    position: relative !important;
}
.recipe_content_container .recipe-creator-pro--pinterest-overlay{
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}
.recipe_action_btns .fa:not(.fa-heart-o):not(.fa-heart){
    font-size: 22px;
}
.recipe_action_btns .item_fav_btn button{
    display: flex;
    border: 1px solid #000000;
    padding: 8px 7px;
}
.recipe_action_btns.gy_action_btns{
    justify-content: space-around;
}
.recipe_action_btns.gy_action_btns button{
    border: unset;
    padding: unset;
}
.recipe_action_btns.gy_action_btns .item_fav_btn .gf-tooltip{
    top: 24px;
    width: 170px;
    right: -54px;
}
.recipe_titlebox .scroll_to_recipe{
    background: #922d50;
    color: #ffffff;
}
.recipe_titlebox .print_recipe{
    background: #279bc2;
    color: #ffffff;
}
.recipe_titlebox .recipe_action_btns a{
    padding: 9px 13px;
    border-radius: 4px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 16px;
}
.recipe_titlebox .recipe_action_btns a.print_recipe:hover{
    opacity: .8;
    background: #279bc2;
    color: #ffffff !important;
    border: 1px solid #279bc2;
}
.recipe_titlebox .recipe_action_btns a:hover{
    background: unset;
    border: 1px solid #922d50;
    color: #922d50;
}
/*.recipe_titlebox .recipe_action_btns a:hover svg{*/
/*    fill: #279bc2;*/
/*}*/
.gy_rate_icon svg{
    fill: #ffae34;
}
.ratings_wrapper_stroke svg{
    fill: none;
    stroke: #ffae34;
}
.ratings_wrapper_filled svg{
    fill: #ffae34;
}
.gy_recipe_details{
    background: #f6f3ef3d;
    padding: 3.4444em 2.2222em 2.05556em;
    margin: 35px 0;
    position: relative;
}
.gy_recipe_summary.gy_ingredients_container{
     padding-left: unset;
     padding-right: unset;
     margin-top: unset;
     padding-bottom: 1.75rem;
}
.gy_recipe_summary_inner{
    display: flex;
    flex-wrap: wrap;
}
.gy_recipe_summary_inner > div{
    width: 32%;
    text-align: center;
    position: relative;
}
.ingredient-mark-icon svg {
    width: 17px;
    height: auto;
    color: #c3396e;
}
.gy_recipe_summary_inner > div img{
    height: 350px;
    width: 300px;
    object-fit: cover;
    margin: 0 auto;
}
.gy_recipe_summary_inner .gy_recipe_info{
    width: 66%;
    padding: 1em 1.5em 0 2.44444em;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.recipe_stars_wrapper{
    display: inline-block;
    position: relative;
}
.gy_recipe_info .reviews_wrapper{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.recipe_stars_wrapper div{
    white-space: nowrap;
    display: flex;
    gap: 2px;
}
.print_btn{
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.print_btn a{
    padding: 9px 24px;
    border-radius: 4px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    border: 1px solid;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 16px;
    background: #922d50 !important;
    color: #ffffff;
}
.gy_recipe_summary > .recipe_extra_meta{
    display: flex;
    align-items: center;
}
.recipe_extra_meta .recipe_meta_item{
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    border-right: 1px solid rgb(146 45 80 / 19%);
    border-left: none;
    padding: 30px;
    font-size: .833333em;
    color: rgba(var(--font-color-rgb), .9);
    margin-top: -1px;
    gap: 10px;
}
.gy_recipe_details .icon{
    fill: #279bc2;
}
.gy_recipe_info .author_box,
.gy_recipe_info .rec_cat{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}
.rec_cat.quick_text{
    flex-direction: column;
    align-items: flex-start;
    gap: unset;
}
.rec_cat.quick_text span{
    font-weight: 500;
}
.rec_cat.quick_text p{
    text-align: left;
}
.gy_recipe_info .author_box a,
.gy_recipe_info .rec_cat a{
    text-decoration: none;
}
.gy_recipe_reviews{
    margin: 60px 0px;
}
.gy_recipe_reviews .gy_reviews_container{
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgb(249 190 210 / 42%);
}
.gy_recipe_reviews .gy_total_reviews{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}
.gy_recipe_reviews .ratings_numbers{
    display: flex;
    align-items: center;
}
.gy_recipe_reviews .gy_total_reviews span{
    font-size: 14px;
}
.gy_recipe_reviews .gy_point{
    font-size: 2.25rem !important;
    font-weight: bold;
    color: rgba(var(--font-color-rgb), 0.8);
    margin-right: 5px;
}
.gy_recipe_reviews .gy_reviews_header{
    display: flex;
}
.gy_recipe_reviews .gy_ratings_levels{
    flex: 1;
}
.gy_recipe_reviews .gy_scores{
    margin-top: 5px;
    display: flex;
    gap: 3px;
}
.gy_recipe_reviews .gy_scores svg{
    fill: #ffae34;
}
.gy_scores.stars-4 span:last-child svg:last-child,
.gy_scores.stars-3 span:nth-last-child(-n+2) svg,
.gy_scores.stars-2 span:nth-last-child(-n+3) svg,
.gy_scores.stars-1 span:nth-last-child(-n+4) svg{
    fill: none !important;
    stroke: #ffae34 !important;
}
.gy_recipe_reviews .gy_rating_row,
.gy_recipe_reviews .score_card{
    display: flex;
    align-items: center;
}
.gy_recipe_reviews .score_card{
    gap: 5px;
    padding-right: 10px;
}
.gy_recipe_reviews .gy_rating_row:before {
    content: '';
    height: 0;
    border-top: 1px dashed rgb(213 140 140 / 30%);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100px;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.gy_recipe_reviews .gy_avg{
    padding-left: 20px;
    text-align: right;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 52px;
    font-size: .875rem;
    font-weight: bold;
}
.gy_recipe_reviews .gy_point_no > span{
    font-size: .75rem;
    font-style: italic;
    opacity: .7;
    margin-right: 15px;
    color: #232323;
}
.gy_recipe_reviews .gy_point_no{
    display: flex;
    align-items: flex-start;
}
.gy_recipe_steps{
    border-bottom: solid 1px rgba(var(--primary-color-rgb), .15);
    padding-bottom: 40px;
    padding-top: 25px;
}
.gy_recipe_recommendation{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 48px 0;
}
.gy_recipe_recommendation span{
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 3px;
    line-height: 1.25;
    padding: 6px 16px;
}
.gy_recipe_recommendation .gy_recipe_recommended{
    background-color: #fff8ed;
    border: 1px solid #fd7e14;
    color: #fd7e14;
}
.gy_recipe_recommendation .gy_recipe_recommended:before{
    background-color: currentColor;
    content: "";
    height: 1.5em;
    width: 1.5em;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath stroke=%27%23FD7E14%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M7 11v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1zm0 0a4 4 0 0 0 4-4V6a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2l-1 5c-.144.613-.417 1.14-.777 1.501-.361.36-.79.536-1.223.499h-7a3 3 0 0 1-3-3%27/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath stroke=%27%23FD7E14%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M7 11v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-7a1 1 0 0 1 1-1zm0 0a4 4 0 0 0 4-4V6a2 2 0 1 1 4 0v5h3a2 2 0 0 1 2 2l-1 5c-.144.613-.417 1.14-.777 1.501-.361.36-.79.536-1.223.499h-7a3 3 0 0 1-3-3%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.gy_recipe_recommendation .gy_recipe_made{
    background-color: #f1fcf2;
    border: 1px solid #32b550;
    color: #32b550;
}
.gy_recipe_recommendation .gy_recipe_made:before{
    background-color: currentColor;
    content: "";
    height: 1.5em;
    width: 1.5em;
    webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath stroke=%27%2332B550%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6.161 17.009 18.001 17M12 3c1.917 0 3.52 1.35 3.91 3.151A4 4 0 1 1 18 13.874V21H6v-7.126a4.002 4.002 0 0 1-2.122-6.306 4 4 0 0 1 4.213-1.417A4 4 0 0 1 12 3%27/%3E%3C/svg%3E");
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 fill=%27none%27%3E%3Cpath stroke=%27%2332B550%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6.161 17.009 18.001 17M12 3c1.917 0 3.52 1.35 3.91 3.151A4 4 0 1 1 18 13.874V21H6v-7.126a4.002 4.002 0 0 1-2.122-6.306 4 4 0 0 1 4.213-1.417A4 4 0 0 1 12 3%27/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}
.gy_reviews_list .comment_wrapper{
    width: 100%;
}
.gy_reviews_list .comment_meta_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.gy_reviews_list{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid rgb(146 45 80 / 19%);
}
.gy_reviews_list .commenter_img_wrapper{
    max-width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgb(146 45 80 / 19%);
}
#gy_reviews, #gy_questions,
#gy_add_review, #gy_add_comment{
    display: none;
}
#gy_questions.active, #gy_reviews.active,
#gy_add_review.active, #gy_add_comment.active{
    display: block !important;
    transition: all .3s ease;
}
.gy_recipe_reviews .gy_tabs{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(146 45 80 / 19%);
}
.gy_recipe_reviews .gy_tab{
    min-height: unset;
    font-size: 16px;
    line-height: 1.2;
    color: var(--font-color);
    border: 1px solid rgb(146 45 80 / 19%);
    background-color: #fff;
    padding: 16px 32px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.gy_recipe_reviews .gy_tab.active{
    background-color: #922d50;
    color: #fff;
}
.gy_recipe_reviews .comment_date{
    font-size: 14px;
    font-weight: 500;
}
.gy_comment_reply_form{
    padding: 30px;
    background: #f4eaed;
    margin: 20px 0px;
}
.gy_add_comments{
    padding: 10px 0px 40px;
}
.gy_add_comments .gy_add_comments_btns{
    display: flex;
}
.gy_comment_forms_container{
    padding: 24px;
    background-color: rgb(146 45 80 / 10%);
}
.gy_comment_forms_container div{
    background: #ffffff;
    padding: 20px;
}
.gy_add_comments .comment_btn{
    border: 1px solid rgb(146 45 80 / 10%);
    background-color: #fff;
    color: var(--font-color);
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: .875rem;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.gy_add_comments .comment_btn.active{
    background-color: #922d50;
    border-color: #922d50;
    color: #fff;
}
.gy_comment_replies .commenter_img_wrapper{
    min-width: 48px;
}
.gy_comment_replies .gy_reviews_list{
    border: unset;
    padding-bottom: unset;
}
.gy_comment_forms_container .gy_additional_fields{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.gy_additional_desc{
    margin: 40px 0px;
}
.gy_comment_forms_container .gy_additional_fields button{
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    line-height: 1.2;
    padding: 6px 12px;
    transition: all .3s ease;
}
.gy_comment_forms_container .gy_additional_fields button.yes_btn{
    background: transparent;
    border: 1px solid #922d50;
    color: #922d50;
}
/*social share Modal*/
.popup_header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup_header h4{
    font-weight: 500;
}
.popup_header span.close{
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
}
.gy_share_modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.gy_share_modal_content{
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
    background-color: #fefefe;
    padding: 10px 20px;
    border: 1px solid #888;
    border-radius: 8px;
    margin: 5% auto;
    margin-top: 115px;
    width: 40%;
    height: auto;
}
.gy_share_modal_content p{
    margin-bottom: 1rem;
}
.social_share_icons{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 20px 10px 35px;
}
.social_share_icons .share_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.social_share_icons .share_btn a{
    text-decoration: unset;
}
.social_share_icons i.fa{
    font-size: 35px !important;
    color: white;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_share_icons i.fa.fa-facebook{
    background: #0f6fec;
}
.social_share_icons i.fa.fa-whatsapp{
    background: #0cbc87;
}
.social_share_icons i.fa.fa-twitter{
    background: #4f9ef8;
}
.social_share_icons i.fa.fa-pinterest{
    background: #cc0000;
}
.copy_deseased_url_wrapper{
    display: flex;
    align-items: center;
}
.link_copied_text{
    text-align: center;
    margin-top: 10px;
    color: #581b30;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.copy_recipe_url{
    cursor: pointer;
    height: 42px;
    background: #581b30;
    border: 1px solid #581b30;
    border-radius: 0px 10px 10px 0px;
    width: 120px;
    color: #ffffff;
    font-size: 14px;
}
.recipe_url_copy{
    border-radius: 10px 0px 0px 10px;
    margin: unset !important;
    width: 100%;
}
.dflex-icon-btn{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.gy_comment_forms_container .gy_additional_fields button.yes_btn.gy-recommend-recipe.active,
.gy_comment_forms_container .gy_additional_fields button.yes_btn.gy-did-make-recipe.active{
    background: #922d50;
    color: #ffffff;
}
.gy_comment_forms_container .gy_additional_fields button.no_btn.gy-recommend-recipe.active,
.gy_comment_forms_container .gy_additional_fields button.no_btn.gy-did-make-recipe.active{
    background: #e84e3b;
    color: #ffffff;
}
.gy_comment_forms_container .gy_additional_fields button.no_btn{
    background: transparent;
    border: 1px solid #e84e3b;
    color: #e84e3b;
}
.gy_comment_forms_container .gy_additional_fields p{
    padding: unset;
    margin: unset;
}
.gy_comment_forms_container .comment-form div{
    padding: unset !important;
}
.gy_star{
    fill: none;
    stroke: #ffae34;
    width: 20px;
    cursor: pointer;
}
.gy_star.active, .gy_star_filled{
    fill: #ffae34;
}
.gy_recipe_featured_image{
    position: relative;
}
.gy_recipe_featured_image:hover .gy_pinit{
    display: block;
}
.gy_pinit{
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}
.gy_pinit img{
    max-width: 37px;
    max-height: 19px;
}
.gy_recipe_difficulty{
    position: absolute;
    top: 15px;
    left: 10px;
    z-index: 9;
}
.gy_recipe_difficulty span{
    font-size: 0.9rem;
    background: #65beb0;
    padding: 5px 15px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
}
.gy_related_recipes figure,
.gy_recommended_recipes figure{
    margin: unset;
}
.gy_rating{
    display: flex;
    align-items: center;
    gap: 5px;
}
.gy_rating .rating_number{
    font-weight: 600;
}
.gy_rating .rating_count{
    color: #787878
}
.gy_rating svg{
    fill: #ffae34;
}
.gy_recipe_time{
    display: flex;
    align-items: center;
    gap: 5px;
}
.recipe_short_steps_container{
    margin: 20px 0px;
}
.recipe_short_steps{
    margin-top: 15px !important;
}
.recipe_short_step{
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}
.recipe_short_step span{
    font-weight: 700;
    width: 4%;
}
.recipe_short_step p{
    width: 96%;
}
.gy_recipe_time svg{
    fill: #2cc0dc;
    width: 1em;
    height: 1em;
    font-size: 20px;
}
.gy_recipe_time .recipe_time{
    font-size: 14px;
    font-weight: 600;
}
.gy_recipe_courses{
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0px;
}
.gy_recipe_courses .recipe_course a{
    background: transparent;
    border: 1px solid #b5b3b3;
    color: #922d50;
    text-transform: uppercase;
    text-decoration: unset;
    font-size: 0.7rem;
    padding: 3px 8px;
    font-weight: 600;
    border-radius: 25px;
}
.gy_pinit_btn{
    position: absolute;
    z-index: 9;
    top: 18px;
    right: 10px;
    opacity: 0;
}
.gy_pinit_btn img{
    max-width: 37px;
    max-height: 19px !important;
}
.ferienparkliebe_vertical_cards:hover .gy_pinit_btn{
    opacity: 1;
}
.gy_archive_recipes_container{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 5% auto;
}
.gy_archive_recipes_container figure{
    margin: unset;
}
.gy_give_review{
    display: flex;
    align-items: center;
    background-color: #fff;
    font-size: 18px;
    justify-content: center;
    line-height: 1.77;
    margin-top: 25px;
    padding: 24px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.gy_give_review label{
    font-weight: 500;
}
.gy_give_review > div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.gy_give_review .gy_star{
    width: 25px;
}

/*ingredients section*/
.gy_recipe_ingredients .gy-heading span,
.gy_utensiliens .gy-heading span{
    background: #fff;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    border-radius: 12px;
}
.gy_ingredients_container{
    border-color: #ffcdd9;
    background: #fff9f9;
    border-radius: 3px;
    border-style: solid;
    border-width: thin;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    scroll-margin-top: 1.5rem;
}
.gy_ingredients_container h2 {
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    top: -14px;
    width: 100%;
}
.gy_ingredients_container .gy-heading span{
    font-size: 1.5rem;
}
.servings-controler{
    display: flex;
    align-items: center;
    margin: 2rem 0 !important;
    justify-content: center;
    gap: 10px;
}
.gy-arrow-button{
    background: transparent;
    border: 2px solid #d9d9d9;
    border-radius: 50%;
}
.gy-arrow-button svg{
    color: #000000;
}
.gy-arrow-button:hover svg,
.gy-arrow-button:active svg,
.gy-arrow-button:focus svg{
    color: #ffffff !important;
}
.gy-arrow-button:hover, .gy-arrow-button:active, .gy-arrow-button:focus{
    border-color: unset;
    color: #ffffff;
}
.servings-num{
    color: #922d50;
    font-weight: 600;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.servings-num label{
    display: flex;
    align-items: center;
}
.gy_recipe_sidebar .servings-num{
    flex-direction: column;
}
.gy_serving_num{
    background: transparent !important;
    color: #922d50 !important;
    border: unset !important;
    min-width: 35px;
    max-width: 45px !important;
    font-weight: 600;
    font-size: 24px;
    padding: 0 0px 0 10px !important;
}
.gy_recipe_sidebar .gy_serving_num{
    font-size: 30px;
}
.gy_utensiliens .ingredients-list{
    padding-top: 20px;
}
.ingredients-list legend{
    color: #922d50;
    padding: 15px 0px;
}
.ingredient_li_item{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}
/* =================== RECIPE STEPS*/
.recipe_steps_container .sec_heading{
    padding: 15px 0px;
}
.recipe_steps_container .step > h4{
    padding-top: 10px;
    margin: 15px 0px;
    color: #922d50;
    font-size: 24px;
    border-bottom: 4px solid;
}
.step_no{
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1rem;
    line-height: 1.5rem;
    padding: 20px 0px 10px 0px;
}
.step_no span{
    background-color: #922d50;
    border-radius: 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.step_imgs{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.step_img{
    margin-bottom: 10px;
}
.step_img.gy_multi_imgs{
    width: 47%;
}
.step_img img{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.recipe-step__ingredients{
    display: flex;
    gap: 10px;
    padding: 15px 0px 0px;
    margin-bottom: 10px;
}
.recipe-step__ingredients-container {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.recipe-step__ingredients-container .ingredients-wrapper{
    margin-right: .5rem;
    display: inline-block;
}
.recipe-step__ingredients-container .ingredients {
    display: inline-block;
}
.recipe-step__ingredients-container .ingredients__amount{
    margin-right: .05rem;
    display: inline;
    font-weight: 700;
}
.recipe-step__ingredients-container .ingredients__ingredient {
    display: inline;
}
.recipe-step__ingredients-container .ingredient__ingredient-wrapper>span:last-child:after {
    display: inline;
    content: ",";
}
.recipe-step__ingredients-container .ingredients-wrapper:last-of-type span:after {
    content: "";
}
.recipe_steps_container .ingredient_header{
    display: flex;
    align-items: center;
    gap: 10px;
}
.recipe_titlebox .simplefavorite-button{
    margin: unset;
}
/*steps utensilian*/
.gy_utensiliens .sec_image{
    display: flex;
    justify-content: center;
}
.gy_utensiliens .sec_image img{
    height: auto;
    object-fit: cover;
    margin: 20px 0px;
}

/*slider CSS*/
.wp-block-kadence-query-card7278_35d891-b2 ul.kb-query-grid-wrap{
    display: unset !important;
}
.wp-block-kadence-query-card7278_35d891-b2 ul.kb-query-grid-wrap li.kb-query-item{
    margin-right: 10px !important;
    margin-bottom: 15px !important;
}
.wp-block-kadence-query-card7278_35d891-b2 .slick-track{
    display: flex !important;
}
.wp-block-kadence-query-card7278_35d891-b2 .slick-slide{
    height: inherit !important;
}
.gy_comment_response{
    display: none;
    color: #922d50;
    font-weight: 600;
    font-size: 14px;
}

/*accordion section*/
.gy_recipe_faqs{
    margin: 50px 0px;
}
.gy_accordions_sec h2{
    margin-bottom: 20px;
}
.gy_accordion_item{
    background: #ffffff;
    margin: 15px 0px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.gy_accordion{
    cursor: pointer;
    transition: 0.4s;
    font-size: 20px;
    color: #922d50;
    font-weight: 600;
}
.gy_panel{
  display: none;
  overflow: hidden;
}
.gy_panel p{
    margin: 13px 0px;
}
.gy_accordion_item:after {
    content: '\002B';
    color: #922d50;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 24px;
}
.gy_accordion_item.active:after {
    content: "\2212";
}
.gy_cat_total_ratings{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /*margin: 0 10px;*/
    background: #edededb3;
    padding: 20px 0;
    border-radius: 10px;
}
.gy_cat_total_ratings p{
    margin: 10px 0px 0px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
@media(max-width: 768px){
    .recipe_titlebox .recipe_action_btns{
        /*flex-direction: column;*/
        gap: 10px;
    }
    .recipe_action_btns .simplefavorite-button{
        margin: unset;
    }
    .gy_recipe_summary_inner{
        flex-direction: column;
        row-gap: 20px;
    }
    .gy_recipe_summary_inner > div,
    .gy_recipe_summary_inner .gy_recipe_info{
        width: 100%;
        padding: 0px 0px 0px 10px;
    }
    .gy_recipe_summary > .recipe_extra_meta{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .recipe_extra_meta .recipe_meta_item:first-child{
        margin-top: 10px;
    }
    .recipe_extra_meta .recipe_meta_item{
        padding: 10px;
    }
    .instruction-step .step_image{
        width: 100%;
    }
    .recipe-step__ingredients{
        gap: 8px;
    }
    .gy_pinit{
        left: 50px;
    }
}
@media(max-width: 991px){
    .gy_single_recipe{
        flex-direction: column;
    }
}
@media (max-width: 480px){
    .gy_single_recipe .single-content{
        padding: 0px 10px;
    }
    .gy_single_recipe_content_area .recipe_featured_img{
        display: flex;
        justify-content: center;
    }
    .gy_cake_intro{
        text-align: center;
    }
    .single-kuchenrezept .site-container,
    .single-tortenrezepte .site-container{
        padding: 0 5px !important;
    }
    .single-kuchenrezept .recipe_summary,
    .single-tortenrezepte .recipe_summary{
        padding: 0px 10px;
    }
    .recipe_titlebox .recipe_title{
        font-size: 22px;
    }
    .gy_recipe_summary_inner > div img{
        width: 100%;
        margin: 10px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
    }
    .recipe_titlebox .recipe_breadcrumbs{
        margin: 0 auto;
        width: 300px;
        text-align: center;
    }
    .gy_single_recipe{
        padding: unset;
    }
    .gy_recipe_details{
        padding: 3.4444em 0.3556em 1.05556em;
    }
    .instruction-step .step_desc{
        align-items: flex-start;
        flex-direction: column;
    }
    .gy_recipe_reviews .gy_reviews_header{
        flex-direction: column;
    }
    .gy_recipe_reviews .gy_total_reviews{
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgb(146 45 80 / 19%);
    }
    .gy_ingredients_header{
        gap: 20px;
    }
    .gy_comment_forms_container{
        padding: 10px;
    }
    .gy_comment_forms_container div{
        padding: 5px;
    }
    .gy_other_recipes{
        display: none;
    }
    .gy_recommended_recipes ul li{
        margin-right: 10px;
    }
    .gy_recipe_reviews .gy_tab{
        padding: 12px 22px;
    }
    .gy_give_review{
        padding: 10px;
    }
    .gy_comment_forms_container .gy_additional_fields{
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 8px;
        gap: 5px;
    }
    .gy_additional_fields .yes-no-buttons{
        display: flex;
        gap: 5px;
    }
    .gy_accordion_item{
        padding: 10px;
    }
    .gy_accordion_item:after {
        right: 5px;
        top: 12px;
        font-size: 20px;
    }
    .gy_share_modal_content{
        width: 85% !important;
    }
    .slick-slider ul.slick-dots{
        display: flex;
        justify-content: center;
        flex-direction: row;
        width: 390px;
        margin: 0 auto;
    }
}
@media (min-width: 767px){
    .gy_recipe_summary > .recipe_extra_meta{
        margin-top: 40px;
        border-top: 1px solid rgb(146 45 80 / 19%);
        width: 100%;
    }
    .gy_recipe_reviews .gy_reviews_container{
        padding: 40px;
    }
    .gy_recipe_reviews .gy_total_reviews{
        padding-right: 60px;
        margin-right: 60px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-right: 1px solid rgb(146 45 80 / 19%);
        border-bottom: none;
    }
    .gy_add_comments .comment_btn{
        font-size: 18px;
        padding: 16px 60px;
        font-weight: 700;
        flex: 1;
    }
    .gy_other_recipes_mobile{
        display: none !important;
    }
}
@media (min-width: 992px) {
    .gy_single_recipe_content_area{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .gy_single_recipe_sidebar{
        max-width: 0%;
        flex: 0 0 0%;
    }
}