/* Global Search styles for Theme5 */
.search-results {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: 6px 0;
}
.search-results .result-item {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
}
.search-results .result-item a {
  text-decoration: none;
  color: #333;
}
.search-results .result-item:hover {
  background: #f8f9fa;
}
.modal-header .fw-bold { font-weight: 700; }
