/* Keep it tiny; Tailwind will still apply. */
#stc-suggest-panel a[aria-selected="true"] { background: #eef2ff; }


/* Hide native clear "X" (if you want only your spinner) */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Selected row background */
.stc-suggest-panel a[aria-selected="true"] { background: #eef2ff; }
