.history-autocomplete-host{position:relative}.history-autocomplete{position:absolute;left:8px;right:8px;top:calc(100% + 8px);z-index:30;background:#fff;border:1px solid #dbe3ef;border-radius:12px;box-shadow:0 14px 35px rgba(39,76,128,.14);padding:6px;overflow:hidden}.history-autocomplete[hidden]{display:none}.history-autocomplete-label{padding:7px 10px 5px;color:#7d899b;font-size:.6875rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.history-autocomplete button{width:100%;border:0;background:transparent;color:#24324a;display:flex;align-items:center;gap:9px;text-align:left;padding:10px 12px;border-radius:8px;cursor:pointer;min-height:40px}.history-autocomplete button:hover,.history-autocomplete button.active{background:#eef4ff;color:#1768e5}.history-autocomplete button span:first-child{opacity:.65}.dark .history-autocomplete{background:#161b22;border-color:#30363d;box-shadow:0 14px 35px rgba(0,0,0,.28)}.dark .history-autocomplete-label{color:#8b98a9}.dark .history-autocomplete button{color:#dbe5ee}.dark .history-autocomplete button:hover,.dark .history-autocomplete button.active{background:#1f3150;color:#9ec1ff}@media(max-width:760px){.history-autocomplete{left:0;right:0;top:calc(100% + 6px)}}