/*
 * Dynamic "Other Recommended Restaurants" cards.
 * Rendered by the [dlc_recommended_restaurant] shortcode (functions.php) — one shortcode
 * widget per card, sitting in the same 3-column grid container Elementor already lays out
 * (same as the 3 static image widgets it replaced), so no grid/columns/gap CSS is needed
 * here at all. Each restaurant's featured image is already a fully-designed branded card
 * (badge, name, chef, cuisine baked in) — same asset the original static grid displayed —
 * so this only needs to render it uncropped, exactly as the original Elementor `image`
 * widget did, wrapped in a link.
 */

.dlc-recommended-card {
	display: block;
}

.dlc-recommended-card img {
	width: 100%;
	height: auto;
	display: block;
}
