/* Styles extracted from recipe.php inline styles */
.recipe-carousel{aspect-ratio:5/4;overflow:hidden}
.recipe-carousel-inner{height:100%}
.recipe-carousel-item{height:100%}
.recipe-carousel-image{height:100%;width:100%;object-fit:cover;background:#f0f0f0;display:block}

.ingredients-grid{display:flex;flex-wrap:wrap;gap:15px}
.ingredient-mini-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:0 0 auto}
.ingredient-mini{width:80px;height:80px;border-radius:50%;object-fit:cover;background:#f0f0f0}

.product-thumb{width:70px;height:70px;object-fit:cover}
.product-thumb-small{width:60px;height:60px;object-fit:cover}
.small-thumb{width:64px;height:64px;object-fit:cover}
