.BlgRecipesList_filter{background-color:#f5a623;margin-bottom:2rem;padding:2rem 1rem}.BlgRecipesList_filterInner{margin:0 auto;max-width:1200px}.BlgRecipesList_filterForm{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.BlgRecipesList_controls{display:flex;flex:1;flex-wrap:wrap;gap:1rem}.BlgRecipesList_select{background:transparent;border:1px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;min-width:200px;padding:.5rem 1rem}.BlgRecipesList_select option{color:#333}.BlgRecipesList_select:focus{outline:2px solid #fff}.BlgRecipesList_search{display:flex;flex-wrap:wrap;gap:.5rem}.BlgRecipesList_searchInput{background:transparent;border:1px solid #fff;border-radius:4px;color:#fff;font-size:1rem;padding:.5rem 1rem}.BlgRecipesList_searchInput::placeholder{color:hsla(0,0%,100%,.8)}.BlgRecipesList_searchBtn{background-color:#fff;border:none;border-radius:4px;color:#f5a623;cursor:pointer;font-weight:700;padding:.5rem 1.5rem;transition:background-color .3s ease}.BlgRecipesList_searchBtn:hover{background-color:#f0f0f0}.BlgRecipesList_gridRoot{margin:0 auto;max-width:1200px;padding:1.2rem 1rem 4rem}.BlgRecipesList_grid{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr);margin-bottom:3rem}.BlgRecipesPost_feature{width:100%}.BlgRecipesPost_feature img{display:block;height:100%;object-fit:cover;width:100%}.BlgRecipesPost_kicker{margin-bottom:2rem;padding:3rem 0 0}.BlgRecipesPost_kicker-blogName{color:#e1232f;font-size:14px;font-weight:900}.BlgRecipesPost_kicker-separator{color:#e1232f;font-size:14px;font-weight:700;margin:0 4px}.BlgRecipesPost_kicker-postTitle{color:#e1232f;font-size:14px;font-weight:400}.BlgRecipesPost_BoxTitle h1{color:#e1232f;font-size:50px;font-weight:900;margin:1rem 0 1.5rem;text-align:center}.BlgRecipesPost_Body{display:flex;gap:1rem;padding:3.5rem 0}.BlgRecipesPost_Ingredients{background-color:#f6f6f6;border-radius:10px;padding:1rem;width:40%}.BlgRecipesPost_Instructions{padding:1rem;width:60%}.BlgRecipesPost_SlideIngredients{padding:3rem 0}.BlgRecipesList_cardContent{background-color:#fff;box-sizing:border-box;padding:23px}.BlgRecipesList_cardTitle{color:#e1232f;font-size:20px;font-weight:900;margin-bottom:1rem}.BlgRecipesPost_Instructions ol,.BlgRecipesPost_Instructions ul{margin-bottom:1rem;padding-left:2.5rem}.BlgRecipesPost_Instructions ul{list-style-type:disc}.BlgRecipesPost_Instructions ul ul{list-style-type:circle}.BlgRecipesPost_Instructions ul ul ul{list-style-type:square}.BlgRecipesPost_Instructions ol,.BlgRecipesPost_Instructions ol[type="1"]{list-style-type:decimal}.BlgRecipesPost_Instructions ol[type=a]{list-style-type:lower-alpha}.BlgRecipesPost_Instructions ol[type=A]{list-style-type:upper-alpha}.BlgRecipesPost_Instructions ol[type=i]{list-style-type:lower-roman}.BlgRecipesPost_Instructions ol[type=I]{list-style-type:upper-roman}.BlgRecipesPost_Instructions li{color:#333;line-height:1.6;margin-bottom:.5rem}.BlgRecipesPost_Instructions li::marker{color:#e1232f;font-weight:700}@media screen and (max-width:768px){.BlgRecipesList_grid{grid-template-columns:repeat(2,1fr)}.BlgRecipesPost_Body{flex-direction:column}.BlgRecipesPost_Ingredients,.BlgRecipesPost_Instructions{width:100%}}@media (min-width:1024px){.BlgRecipesList_grid{grid-template-columns:repeat(3,1fr)}}.BlgRecipesList_card{background:#fff;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease}.BlgRecipesList_card:hover{transform:translateY(-5px)}.BlgRecipesList_cardLink{color:inherit;display:flex;flex-direction:column;height:100%;text-decoration:none}.BlgRecipesList_cardImage{aspect-ratio:16/10;background-color:#f0f0f0;overflow:hidden}.BlgRecipesList_cardImage img{width:100%}