/**
 * Smart-search notices (see inc/smart-search.php).
 *
 * Shown when a search has no exact match and we surface suggestions instead of
 * a dead end. Both notes span the full width of their grid so they never get
 * treated as a product cell.
 */

/* Header popup dropdown: "No exact match — you might also like:" */
.popup-search-results .ss-alt-note {
	flex: 0 0 100%;
	width: 100%;
	margin: 0 0 14px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	color: #666;
	letter-spacing: .2px;
}

/* Search results page: "We couldn't find an exact match…" */
.ss-results-note {
	margin: 0 0 24px;
	padding: 12px 18px;
	background: #f7f7f7;
	border-left: 3px solid #000;
	font-size: 15px;
	line-height: 1.5;
	color: #444;
}
