.dropdown-item.active {
  background-color: #fff;
}

.card {
      --co-text-opacity: 1;
    color: rgba(var(--co-primary-rgb), var(--co-text-opacity)) !important;
}

.card-group-block h3 {
  color: var(--co-primary) !important;
}

div.rte.hyphenate a {
  color: var(--co-white) !important;
}
