

.search-result-item { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: 8px; transition: background 0.15s; cursor: pointer; text-decoration: none !important; border-bottom: 1px solid transparent; }
.search-result-thumb { width: 44px; height: 44px; border-radius: 8px; object-fit: cover; background: #f1f5f9; flex-shrink: 0; border: 1px solid #e2e8f0; }
.search-result-info { flex: 1; min-width: 0; }
.search-result-title { font-weight: 600; color: var(--primary); font-size: 0.9rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-meta { font-size: 0.75rem; color: var(--text-muted); margin-top: 2px; display: flex; align-items: center; gap: 8px; }
.search-badge { font-size: 0.65rem; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; }
.badge-tour { background: rgba(16, 185, 129, 0.1); color: #059669; }
.badge-event { background: rgba(59, 130, 246, 0.1); color: #2563eb; }
.badge-page { background: #f1f5f9; color: #64748b; }
