.hc-search-wrapper[data-search-open=true] .hc-border-search{border-color:var(--hc-search-border)!important;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent!important;box-shadow:0 -2px 12px rgba(0,0,0,.06)!important}.hc-search-dropdown{position:fixed;z-index:1000;min-height:320px;max-height:70vh;overflow-y:auto;background-color:var(--hc-search-bg);color:var(--hc-search-text);border:1px solid var(--hc-search-border);border-top:none;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:8px 0;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(0,0,0,.12),0 18px 40px rgba(0,0,0,.18);animation:hcDropdownIn .15s ease-out}.hc-search-dropdown:before{content:"";display:block;flex-shrink:0;height:1px;margin:0 16px 8px;background-color:var(--hc-card-border)}.hc-search-dropdown>[role=listbox]{flex:1;display:flex;flex-direction:column}.hc-search-dropdown>[role=listbox]>div:only-child{flex:1}.hc-search-dropdown::-webkit-scrollbar{width:6px}.hc-search-dropdown::-webkit-scrollbar-track{background:transparent}.hc-search-dropdown::-webkit-scrollbar-thumb{background-color:var(--hc-card-border);border-radius:3px}.hc-search-dropdown::-webkit-scrollbar-thumb:hover{background-color:var(--hc-text-muted)}@keyframes hcDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.hc-search-dropdown{min-height:240px;max-height:60vh;border-bottom-left-radius:10px;border-bottom-right-radius:10px}}