.co-search-range-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.co-search-range-row input { width: 100%; height: 48px; border: 1px solid #e5e7eb; border-radius: 8px; padding: 0 14px; background: #fff; }
.co-search-actions { display: flex; gap: 10px; align-items: center; margin-top: 14px; }
.co-search-count { font-size: 18px; opacity: .75; }
.co-home-brand-fields { display: none; }
#co-home-search[data-mode="brand"] .co-home-budget-fields { display: none; }
#co-home-search[data-mode="brand"] .co-home-brand-fields { display: block; }
