predictive-search .predictive-search{position:relative;color:var(--color-brand-text);z-index:1}predictive-search .predictive-search-results{box-sizing:border-box;position:absolute;top:0;left:-1rem;right:0;background-color:var(--color-brand-background);border:1px solid var(--color-border);border-radius:var(--border-radius)}@media screen and (min-width:1024px){predictive-search .predictive-search-results{left:.5rem}}predictive-search .predictive-search__list{padding:0;margin:0;max-height:72vh;overflow:auto;list-style:none}predictive-search .predictive-search__list-item.predictive-search__list-item--heading{padding:1rem 1rem .5rem 1rem}predictive-search .predictive-search__list-item.predictive-search__list-item--heading:last-child{padding-bottom:1rem}predictive-search .predictive-search__list-item.predictive-search__list-item--heading .text-large,predictive-search .predictive-search__list-item.predictive-search__list-item--heading .text-small{margin-top:0}predictive-search .predictive-search__list-item.predictive-search__list-item--action{border-top:1px solid var(--color-border);padding:.5rem 1rem 1rem 1rem}predictive-search .predictive-search__item__content p{margin-top:0}predictive-search .predictive-search__list__link{display:grid;grid-template-columns:2.5rem 1fr;gap:1rem;padding:.5rem 1rem;text-decoration:none;color:inherit}predictive-search .predictive-search__list__link:hover{background-color:var(--color-brand-accent)}predictive-search .predictive-search__list__link:active{background-color:var(--color-brand-primary-dark);color:var(--color-beige)}