/**
 * SEARCH-FILTERS — the one piece of markup fix-search2.php prints.
 * PHP: inc/areas/fix-search2.php   JS: assets/js/areas/fix-search2.js
 *
 * The "no exact matches, showing results for …" line that appears under the search
 * heading when the relaxed retry found products. Nothing else is styled: the search
 * page, the empty state and the filter sidebar belong to search.css, fix-edge-states.css
 * and category-filters.css, and this file must not compete with any of them.
 */

.yb .yb-s2f-relaxed {
	margin: 0 0 24px;
	padding: 0;
	font-family: var(--yb-font);
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: var(--yb-muted);
}

.yb .yb-s2f-relaxed strong {
	font-weight: 500;
	color: var(--yb-ink);
}

@media (max-width: 768px) {

	.yb .yb-s2f-relaxed {
		margin-bottom: 16px;
		padding: 0 16px;
		font-size: 13px;
	}
}
