.vswp-container { display:flex; align-items:center; gap:8px; max-width:720px; margin: .5rem 0; }
.vswp-query { flex:1; padding:8px 10px; border:1px solid #ddd; border-radius:6px; }
.vswp-mic { background:#f1f1f1; border:1px solid #ccc; padding:8px 10px; border-radius:6px; cursor:pointer; }
.vswp-mic.listening { background:#ffecec; border-color:#f39; }
.vswp-mic.unsupported { opacity:.6; cursor:not-allowed; }
.vswp-transcript { font-size:.9rem; color:#555; margin-left:8px; min-width:200px; }
.vswp-results { margin-top:8px; width:100%; }
.vswp-results-list { list-style:none; padding:0; margin:0; border-top:1px solid #eee; }
.vswp-result-item { padding:8px; border-bottom:1px solid #eee; }
.vswp-result-item a { text-decoration:none; color:inherit; display:block; }
.vswp-excerpt { color:#666; font-size:.9rem; margin-top:4px; }
.vswp-no-results, .vswp-error { color:#777; padding:8px; }