/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

.row, .search-form {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
}