.search_bar{align-self:center;flex-grow:1;position:relative}.search_bar input[type=search]{background:#ffffff33;color:#ffffff;width:100%}.search_bar input[type=search]::placeholder{color:var(--foreground);font-weight:300;opacity:.7}.search_bar input[type=search]::-moz-placeholder{color:var(--foreground);font-weight:300;opacity:.7}.search_bar input[type=search]::-ms-input-placeholder{color:var(--foreground);font-weight:300;opacity:.7}.search_bar input[type=search]::-webkit-input-placeholder{color:var(--foreground);font-weight:300;opacity:.7}.search_bar input[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:brightness(100)}.search_bar .search_results{background:#000000dd;color:#ffffff;max-height:calc(100vh - 100px);overflow-x:hidden;overflow-y:auto;position:absolute;width:100%}.search_bar .search_results .search_result_header{border-bottom:1px dashed;padding:5px 10px}.search_bar .search_results .search_result_more,.search_bar .search_results a{color:#ffffff;display:flex;gap:10px;padding:5px 10px;text-decoration:none}@media (hover:hover){.search_bar .search_results .search_result_more:hover,.search_bar .search_results a:hover{background:#ffffff55}}.search_bar .search_results a>span:first-of-type{aspect-ratio:1;background-position:50%;background-repeat:no-repeat;background-size:contain;flex:0 0 46px}.search_bar .search_results a>span:nth-of-type(2){display:flex;flex-direction:column;justify-content:center}.search_bar .search_results a>span:nth-of-type(2)>span:nth-of-type(2){font-weight:100}.search_bar .search_results .search_result_more{border-bottom:1px solid;cursor:pointer;display:block;text-align:center;width:100%}