/* ── 1. Search bar — visible ── */
.sec-search {
  background: var(--bg-cool) !important;
  border-color: rgba(30, 30, 40, .22) !important;
  box-shadow: 0 1px 4px rgba(3, 31, 86, .06);
}

.sec-search:focus-within {
  border-color: var(--brand-mid) !important;
  box-shadow: 0 0 0 2px rgba(6, 74, 207, .10) !important;
}

.sec-search-icon {
  color: rgba(30, 30, 40, .42) !important;
}

.sec-search input {
  color: var(--ui-ink) !important;
}

.sec-search input::placeholder {
  color: rgba(30, 30, 40, .38) !important;
}

.sec-search-clear {
  color: rgba(30, 30, 40, .32) !important;
}

.sec-search-clear:hover {
  color: var(--brand-mid) !important;
}
