/**
 * Block : Grid
 * =================================
 *
 *
 *
 */

.grid_filters-bottom {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .grid_filters-bottom {
    margin-bottom: 40px;
  }
}

.grid__filters-sorting .wpgb-facet {
  display: flex;
  align-items: center;
}

.grid__filters-sorting .wpgb-facet .wpgb-facet-title {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--mulish);
  font-weight: 400;
}
