#site-catalog-search-form .display-search-form-inline {
  display: flex !important;
}

/*
* General search form styling
*/
/* overrides any block level styling coming form custom theme*/
#site-catalog-search-form .search-top-wrapper > * {
  margin: unset !important;
  max-width: unset !important;
  width: unset !important;
}

#site-catalog-search-form .search-top-wrapper,
#site-catalog-search-form .search-bottom-wrapper {
  display: flex !important;
  gap: 0 .85rem;
}

#site-catalog-search-form legend {
  font-weight: bold;
  flex-basis: 5.5rem;
}

/*
* Sidebar search form styling
*/
.sidebar .search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.1rem 0;
  /* align-items: stretch; */
}
/* overrides any block level styling coming from custom theme*/
.sidebar .search-wrapper > * {
  box-sizing: border-box;
  height: 2.5rem;
  margin: unset !important;
  max-width: unset !important;
  width: unset !important;
}
