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)}predictive-search .predictive-search .predictive-search__heading{color:var(--highlight-fill-dark);min-height:-moz-fit-content;min-height:fit-content}predictive-search .predictive-search #predictive-search-results-list{display:flex;flex-direction:column;gap:var(--global-grid-gap);list-style:none}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:underline;text-decoration-color:transparent;transition:color .3s ease,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(--menu-link-fill-hover)}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button):hover .predictive-search__item-heading{color:var(--menu-link-fill-hover)}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;max-height:120px;aspect-ratio:1/1;max-width:-moz-fit-content;max-width:fit-content;background-color:var(--background-fill-light-2);border-radius:var(--global-border-rad)}@media screen and (max-width:768px){predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button) .predictive-search__image{max-height:75px}}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button) .predictive-search__image[src*=".png"]{width:75%;height:75%;-o-object-fit:contain;object-fit:contain}predictive-search .predictive-search #predictive-search-results-list .predictive-search__list-item .predictive-search__item:not(.button) .predictive-search__item-heading{color:var(--menu-link-fill-default);flex:1 1 80%;font-family:var(--global-body-lg-font-family);font-size:var(--global-body-lg-font-size);font-style:var(--global-body-lg-font-style);font-weight:var(--global-body-lg-font-weight);letter-spacing:var(--global-body-lg-letter-spacing);line-height:var(--global-body-lg-line-height);gap:var(--global-body-lg-paragraph-spacing);text-transform:var(--global-body-lg-text-transform)}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}