/* Low specificity on purpose, so host themes can override. */

.test-chat-search {
	position: relative;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	/* The plugin ships no font files. */
	font-family: inherit;
}

.test-chat-search-input {
	width: 100%;
	box-sizing: border-box;
	font-family: inherit;
	padding: 10px 14px;
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
}

.test-chat-search-results {
	margin-top: 8px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}

.test-chat-search-empty {
	padding: 12px 14px;
	color: #6b7280;
	font-size: 14px;
}

.test-chat-search-card {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #f0f0f0;
}

.test-chat-search-card:last-child {
	border-bottom: 0;
}

.test-chat-search-card:hover,
.test-chat-search-card:focus {
	background: #f6f7f7;
}

.test-chat-search-thumb {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 4px;
	background: #f0f0f1;
}

.test-chat-search-body {
	flex: 1 1 auto;
	min-width: 0;
}

.test-chat-search-title {
	font-weight: 600;
	line-height: 1.3;
}

.test-chat-search-desc {
	margin-top: 2px;
	font-size: 13px;
	color: #6b7280;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.test-chat-search-price {
	margin-top: 4px;
	font-size: 14px;
}

.test-chat-search-sale {
	color: #b32d2e;
	font-weight: 600;
}

.test-chat-search-was {
	margin-left: 6px;
	color: #9ca3af;
	text-decoration: line-through;
}
