div.SearchBox {
    height: 2.5em !important;
}
div.SearchBox > div.searchbox-field, button.searchbox-filter-button {
    height: 2.5em !important;
}
div.SearchBox > div.input-container, div.input-container-prefix {
    padding: 0 0.5em !important;
}
div.SearchBox > div.searchbox-results {
    max-height: calc(var(--vh, 1vh) * 100 - 6em) !important;
}
div.SearchBox > input.input-container-input {
    padding-left: 0.5em;
}
