.color-brand {
  color: var(--wp--preset--color--filter-primary) !important;
}

.color-brand-alternate {
  color: var(--wp--preset--color--filter-secondary) !important;
}

.bg-brand {
  background-color: var(--wp--preset--color--filter-primary) !important;
}

.bg-brand-alternate {
  background-color: var(--wp--preset--color--filter-secondary) !important;
}

.text-white {
  color: #fff !important;
}

.text-light-grey {
  color: var(--wp--preset--color--filter-grey) !important;
}

.text-grey {
  color: #ededed !important;
}

.text-dark-grey {
  color: var(--wp--preset--color--foreground) !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #ff0000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-light-grey {
  background-color: var(--wp--preset--color--filter-grey) !important;
}

.bg-grey {
  background-color: #ededed !important;
}

.bg-dark-grey {
  background-color: var(--wp--preset--color--foreground) !important;
}

.bg-darker-grey {
  background-color: #717171 !important;
}

.bg-darkest-grey {
  background-color: #3E5960 !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-top-light-grey {
  border-top: 3px solid var(--wp--preset--color--filter-grey) !important;
}

.color-positive {
  color: #33bf00;
}

.color-negative {
  color: #c93131;
}

.color-green {
  color: #33bf00;
}

/* set the overriding variables */
/*! jt-probe: statistic-frontend */
:root {
  --jt-note1: frontend-statistic;
}

.wp-block-filter-blocks-statistic {
  height: 100%;
}

@media (max-width: 1439px) {
  .filter-statistics-columns {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .filter-statistics-columns .filter-statistics-item.wp-block-column {
    flex-basis: 47% !important;
    width: 47%;
  }
}
.filter-statistic-container {
  height: 100%;
}
.filter-statistic-container .statistic-container {
  height: 100%;
}
.filter-statistic-container .statistic-container .filter-statistic-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.filter-statistic-container .statistic-section-bottom {
  background-color: var(--wp--preset--color--filter-grey) !important;
  border-top: 3px solid var(--wp--preset--color--filter-primary);
  flex-grow: 1;
  padding: 1.5rem 2rem;
  display: block;
}
@media (max-width: 768px) {
  .filter-statistic-container .statistic-section-bottom {
    padding: 1.5rem;
  }
}
.filter-statistic-container .statistic-bottom-title {
  font-family: var(--wp--preset--font-family--gotham-pro);
  font-size: var(--wp--preset--font-size--huge);
  font-weight: 200;
  --jt-note1: frontend;
  border-bottom: none;
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 479px) {
  .filter-statistic-container .statistic-bottom-title {
    font-size: 30px;
  }
}
.filter-statistic-container .statistic-bottom-title:after {
  content: "-";
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--filter-grey);
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}
.filter-statistic-container .statistic-bottom-title.hide-stat:after {
  opacity: 1;
}
.filter-statistic-container .statistic-bottom-paragraph {
  margin-top: 0.5rem !important;
  margin-bottom: 0;
}
