.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 */
.filter-latest-insights-container .filter-latest-insights-list-inner {
  display: flex;
  gap: 1rem;
}
.filter-latest-insights-container .filter-latest-insights-list-inner.order-news-event-news .filter-single-insight-item:nth-child(2) {
  order: 3;
}
@media (max-width: 768px) {
  .filter-latest-insights-container .filter-latest-insights-list-inner {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .filter-latest-insights-container .filter-latest-insights-list-inner {
    gap: 2rem;
  }
}
