.klb-search-results .search-img {
	flex: 0 0 auto;
}

.klb-search-results .search-content {
	gap: 10px;
	min-width: 0;
}

.klb-search-results h1.product-title {
	flex: 1 1 auto;
	min-width: 0;
	margin-right: 0;
}

.klb-search-results span.price {
	display: flex;
	flex: 0 0 auto;
	flex-flow: row nowrap;
	width: max-content;
	max-width: none;
	white-space: nowrap;
}

.klb-search-results span.price > * {
	display: inline-block;
	white-space: nowrap;
}
