/* Gray subtitle line under each product title in shop/category grids — see
   class-wla-shop-loop-subtitle.php. Matches Lipsey's own catalog listing style: bold clean
   title, fuller spec text underneath in a smaller, muted gray. */
.wla-loop-subtitle {
	font-size: 11.5px;
	line-height: 1.35;
	color: #6c7268; /* --ink-dim, PRD §5.1 */
	margin: 2px 0 8px;
}
