/*
Config investigated: FiboSearch Pro (dgwt_wcas_settings) has no admin setting for
category tags or card layout on suggestion results - only toggles for
image/price/description/SKU visibility (show_product_price already turned on via
wp option). The rich card layout requires real markup, not a Customizer control, so
custom CSS is the correct layer here per the Blocksy implementation hierarchy.
*/

/* Category tag pill, injected client-side by custom/js/search-suggestions.js from the
   bonza/v1/search-enrich REST response (custom.php) */
.dgwt-wcas-suggestion-product .bcp-search-cat {
	display: inline-block;
	margin-top: 4px;
	padding: 2px 10px;
	border-radius: 999px;
	background: var(--wp--preset--color--bhp-cream, #F8EDE3);
	color: var(--wp--preset--color--bhp-ink, #494545); /* 8.21:1 WCAG relative-luminance ratio, #494545 on #F8EDE3 - passes AA (4.5:1) and AAA (7:1) for normal text */
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
