.RecipeSummaryLink { background-color:white; padding:20px; padding-left:120px; position:relative; }





.RecipeSummaryLink .image {width:100px; display:block; position:absolute; left:0px; top:0px; bottom:0px; background-color:rgba(0,0,0,0.2); background-size:cover; background-position:center center}

.RecipeSummaryLink .image ~ *:not(:last-child) { margin-bottom:20px}


.RecipeSummaryLink h4 {color:#397100; font-weight:bold;}

.RecipeSummaryLink h4 ~ * {font-size:14px}

.RecipeSummaryLink:hover {background-color:rgba(102,204,0,0.05); color:black}