.autocomplete-wrapper{position:relative;width:100%;z-index:100}.autocomplete-dropdown{position:relative;background:var(--card-bg);border:1px solid var(--border-color);border-top:none;border-radius:0 0 var(--radius-2) var(--radius-2);max-height:200px;overflow-y:auto;list-style:none;margin:0;padding:0;box-shadow:0 4px 6px #0000001a;animation:expand .2s ease-out}@keyframes expand{0%{max-height:0;opacity:0}to{max-height:200px;opacity:1}}.autocomplete-item{padding:var(--spacing-2) var(--spacing-3);cursor:pointer;transition:background-color .15s}.autocomplete-item:hover{background:var(--hover-color)}.autocomplete-item:last-child{border-radius:0 0 var(--radius-2) var(--radius-2)}.autocomplete-dropdown::-webkit-scrollbar{width:8px}.autocomplete-dropdown::-webkit-scrollbar-track{background:var(--card-bg)}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:var(--mid)}
