.flex-wrapper .recipe-list-item{margin-bottom:0}.recipe-list-item{background:var(--light-purple);margin-bottom:50px;position:relative}.recipe-list-item picture{display:block}.recipe-list-item a{display:block;height:100%;text-decoration:none;transition:background-color .25s linear}.recipe-list-item .time{align-items:center;background:var(--dark-purple);border-radius:50%;color:#fff;display:inline-flex;font-size:.875rem;height:60px;position:absolute;right:20px;top:20px;width:60px}.recipe-list-item .time span{line-height:1.15;text-align:center;width:100%}.recipe-list-item__text{padding:30px 20px;text-align:left}.recipe-list-item__text h2{font-family:Arial;font-variation-settings:"wght" 800;font-weight:400;margin-bottom:1.2em;text-transform:uppercase}@media (min-width:64rem){.recipe-list-item{margin-bottom:90px}.flex-wrapper .recipe-list-item{margin-bottom:0}}@media(hover:hover)and (pointer:fine){.recipe-list-item a:hover{background-color:var(--brand-purple)}a:hover .recipe-list-item__text>*{color:var(--white)}}.flex-wrapper{display:flex;justify-content:center}.flex-items{display:inline-grid;grid-template-columns:repeat(2,auto);background:#fff;padding:12px}.flex-items>*{width:320px}@media (max-width:47.9375rem){.flex-wrapper{display:contents}.flex-items{display:grid;grid-template-columns:1fr;width:100%;margin-bottom:20px}.flex-items>*{width:100%!important}}