/* Hide Drupal's exposed form when the custom whole-site search is present. */
#views-exposed-form-tpg-whole-site-search-page-1 {
  display: none !important;
}

/* Let the whole-site search View blend into the page in dark mode. */
:root[data-theme="dark"] .views-row:has(.tpg-site-search-shell) {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* Hide the Tools block and its otherwise empty mobile offcanvas panel. */
.site-navigation .offcanvas:has(#block-tpg-theme-tools),
.site-navigation .offcanvas #block-tpg-theme-tools {
  display: none !important;
}

/* Preserve the old theme's category-filter sizing and text alignment. */
.typeselector.NavigationFlex,
.typeselector.NavigationFlex ul {
  align-items: stretch;
}

li.selectatype {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center;
  min-height: 3.25rem;
  overflow-wrap: anywhere;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

/* Preserve consistent spacing around authored line breaks site-wide. */
br {
  display: block;
  margin: 10px 0;
}
