.ss-dropdown-wrapper{position:relative;display:block;width:100%}.ss-dropdown{position:absolute;top:calc(100% + 1px);left:0;right:0;background:#fff;border:1px solid #ccc;border-top:none;z-index:99999;max-height:420px;overflow-y:auto;box-shadow:0 6px 18px rgb(0 0 0 / .15);animation:ss-fadein 0.08s ease}.ss-dropdown.hidden{display:none}@keyframes ss-fadein{from{opacity:0}to{opacity:1}}.ss-section-header{display:none}.ss-suggestion{display:flex;align-items:center;padding:7px 14px;cursor:pointer;font-size:13.5px;font-weight:400;color:#000;background:#fff;line-height:1.25;transition:background 0.06s,color 0.06s;border-bottom:.8px solid #f0f0f0;-webkit-tap-highlight-color:#fff0}.ss-suggestion:last-child{border-bottom:none}.ss-suggestion .ss-tag-prefix{font-weight:700;margin-right:4px;flex-shrink:0}.ss-suggestion:hover,.ss-suggestion:active,.ss-suggestion.active{background:#000000!important;color:#ffffff!important}.ss-did-you-mean{padding:8px 14px;background:#f9f9f9;border-top:1px solid #eee;font-size:12.5px;color:#444;line-height:1.3}.ss-did-you-mean a{color:#000;font-weight:700;text-decoration:underline}.ss-loading{padding:8px 14px;color:#bbb;font-size:12.5px;font-style:italic}.ss-history-item{display:flex;align-items:center;padding:7px 14px;cursor:pointer;font-size:13.5px;color:#000;background:#fff;line-height:1.25;transition:background 0.06s,color 0.06s;border-bottom:.8px solid #f0f0f0;-webkit-tap-highlight-color:#fff0}.ss-history-item:last-child{border-bottom:none}.ss-dropdown .ss-history-item .ss-history-icon{flex:0 0 14px!important;width:14px!important;height:14px!important;min-width:0!important;max-width:14px!important;min-height:0!important;max-height:14px!important;margin-right:8px;color:#999;opacity:.7}.ss-history-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-dropdown .ss-history-item .ss-history-remove{flex:0 0 auto!important;margin-left:6px;cursor:pointer;visibility:hidden;-webkit-tap-highlight-color:#fff0;background:none!important;border:none!important;border-radius:3px!important;color:#555!important;font-size:14px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;text-shadow:none!important;box-shadow:none!important;padding:2px 6px!important;margin-top:0!important;margin-bottom:0!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important}.ss-dropdown .ss-history-item:hover .ss-history-remove,.ss-dropdown .ss-history-item.active .ss-history-remove{color:#fff!important}.ss-history-item:hover .ss-history-remove,.ss-history-item.active .ss-history-remove{visibility:visible}.ss-history-remove:hover{background:rgb(255 255 255 / .2);color:#fff}.ss-history-item:hover,.ss-history-item.active{background:#000;color:#fff}.ss-history-item:hover .ss-history-icon,.ss-history-item.active .ss-history-icon{color:#fff;opacity:1}@media (hover:none){.ss-history-remove{visibility:visible}}@media (max-width:768px){.ss-dropdown{max-height:60vh}.ss-suggestion,.ss-history-item{padding:9px 14px;font-size:14px}}.ss-dropdown::-webkit-scrollbar{width:4px}.ss-dropdown::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.ss-dropdown::-webkit-scrollbar-track{background:#fff0}