.information-widget-search {
  flex-basis: min(24rem, 100%);
}

.information-widget-search::before {
  content: attr(data-search-label);
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  color: rgb(15 23 42 / 0.78);
}

.dark .information-widget-search::before {
  color: rgb(255 255 255 / 0.78);
}

.information-widget-search > div {
  margin-top: 0;
}
