predictive-search .predictive-search{color:var(--color-text);position:relative}predictive-search .predictive-search-results{left:0;overflow:auto;right:0}@media screen and (min-width:1200px){predictive-search .predictive-search-results{background-color:var(--color-white);border-bottom:1px solid var(--color-border-50);border-radius:var(--border-radius);left:calc(var(--site-side-spacing)*-1);max-height:72vh;position:absolute;right:calc(var(--site-side-spacing)*-1);top:.875rem;z-index:var(--z-index-popover)}}predictive-search .predictive-search-results__inner{margin:3.5rem auto}@media screen and (min-width:1200px){predictive-search .predictive-search-results__inner{max-width:27rem;padding:0 1.5rem;width:100%}}predictive-search .predictive-search__group{border-bottom:1px solid var(--color-border);margin-bottom:1rem}predictive-search .predictive-search__group:last-child{margin-bottom:0}predictive-search .predictive-search__group__header{margin-bottom:1rem}predictive-search .predictive-search__group__header .text-sm{margin-bottom:0}predictive-search .predictive-search__group--footer{margin-top:1.5rem;padding-bottom:1.5rem}@media screen and (min-width:1200px){predictive-search .predictive-search__group--footer{margin-top:1rem;padding-bottom:1rem}}predictive-search .predictive-search__item__title{margin-bottom:0}predictive-search .predictive-search__list{list-style:none;margin:0;padding:0}predictive-search .predictive-search__list-item{margin-bottom:1rem}predictive-search .predictive-search__list-item.predictive-search__list-item--heading .text-xs{margin-top:0}predictive-search .predictive-search__list-item.predictive-search__list-item--action{margin-top:1px solid var(--color-primary-50);padding:.5rem 1rem 1rem}predictive-search .predictive-search__list__link{grid-gap:1rem;color:inherit;display:grid;gap:1rem;grid-template-columns:4rem 1fr;text-decoration:none}predictive-search .predictive-search__list__link:hover{opacity:.72}predictive-search .predictive-search__list__link:active{opacity:1}.predictive-search__show-all{margin-bottom:1rem}