/*
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;
    }
.post-time:hover .time-tooltip {
    white-space: nowrap;
    width: auto !important;
	max-width: none !important;}
.fbcc-time-phrase {
    white-space: nowrap;
}
.main-search.fancy .field-holder {
    width: 100%;
    border-radius: 10px;
}
.foodbakery-locations-fields-group.foodbakery-focus-out {
    border-radius: 10px;
}
.bgcolor:hover {
    background-color: #4ad847 !important;   /* hover color */
    color: white !important;            /* text color */
}