/* /sanctions/ — the search field. The chips come from seo.css, shared with /events. */

.fsearch {
  min-height: 38px;
  min-width: 0;
  flex: 1 1 220px;
  max-width: 320px;
  padding: 0 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--cream);
  font-family: var(--mono);
  font-size: 12.5px;
}
.fsearch::placeholder { font-family: var(--sans); color: #4E5A66; }
.fsearch:focus { outline: none; border-color: var(--cyan); }

/* A hidden row must stay hidden even though .s-table sets display on every cell at <=640px. */
#entityTable tbody tr[hidden] { display: none; }
