/*
Theme Name: FoodBakery Child
Description: Child theme for FoodBakery with Chilean currency customizations
Template: foodbakery
Version: 1.0.0
*/

@import url("../foodbakery/style.css");

/* Custom styles for Chilean currency formatting */

/* --- Suggested Restaurants image alignment fixes --- */
/* Ensure image holder is inline and sized predictably */
img {
    contain-intrinsic-size: auto !important;
}
.sub-header.align-center {
    text-align: center;
    margin-top: -46px;
}
    .sub-header .subheader-holder {
        min-height: 0px !important;
    }
.woocommerce {
    margin-bottom: 0;
    margin-right: 40px;
    margin-left: 40px;
}
.listing.simple ul li .img-holder img {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    object-fit: cover;
    height: 100%;
}

.sub-header .subheader-holder {
        min-height: unset !important;
    }