@media only screen and (min-width: 1068px){.recipe-recipes .recipe-grid-list--columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.recipe-recipes .recipe-grid-list--columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.recipe-recipes .recipe-grid-list--columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media only screen and (min-width: 768px) and (max-width: 1067px){.recipe-recipes .recipe-grid-list--columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (max-width: 767px){.recipe-recipes.swipe-on-mobile .recipe-grid-list{display:grid;gap:10px;grid-auto-flow:column;grid-auto-columns:minmax(var(--mobile-swipe-width, 75%),1fr);overflow-x:auto;grid-template-columns:repeat(auto-fill,minmax(var(--mobile-swipe-width, 75%),1fr));width:calc(100% + 30px);padding:0 15px;margin-left:-15px;scroll-snap-type:x mandatory;scrollbar-width:none}.recipe-recipes.swipe-on-mobile .recipe-grid-list::-webkit-scrollbar{display:none}.recipe-recipes.swipe-on-mobile .recipe-grid-list__item{scroll-snap-align:center;scroll-snap-stop:always}}
