predictive-search[loading] .predictive-search,predictive-search[open] .predictive-search{display:block}predictive-search:not([loading]) .predictive-search-status__loading,predictive-search:not([loading]) .predictive-search__heading .spinner,predictive-search:not([loading]) .predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:var(--box-pad)}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}predictive-search .predictive-search{display:none;position:absolute;width:100%;top:100%;z-index:3;background:var(--background-fill-light-1);border:var(--box-border-rad) solid var(--background-stroke-light-1);padding:var(--box-pad)}predictive-search .predictive-search #predictive-search-results{display:flex;flex-direction:column;gap:var(--global-item-gap-sm)}predictive-search .predictive-search .predictive-search__heading{text-transform:uppercase}predictive-search .predictive-search #predictive-search-results-list{display:flex;flex-direction:column;list-style:none}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item{padding:calc(var(--global-grid-gap)/ 2) 0;border-bottom:var(--global-border-width) solid var(--global-border-stroke)}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item:last-child,predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item:nth-last-child(2){border:none}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item:first-child{padding-top:0}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button){display:flex;flex-direction:row;gap:var(--global-col-gap-sm);align-items:center;text-decoration-color:transparent;color:var(--heading-dark);transition:text-decoration-color .3s ease}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button):hover{text-decoration-color:var(--heading-dark)}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button) .predictive-search__image{flex:1 1 20%;width:auto;height:100%;-o-object-fit:contain;object-fit:contain;aspect-ratio:1/1;width:100px;max-width:100px}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button) .predictive-search__item-heading{flex:1 1 80%;line-height:18px}predictive-search .predictive-search svg{height:var(--icon-size);width:var(--icon-size)}predictive-search .predictive-search .spinner{height:var(--icon-size);width:var(--icon-size);line-height:0}