@php $container_class = ['header-search-results-container max-h-[min(440px,80vh)] overflow-y-auto rounded-xl bg-background shadow-xl shadow-black/5']; if ($style === 'compact') { $container_class[] = 'absolute top-full inset-x-0 z-50 mt-4'; } $container_class[] = $attributes->get('class:results-container'); @endphp