/* Search results chrome (input layout lives in guide-shell.css) */
.rg-search-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.rg-search-hit {
  display: block;
  width: 100%;
  text-align: left;
  appearance: none;
  border: 0;
  background: transparent;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  color: inherit;
  font-family: system-ui, -apple-system, sans-serif;
}

.rg-search-hit:hover,
.rg-search-hit:focus {
  background: #f4efe8;
  outline: none;
}

.rg-search-hit strong {
  display: block;
  font-size: 13px;
  margin-bottom: 2px;
}

.rg-search-hit span {
  display: block;
  font-size: 12px;
  color: var(--rg-muted, #6b635c);
  line-height: 1.35;
}
