predictive-search .predictive-search{color:var(--color-brand-text)}predictive-search .predictive-search-results{position:absolute;top:calc(100% + 1px);left:0;right:0;overflow:hidden;transition:box-shadow .2s ease-in-out}@media screen and (max-width:1023px){predictive-search .predictive-search-results{background:#fff;margin-top:0;padding-top:20px;max-height:calc(100vh - 134px)}}@media screen and (min-width:1024px){predictive-search .predictive-search-results.search-dropdown__is-open{display:block;overflow-y:scroll}}predictive-search .predictive-search__list{padding:0;margin:0;max-height:72vh;overflow:auto;list-style:none}predictive-search .predictive-search__list-item{line-height:2rem}predictive-search .predictive-search__list-item--action .button{justify-content:flex-start;line-height:2rem}predictive-search .predictive-search__list-item:hover{background-color:var(--color-brand-accent)}predictive-search .predictive-search__list-item:active{background-color:var(--color-brand-primary-50)}predictive-search .predictive-search__list__link{display:grid;align-items:center;grid-template-columns:2.5rem 1fr;gap:1rem;padding:.5rem 1rem;text-decoration:none}predictive-search .predictive-search__list__title{font-family:var(--font-light-family);font-weight:var(--font-light-weight);font-style:var(--font-light-style);font-size:1.25em;color:var(--color-black-50)}