/* Sept 2026 client feedback round — recipes (Inspiration).
 *
 * The Inspiration design lives in the Kayem Widgets plugin stylesheet,
 * wp-content/plugins/kayem-widgets/assets/kayem-inspiration-page.css, together
 * with the generated Elementor layouts (Tools → Kayem Inspiration Template), so
 * this round's changes were made there and re-applying the template reproduces
 * them. Only rules that have to win over kayem-site.css belong in this file.
 */

/* The recipe listing and the recipe pages share the site's 1140px content box
 * (header, footer and /products/ use the same), so nothing sits 10px inboard of
 * everything else. Belt and braces if a container is ever rebuilt by hand. */
.kayem-inspiration-body .kr-listing > .e-con-inner,
.kayem-inspiration-single-body .kr-band > .e-con-inner {
	max-width: 1140px;
}
