/* Fix: remove 100vh min-height that causes white gap at bottom */
#search_filters_wrapper,
#mobile_top_menu_wrapper {
  min-height: auto !important;
}

/* Sticky footer: push footer to bottom when content is short */
body > main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > main > #wrapper {
  flex: 1 0 auto;
}
body > main > #header,
body > main > #footer,
body > main > .breadcrumb-wrapper {
  flex-shrink: 0;
}
