@charset "UTF-8";.recipe-search-section{padding:0 var(--global-grid-margin) var(--global-item-gap-lg) var(--global-grid-margin)}.recipe-search{display:flex;flex-direction:column;gap:var(--global-item-gap-md)}.recipe-search--bar{align-items:center;text-align:center}.recipe-search--bar .recipe-search__heading .section-heading{text-transform:uppercase}.recipe-search--bar .recipe-search__results{width:100%;text-align:left}.recipe-search__heading{margin:0}.recipe-search__form{width:100%;max-width:720px}.recipe-search__field{display:flex;align-items:stretch;gap:var(--global-col-gap-sm);position:relative}.recipe-search__input{flex:1 1 auto;min-width:0;padding-right:44px}.recipe-search__input::-webkit-search-cancel-button{display:none}.recipe-search__clear{position:absolute;top:50%;transform:translateY(-50%);right:calc(var(--global-col-gap-sm) + var(--recipe-search-submit-width,120px) + 8px);width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;background:0 0;cursor:pointer;color:inherit}.recipe-search__clear[hidden]{display:none}.recipe-search__clear svg{width:14px;height:14px}.recipe-search__submit{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.recipe-search__submit svg{width:18px;height:18px}@media screen and (max-width:768px){.recipe-search__submit span{display:none}}.recipe-search__loader{display:none;justify-content:center;align-items:center;min-height:120px}.recipe-search__loader .spinner{width:40px;height:40px;animation:recipe-search-rotate 1.4s linear infinite}.recipe-search__loader .spinner .path{stroke:currentColor;stroke-linecap:round;stroke-dasharray:188;stroke-dashoffset:50;animation:recipe-search-dash 1.4s ease-in-out infinite}.recipe-search--loading .recipe-search__loader{display:flex}.recipe-search--loading .recipe-search__results{opacity:.4;pointer-events:none}.recipe-search__results{display:flex;flex-direction:column;gap:var(--global-item-gap-md);transition:opacity .2s ease-out}.recipe-search__results[hidden]{display:none}.recipe-search__status{margin:0;opacity:.7}.recipe-search__grid{display:grid;gap:var(--global-grid-gap);grid-template-columns:repeat(3,1fr);grid-auto-rows:auto}@media screen and (max-width:989px){.recipe-search__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.recipe-search__grid{grid-template-columns:1fr}}.recipe-search__item{min-width:0}@media screen and (max-width:768px){.recipe-search__clear{right:calc(var(--global-col-gap-sm) + 56px)}}body.recipe-search-active .main-blog .blog-articles,body.recipe-search-active .main-blog .pagination-wrapper{display:none}@keyframes recipe-search-rotate{to{transform:rotate(360deg)}}@keyframes recipe-search-dash{0%{stroke-dashoffset:180}50%{stroke-dashoffset:50;transform:rotate(135deg)}100%{stroke-dashoffset:180;transform:rotate(450deg)}}