.wd-search-full-screen .autocomplete-suggestions{display:flex;flex-wrap:wrap;justify-content:center;padding:10px;background-color:var(--bgcolor-white)}.wd-search-full-screen .autocomplete-suggestion{flex-grow:0;flex-basis:200px;padding:10px}.wd-search-full-screen.wd-searched .search-results-wrapper{margin-top:calc(var(--wd-info-height) * -1);height:calc(100% - var(--wd-form-height) - var(--wd-requests-height))}.wd-search-full-screen :is(.view-all-results,.suggestion-divider){flex:1 1 100%}.wd-search-full-screen .view-all-results{margin:10px -10px -10px}.wd-search-full-screen .suggestion-divider{margin-top:20px;margin-inline:-20px;padding-top:20px}.wd-search-full-screen .search-loading~.wd-search-loader{top:var(--wd-form-height);visibility:visible;opacity:1;transition:opacity .6s cubic-bezier(.19,1,.22,1),visibility .6s cubic-bezier(.19,1,.22,1)}.wd-search-full-screen .search-loading~.wd-search-loader:after{animation:wd-rotate 450ms infinite linear}.wd-search-full-screen.wd-requests-enabled{--wd-requests-height:70px}.wd-search-full-screen .wd-search-requests{margin-top:30px;padding-inline:20px}.wd-search-full-screen .wd-search-requests ul{text-align:center}.wd-search-full-screen .wd-search-requests-text{display:none}.wd-search-full-screen.wd-opened{transition:opacity 0s,visibility 0s,transform .5s cubic-bezier(.19,1,.22,1);transform:none}.wd-search-full-screen .wd-search-area{padding-inline:15px;height:100%}.wd-search-full-screen .wd-search-area .wd-scroll-content{max-height:calc(100% - var(--wd-info-height) - var(--wd-requests-height) - var(--wd-form-height))}@media (max-width:1024px){.wd-search-full-screen .autocomplete-suggestion{padding:10px}}@media (max-width:768.98px){.wd-search-full-screen .autocomplete-suggestion{flex-basis:33.333333%}}@media (max-width:576px){.wd-search-full-screen .autocomplete-suggestion{flex-basis:50%}}