predictive-search .predictive-search{color:var(--color-brand-text);position:relative}predictive-search .predictive-search .predictive-search-results{-ms-overflow-style:none;background-color:var(--color-white);-webkit-box-sizing:border-box;box-sizing:border-box;max-height:calc(100vh - 140px);overflow:auto;scrollbar-width:none}predictive-search .predictive-search .predictive-search-results::-webkit-scrollbar{display:none}predictive-search .predictive-search .predictive-search-results__inner{margin:0 auto}@media screen and (min-width:1024px){predictive-search .predictive-search .predictive-search-results__inner{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}}predictive-search .predictive-search__group{border-bottom:.0625rem solid var(--color-border);padding:1.5rem 0}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 p{margin-bottom:0}predictive-search .predictive-search__group--footer{border-bottom:none;margin-top:1.5rem}predictive-search .predictive-search__list{grid-row-gap:.5rem;grid-column-gap:.5rem;list-style:none;margin:0;padding:0}predictive-search .predictive-search__list-item.is-col-6{background:var(--color-brand-accent)}predictive-search .predictive-search__list-item.is-col-6 .predictive-search__list-item--meta{border-top:.0625rem solid var(--color-brand-text-50);margin:1rem .5rem 0;padding:1rem 0}predictive-search .predictive-search__list-item--link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:space-between}predictive-search .predictive-search__list-item--link:hover{text-decoration:none}predictive-search .predictive-search__list-item--meta{-webkit-box-sizing:border-box;box-sizing:border-box}predictive-search .predictive-search__list-item--meta p{margin-bottom:0}predictive-search .predictive-search__list-item--meta.article{min-height:4.5rem}predictive-search .predictive-search__list-item--meta.product{min-height:6.5rem}