/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Filters */
.filter-css h3 {
  color: var(--theme-palette-color-1);
  font-size: 22px;
  display: flex;
  align-items: center;
  font-weight: bold;
  gap: 10px; 
  margin: 0px;
}

.filter-css h3::before {
  content: "";
  display: block;
  width: 10px;
  border-bottom: 1px solid var(--theme-palette-color-1);
}

.filter-css h3::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px solid var(--theme-palette-color-1);
}

.filter-css li {
	margin: 2px !important;
}

.filter-css li > div{
	margin: 0 !important;
}

/* Filter */