/* "Featured in This Article" strip appended to blog posts, and the [wla_trending] grid — see
   class-wla-blog-products.php. Both just style the wrapper; the actual product cards are
   WooCommerce's own [products] shortcode output, left alone so they match the rest of the
   site's shop grid look. */

.wla-featured-products {
	margin-top: 40px;
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
}

.wla-featured-products-title {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 16px;
}

.wla-trending-empty {
	text-align: center;
	color: #6c7268; /* --ink-dim, matches shop-loop-subtitle.css */
	padding: 40px 0;
	font-size: 15px;
}