.recipe__title h1 {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    color: #020D22;
}
.recipe__date {
    display: flex;
    justify-content: space-between;
}
.recipe__date span {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.recipe__date .recipe__sponsor{
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.recipe__date .recipe__sponsor span{
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}
.recipe__author span {
    font-size: 12px;
    line-height: 16px;
    color: #1677ff;
}
.recipe__author {
    padding-top: 4px;
}
.recipe__diet span {
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
}
.recipe__diet {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid black;
    align-items: center;
    padding-top: 16px;
}
.ease-box {
    width: 46px;
    height: 46px;
    background: #333333;
    border-radius: 5px;
    position: relative;
}
.ease-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ease-item span , .ease-item p {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    padding-top: 17px;
}
.recipe__ease {
    display: flex;
    width: 100%;
    justify-content: space-around;
    padding-bottom: 8px;
}
.recipe__details {
    background: #1677ff;
    display: flex;
    padding: 11px 27px 8px 27px;
    border-radius: 5px;
    flex-direction: column;
}
.recipe__photo {
    padding-top: 40px;
}
.preparation__headline h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.preparation__headline {
    padding: 35px 0;
}
.preparation__list span p:before {
    margin-right: 10px;
    content: counter(item);
    border-radius: 50%;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    color: #333333;
    position: absolute;
    left: 0;
}

.preparation__list span p {
    position: relative;
    counter-increment: item;
    display: flex;
    font-size: 16px;
    line-height: 27px;
    color: #333333;
    padding-left: 50px;
    font-weight: 600;
    padding-left: 23px;
    display: inline-block;
}
.ingredients__title span {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}
.ingredients__title {
    padding: 10px 0 10px 0;
}
.ingredients__items span p {
    padding: 16px 0;
    position: relative;
}

.ease-box:before {
    content: '';
    width: 50%;
    height: 50%;
    position: absolute;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-repeat: no-repeat;
}
.recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_0:before{
    background: url(https://cdn.files.smcloud.net/t/fr-white.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_1:before{
    background: url(https://cdn.files.smcloud.net/t/fr1-white.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_2:before{
    background: url(https://cdn.files.smcloud.net/t/fr2-white.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.recipe__ease .ease-item:nth-child(2) .ease-box:before{
    background: url(https://cdn.files.smcloud.net/t/tim.svg);
    background-size: contain;
    background-repeat: no-repeat;

}
.recipe__ease .ease-item:nth-child(3) .ease-box:before{
    background: url(https://cdn.files.smcloud.net/t/person.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.preparation__list span p a {
    display: inline;
    color: blue;
    font-weight: 600;
}
.recipe__preparation {
    padding-top: 24px;
    padding-bottom: 38px;
}
.player__title {
    color: black;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.product-presentation__label {
    margin-bottom: 16px;
    padding-bottom: 8px;
    text-align: right;
    border-bottom: 2px solid #d8d8d8;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
article.recipe .product-presentation__image--small {
    float: left;
    width: 320px;
    height: 320px;
    margin-right: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ingredients__items span p a {
    color: blue;
}
.recipe__product_placement a {
    color: #76BD22;
}
.recipe__author {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.recipe__author span{
    position: relative;
}
.recipe__author span ~ span{
    padding-left: 16px;
}
.recipe__author span:not(:last-child):after{
    content: '';
    height: 100%;
    width: 1px;
    background: black;
    position: absolute;
    right: -8px;
}

/* Recipe wide layout */
.recipe-layout.wide #lead_object {
    margin-bottom: 24px;
}
.recipe-layout.wide #lead_object .recipe__photo {
    padding-top: 0;
}
.recipe-layout.wide .recipe__title h1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.recipe-layout.wide .recipe__lead p,
.recipe-layout.wide .recipe__lead p a,
.recipe-layout.wide .recipe__lead p strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}
.recipe-layout.wide .recipe__details,
.recipe-layout.wide .recipe__ingredients,
.recipe-layout.wide .recipe__preparation {
    background-color: var(--color-bg-recipe, #F1F6E5);
    border-radius: 16px;
    padding: 16px;
    margin: 0 0 24px 0;
}
.recipe-layout.wide .recipe__ease {
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.recipe-layout.wide .recipe__ease .ease-item .ease-box {
    background-color: unset;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_0::before {
    background: url(/media/icons/recipe-level-easy.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_1::before {
    background: url(/media/icons/recipe-level-mid.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(1) .ease-box.preparation_complexity_2::before {
    background: url(/media/icons/recipe-level-hard.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(2) .ease-box::before {
    background: url(/media/icons/recipe-time.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(3) .ease-box::before {
    background: url(/media/icons/recipe-quantity.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.recipe-layout.wide .recipe__details {
    padding: 16px 16px 16px 8px;
}
.recipe-layout.wide .recipe__ease .ease-item .ease-box::before {
    width: 30px;
    height: 30px;
}
.recipe-layout.wide .recipe__ease .ease-item:nth-child(1) span {
    text-transform: capitalize;
}
.recipe-layout.wide .ease-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.recipe-layout.wide .ease-item span, 
.recipe-layout.wide .ease-item p {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #000000;
    padding-top: 0;
}
.recipe-layout.wide .ingredients__title,
.recipe-layout.wide .preparation__headline {
    padding: 0;
}
.recipe-layout.wide .ingredients__title h2,
.recipe-layout.wide .preparation__headline h2 {
    margin-bottom: 8px;
}
.recipe-layout.wide .recipe__author_extended .recipe__author_extended_text .author_name_extended_more {
    display: inline-flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    background-color: #F3F3F3;
    padding: 8px;
    border-radius: 8px;
}
.recipe-layout.wide .recipe__preparation ol,
.recipe-layout.wide .recipe__preparation ul {
	display: flex;
    flex-direction: column;
	counter-reset: list-counter;
	list-style: none;
	padding-left: 0; 
	margin-left: 0;
}
.recipe-layout.wide .recipe__preparation ol li,
.recipe-layout.wide .recipe__preparation ul li {
	counter-increment: list-counter; 
	position: relative;
	margin-bottom: 16px;
	padding-left: 40px; 
}
.recipe-layout.wide .recipe__preparation ol li::marker,
.recipe-layout.wide .recipe__preparation ul li::marker {
    color: rgba(255, 255, 255, 0);
}
.recipe-layout.wide .recipe__preparation ol li::before,
.recipe-layout.wide .recipe__preparation ul li::before {
	content: counter(list-counter);
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-weight: 700;
	font-size: 14px;
    border: 2px solid #000000;
}
.recipe-layout.wide .additional_gallery {
    margin-bottom: 24px;
}
.recipe-layout.wide .additional_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recipe-layout.wide .additional_gallery .lead-gallery .lead-gallery-more a {
    font-size: 0 !important;
}
.recipe-layout.wide .additional_gallery .lead-gallery .lead-gallery-more a span {
    font-size: 11px !important;
}
.recipe-layout.wide .recipe__author_extended .recipe__author_extended_text .author_name_extended {
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 24px;
    color: var(--color-main, #000000);
}
.recipe-layout.wide .recipe__author_extended img {
    width: 100px;
    height: auto;
}
.recipe-layout.wide .recipe__author_extended {
    margin-bottom: 40px;
}
.recipe-layout.wide .recipe__author_extended .author_description_extended {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 24px;
}
.recipe-layout.wide .recipe__diet {
    flex-direction: row;
    gap:  24px;
    border: 0;
    justify-content: center;
    padding: 0;
}
.recipe-layout.wide .recipe__diet span p {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 0;
    text-transform: unset;
    color: #000000;
    margin: 0;
    white-space: pre;
}
.recipe-layout.wide .recipe__diet span p::after {
    content: '';
    position: absolute;
    top: 8px;
    right: -14px;
    width: 4px;
    height: 4px;
    background: #000000;
    border-radius: 3px;
}
.recipe-layout.wide .recipe__diet span:last-of-type p::after {
	display: none;
}
.recipe-layout.wide .recipe__author_extended a {
    text-decoration: none !important;
    float: right;
}
/* /Recipe wide layout */