  
/* Search Input Group */  
.search-input-group { display: flex; gap: 0.5rem; }  
.search-input-group input { flex: 1; } 
