@media screen and (max-width:1200px){.predictive-search__quicklinks{display:none}}.predictive-search__results-wrapper{position:relative;color:var(--color-brand-text)}.predictive-search__dropdown{box-sizing:border-box;position:absolute;z-index:var(--z-index-default);top:0;left:0;right:0;padding:.5rem 0;background-color:var(--color-brand-accent-light);border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem}.predictive-search__dropdown:before{content:"";display:block;position:absolute;top:-.0625rem;left:1.125rem;right:1.125rem;height:.0625rem;background-color:#eee;z-index:1}@media screen and (min-width:1200px){.predictive-search__quicklinks{display:none}}.predictive-search__quicklinks--hidden{display:none}.predictive-search__list{padding:0;margin:0;max-height:72vh;overflow:auto;list-style:none}.predictive-search__list-item--heading{padding:1rem 1rem .5rem}.predictive-search__list-item--heading:last-child{padding-bottom:1rem}.predictive-search__list-item--action{padding:.5rem 1rem 1rem}.predictive-search__list-item-link{display:block;padding:.25rem 1.5rem;text-decoration:none;color:inherit}.predictive-search__list-item-link:hover{background-color:var(--color-brand-accent)}.predictive-search__list-item-link-add{color:#b8b8b8}