/* Widen admin changelist search box in Unfold. */
#toolbar {
  flex: 1 1 auto;
  min-width: 0;
}

#toolbar #changelist-search {
  width: 100%;
}

/* Override Unfold utility class lg:w-96 on the search wrapper. */
#toolbar #changelist-search > div {
  width: 100% !important;
  max-width: none !important;
}

input#searchbar {
  width: 100% !important;
  min-width: clamp(28rem, 62vw, 78rem) !important;
}

@media (max-width: 1024px) {
  input#searchbar {
    min-width: 16rem !important;
  }
}
