.industry-search{width:260px;position:relative;flex:none}
.industry-search-box{height:43px;border:1px solid #dbe4d9;background:#fff;border-radius:11px;display:flex;align-items:center;gap:9px;padding:0 12px;transition:border-color .15s,box-shadow .15s}
.industry-search:focus-within .industry-search-box{border-color:#83a779;box-shadow:0 0 0 3px #83a77918}
.industry-search-icon{color:#66805e;font-size:18px;line-height:1}
.industry-search input{border:0;outline:0;background:transparent;min-width:0;width:100%;font-size:12px;color:var(--ink)}
.industry-search input::placeholder{color:#89968d}
.industry-search-results{position:absolute;left:0;right:0;top:50px;background:#fff;border:1px solid #dce5da;border-radius:14px;padding:7px;box-shadow:0 18px 50px #18352d20;z-index:60;max-height:390px;overflow:auto}
.industry-search-results[hidden]{display:none}
.industry-search-results a{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:10px;border-radius:9px}
.industry-search-results a:hover,.industry-search-results a:focus{background:#eff4e9;outline:0}
.search-result-icon{width:34px;height:34px;border-radius:9px;background:#e7f0dd;color:#466d3d;display:grid;place-items:center;font-size:15px}
.search-result-copy{min-width:0}.search-result-copy b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-copy span{display:block;font-size:9px;color:#7b897f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.search-empty{font-size:11px;color:#728078;text-align:center;padding:15px 9px}
@media(max-width:1220px){.header nav{display:none}.industry-search{width:240px}}
@media(max-width:760px){.header{height:138px!important;align-items:flex-start;padding-top:18px!important}.industry-search{position:absolute;left:18px;right:18px;bottom:12px;width:auto}.industry-search-box{height:43px}.industry-search-results{top:48px}.header-actions{padding-top:3px}}
@media(max-width:430px){.header-actions .text-button{display:none}.industry-search-results{max-height:320px}}
