.site-search {
  position: relative;
  display: inline-block;
}
.site-search input[type="search"] {
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 220px;
}
.site-search-results {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  max-height: 60vh;
  overflow: auto;
  z-index: 1000;
}
.search-item { padding: 10px; border-bottom: 1px solid #f0f0f0; }
.search-item-title { font-weight: 600; color: #333; text-decoration: none; }
.search-item-meta { font-size: 12px; color: #888; margin-top: 4px; }
.search-item-desc { margin-top: 6px; color: #555; }
.search-empty { padding: 10px; color: #666; }
