/*===== Filters =====*/
.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.wpc-filters-section {
  margin-bottom: 1.5em;
  position: relative;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 0 1px rgb(0 0 0 / 70%);
}

.widget_wpc_filters_widget {
  position: sticky !important;
  top: 0;
}
.wpc-filters-section:not(.wpc-opened) .wpc-filter-title {
  margin: 0;
}
.wpc-posts-found {
  display: none;
}

@media screen and (max-width: 768px) {
  .wpc_show_bottom_widget .wpc-filters-widget-controls-container,
  .wpc_show_bottom_widget .wpc-filters-widget-top-container,
  .wpc_show_open_close_button .wpc-filters-open-button-container,
  .wpc_show_bottom_widget .wpc-filters-open-button-container {
    display: block !important;
  }

  .widget_wpc_filters_widget {
    z-index: 999999;
  }
}
