/**
 * Mobile search results must use the visual viewport, which accounts for the
 * on-screen keyboard. The matching pixel value is maintained by search.js.
 */
@media only screen and (max-width: 1024px) {
	#search-outer .nectar-ajax-search-results .inner {
		max-height: var(--fragrome-search-visible-height, calc(100dvh - 48px)) !important;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}
}
