predictive-search:not([loading]) .predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__loading-state{display:block}predictive-search[loading] .predictive-search__results{display:none}predictive-search:not(.run-top) .predictive-search{opacity:0}.predictive-search{transition:opacity .3s ease .5s}[data-predictive-search]{overflow-y:auto;padding:2.5rem 0;transition:top .3s ease,opacity .3s ease;position:absolute;max-height:60vh;opacity:0;visibility:hidden;top:calc(100% + 3rem);box-shadow:0 0 4rem rgba(var(--color-overlay),.1);border-radius:.8rem;background:rgb(var(--color-background));width:calc(100vw - 3rem)}@media screen and (min-width:475px){[data-predictive-search]{inset-inline-end:0;width:100%}}predictive-search[open].run-top [data-predictive-search]{opacity:1;visibility:visible;top:calc(100% + 1rem)}predictive-search[open] .search__input{background:rgb(var(--color-background))}.search__input{transition:background .3s ease}.predictive-search__notification,.predictive-search__search-url{padding:0 2.5rem}.predictive-search__header{padding:2.5rem;margin:-2.5rem 0}.predictive-search__header:hover{background:rgb(var(--color-foreground),.05)}.predictive-search__group{padding:1.5rem 2.5rem;border-top:1px dashed var(--color-line)}.predictive-search__group:last-of-type{border-bottom:1px dashed var(--color-line)}.predictive-search__query-list{padding-top:1rem;gap:1rem}.predictive-search__item-query{--outline-focus-offset:-.3rem;padding:.1rem 1rem;transition:background .3s ease;border-radius:.8rem;background:rgb(var(--color-foreground),.05);white-space:nowrap}.predictive-search__item-query:hover{background:rgb(var(--color-foreground),.1)}.predictive-search__item-query-result{color:rgb(var(--color-highlight));margin:.7rem 0}.predictive-search__item-query-result mark{color:rgb(var(--color-foreground));background:none}.predictive-search__group--with-media{padding-inline:0;padding-bottom:0}.predictive-search__item{column-gap:1.5rem;grid-template-columns:7rem 1fr;padding:1.5rem 2.5rem;display:grid}a.predictive-search__item{--outline-focus-offset:-.5rem}.predictive-search__item--empty{grid-template-columns:auto}.predictive-search__item+.predictive-search__item{border-top:1px solid rgb(var(--color-foreground),.1)}.predictive-search__item:hover{background:rgb(var(--color-foreground),.05)}.predictive-search__item__title.card__heading{margin-top:0}.predictive-search__item__title .link{z-index:1}.predictive-search__button{padding:1rem 2rem;font-size:1.2rem;text-decoration:none;font-weight:var(--font-button-weight-bold);font-style:var(--font-button-style);color:rgb(var(--color-foreground));transition:background .5s ease;text-transform:uppercase;border-radius:.5rem;background:rgb(var(--color-foreground),.05);font-family:var(--font-button-family)}.predictive-search__button:hover{background:rgb(var(--color-foreground),.1)}.header__search--has-predictive>details[open] .search--header,.predictive-search[open]>[data-predictive-search],.predictive-search[open]>form{z-index:4}.header__search--has-predictive>details[open] .predictive-search__overlay,.predictive-search[open] .predictive-search__overlay{height:100vh;inset-inline-start:0;transition:opacity .3s ease;position:fixed;opacity:0;top:0;background:rgb(var(--color-overlay),.1);cursor:pointer;width:100vw;display:block;z-index:1}.header__search--has-predictive>details[open] .predictive-search__overlay,.predictive-search.run-top .predictive-search__overlay{opacity:1}.predictive-search__padding{padding:0 2.5rem}@media (min-width:990px){[data-predictive-search]:not(.predictive-search__full){max-width:50rem;min-width:40rem}}