/**
 * Live product search suggestions
 * Small layout polish on top of the theme's own
 * ".u-search-slide-down__suggestions" styling.
 */
.bookworm-live-search-results {
	max-height: 70vh;
	overflow-y: auto;
}

.bookworm-live-search-results img {
	object-fit: cover;
}
