#sds-search-wrapper { position: relative; width: 300px; }
#sds-suggestions { position: absolute; top: 100%; left: 0; right: 0; background: #fff; border: 1px solid #ccc; z-index: 999; max-height: 200px; overflow-y: auto; }
#sds-suggestions ul { list-style: none; margin: 0; padding: 0; }
#sds-suggestions li { padding: 8px; cursor: pointer; }
#sds-suggestions li:hover { background: #f0f0f0; }
