@media screen and (max-width:850px){.recipes-list{position:relative}}@media screen and (max-width:450px){.recipes-list:has(.recipes-list__add-recipe .two-tone-button--disabled){padding-top:10px}}.recipes-list__list{display:flex;flex-wrap:wrap;list-style:none;margin:-16px -8px}@media screen and (max-width:600px){.recipes-list__list{display:block;margin:-20px 0}}.recipes-list__title{margin-bottom:26px}.recipes-list__item{display:flex;margin:16px 8px;width:242px}@media screen and (max-width:1100px){.recipes-list__item{width:calc(50% - 16px)}}@media screen and (max-width:1100px)and (max-width:600px){.recipes-list__item{margin:20px 0;width:100%}}.recipes-list__item-content{padding:16px 18px 24px 12px;font-size:14px}.recipes-list__item-image{font-size:0}.recipes-list__item-image img{border:1px solid #fff;object-fit:cover;max-height:116px;width:100%}@media screen and (max-width:600px){.recipes-list__item-image img{max-height:150px}}.recipes-list__item-name{display:block;font-family:var(--font-primary);font-size:18px;font-weight:400;line-height:1.2857;margin-bottom:16px}.recipes-list__item-link{border:1px solid var(--navy);color:var(--dark-navy);display:block;position:relative;transition:transform .2s;will-change:transform;width:100%}.recipes-list__item-link:focus,.recipes-list__item-link:hover{transform:translateY(-5px)}.recipes-list__item-link:after{background-color:var(--tan);bottom:-5px;content:"";height:4px;left:2px;position:absolute;width:calc(100% - 4px)}.recipes-list__add-recipe{position:absolute;top:30px}@media screen and (max-width:850px){.recipes-list__add-recipe{top:-60px}}.recipes-list__byline{font-size:16px}.recipes-list__item-time{font-family:var(--font-sans-serif);font-size:14px;line-height:1.7143}.recipes-list__search{max-width:500px;margin-bottom:30px}.recipes-list__search::placeholder{color:var(--navy)}@media screen and (max-width:700px){.recipes-list__search{margin-bottom:40px;max-width:100%}}.recipes-list__byline:not(:last-child){margin-bottom:10px}