/* Event search bar */
/* ================ */
.event-search-bar {
  /* On mobile the search bar shares a row with the scope filter; let it take
     the remaining space so the placeholder text isn't truncated. */
  @media (width <=576px) {
    flex-grow: 1;
  }
}