.entry-content {
    color: #333;
    font-size: 16px;
    line-height: 1.625em;
    word-break: normal;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.ingredients {
    margin: 20px 0 30px;
}
.ingredients-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dotted #dadada;
    margin: 5px 0px;
}
.instuctions-elements {
    list-style: decimal-leading-zero;
    padding: 0 25px;
}
.instuctions-single {
    padding-left: 10px;
}
.recipe__block-cook-time, .recipe__block-calories, .recipe__block-portion, .recipe__block-ingredients {
    display: flex;
    align-items: center;
}
.recipe__block-additional {
    margin: 20px 0px 30px;
}
.recipe__block-additional img {
    margin: 0px 10px !important;
}